Liking cljdoc? Tell your friends :D

tawny.fixture


complain-on-default-ontology-fixtureclj

(complain-on-default-ontology-fixture test)
source

error-on-default-ontology-fixtureclj

(error-on-default-ontology-fixture test)
source

namespace-and-reasonerclj

(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
sourceraw docstring

ontology-and-reasonerclj

(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.
sourceraw docstring

reasonerclj

(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.
sourceraw docstring

reasonscljmacro

(reasons o)
source

test-ontology-fixture-generatorclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close