(namespace-and-reasoner ns reasoner)
Returns a fixture which sets the ontology from the namespace ns and defines the reasoner factory to use. ns should be a symbol
Returns a fixture which sets the ontology from the namespace ns and defines the reasoner factory to use. ns should be a symbol
(ontology-and-reasoner o reasoner)
Returns a fixture which sets o as the current ontology and defines the reasoner factory to use.
Returns a fixture which sets o as the current ontology and defines the reasoner factory to use.
(reasoner reasoner)
Fixture which sets up the reasoner factory to be used, and turns the progress monitor off.
Fixture which sets up the reasoner factory to be used, and turns the progress monitor off.
(test-ontology-fixture-generator var)
(test-ontology-fixture-generator var noname)
Given a var, return a fixture.
The fixture will alter the var to contain a new, empty ontology before calling the test. This provides a simple way of providing an ontology to be used for a series of tests, just using the var, while ensuring that tests do not share state.
Given a var, return a fixture. The fixture will alter the var to contain a new, empty ontology before calling the test. This provides a simple way of providing an ontology to be used for a series of tests, just using the var, while ensuring that tests do not share state.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close