Package com.complexible.stardog.api.test
Class TestReader
- java.lang.Object
-
- com.complexible.stardog.api.test.TestReader
-
public final class TestReader extends java.lang.Object
Reads a test suite definition from an RDF file. If the file containsinclude
directives 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 TestSuite
read(java.nio.file.Path file)
TestSuite
readWithDefaults(java.nio.file.Path file, Test defaults)
-