Package com.complexible.stardog.api.test
Class TestReader
- java.lang.Object
-
- com.complexible.stardog.api.test.TestReader
-
public final class TestReader extends java.lang.ObjectReads a test suite definition from an RDF file. If the file containsincludedirectives then the referenced test suites will be read too.
-
-
Constructor Summary
Constructors Constructor Description TestReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestSuiteread(java.nio.file.Path file)TestSuitereadWithDefaults(java.nio.file.Path file, Test defaults)
-