aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/rsacomb
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize project with Java-like folder structureFederico Igne2020-11-184-1374/+0
|
* Rework RSA as a utility objectFederico Igne2020-11-184-65/+89
|
* Remove implicit RSAOntology conversionFederico Igne2020-11-172-12/+11
| | | | | | This was causing problems without giving any significant advantage. Now it will be easier to refactor classes like RSA, RSAOntology, CanonicalModel.
* Change "internal:" prefix to "rsa:"Federico Igne2020-11-162-6/+6
|
* Fix testsFederico Igne2020-11-141-3/+3
| | | | | They were loading the wrong example file since we switched to Turtle format.
* Update canonical model unit testsFederico Igne2020-11-061-11/+11
|
* Update tests to RDFox v4.0Federico Igne2020-11-054-282/+289
|
* Simplify prettyprinting of queries in testFederico Igne2020-11-021-8/+8
|
* Update duplicate test queriesFederico Igne2020-11-021-17/+93
|
* Introduce workaround to RDFox Query parsing bugFederico Igne2020-11-021-113/+246
| | | | | | For now we are building queries manually. This allows us to work on testing the modules involved but it would be nice to have the bug fixed later on.
* Add partial unit tests for filtering program computationFederico Igne2020-10-291-0/+174
| | | | The committed tests will fail, but the reason is still not clear.
* Add unit tests for example2.owl for the canonical model computationFederico Igne2020-10-281-3/+152
|
* Adapt test to new `cycle` methodFederico Igne2020-10-281-14/+24
|
* Add tests for 'subObjectPropertyOf' axiomsFederico Igne2020-10-231-5/+34
|
* Add additional tests for T5 axiom rule generationFederico Igne2020-10-231-1/+58
|
* Fix bug in conflict set computationFederico Igne2020-10-211-1/+14
|
* Fix issue with introduction of new version of OWLAPIFederico Igne2020-10-212-17/+23
|
* More details in build.sbt and updated dependenciesStefano Germano2020-10-193-6/+13
| | | | | While updating the dependencies, I noticed that v3.2 of scalatest is very different from v3.1 (https://www.scalatest.org/release_notes/3.2.0). Therefore, I also needed to update the test files. But, there is a "too many arguments" error that needs to be solved (I do not know why it was working before).
* Add some tests for canonical model computationFederico Igne2020-10-101-13/+69
|
* Add skeleton file for CanonicalModel testingFederico Igne2020-10-091-0/+46
|
* Fix problem with testsFederico Igne2020-10-092-10/+10
| | | | Tests where not ported to the new (slightly more generic) interface.
* Update and comment some testsFederico Igne2020-09-102-201/+228
| | | | | | With the introduction of the fresh variable generator it is harder to test axiom conversion because we would need to define a custom equality method that doesn't take particular variables into account.
* Update to JRDFox v3.1.0Federico Igne2020-07-162-42/+42
|
* Rename source code directory structureFederico Igne2020-07-152-0/+561