Package com.complexible.stardog.api.test
Interface Testable
public interface Testable
-
Method Summary
-
Method Details
-
name
String name()Returns the name of the test. -
test
Runs the tester function on every test included in the testable. -
toString
Returns an indented serialization of this object.
-