Class TestLoader


  • public class TestLoader
    extends Object
    A test loader is invoked for each test file. It parses the file into a set of tests and then executes the tests found in the file.
    • Constructor Detail

      • TestLoader

        public TestLoader​(OptionsParser.SuppliedOptions options)
        Creates a new class that reads tests from a directory tree and executes them.
    • Method Detail

      • visitFile

        public boolean visitFile​(String file)
        Function executed for each test file.
        Parameters:
        file - File to process.
        Returns:
        A decision whether the processing should continue or not.