aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/uk/ac/ox/cs/rsacomb/sparql
Commit message (Collapse)AuthorAgeFilesLines
* Temporary comment unit testFederico Igne2021-10-032-183/+183
|
* Add Apache License 2.0Federico Igne2021-06-302-0/+32
|
* Comment out old testsFederico Igne2020-12-171-3/+3
| | | | These need to be ported to the new conversion implementation.
* Fix and improve tests for CQ answer classFederico Igne2020-12-171-5/+48
|
* Change ConjunctiveQuery constructors interfaceFederico Igne2020-12-071-14/+14
| | | | | One of the object constructor was returning an Option. It was weird to have a constructor that would not always return an object.
* Update answers pretty printerFederico Igne2020-12-071-2/+2
|
* Change answer pritty printer to use CSV-like syntaxFederico Igne2020-12-061-14/+24
|
* Rename `boolean` as `bcq`Federico Igne2020-11-231-3/+3
|
* Add wrapper class for (boolean) conjunctive queriesFederico Igne2020-11-192-0/+297