Class TestReader


  • public final class TestReader
    extends java.lang.Object
    Reads a test suite definition from an RDF file. If the file contains include directives then the referenced test suites will be read too.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestReader()  
    • Constructor Detail

      • TestReader

        public TestReader()
    • Method Detail

      • read

        public TestSuite read​(java.nio.file.Path file)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • readWithDefaults

        public TestSuite readWithDefaults​(java.nio.file.Path file,
                                          Test defaults)
                                   throws java.io.IOException
        Throws:
        java.io.IOException