Class HsqldbExecutor

  • All Implemented Interfaces:
    ICastable

    public class HsqldbExecutor
    extends JdbcExecutor
    A test executor that uses HSQLDB through JDBC.
    • Constructor Detail

      • HsqldbExecutor

        public HsqldbExecutor​(OptionsParser.SuppliedOptions options)
        Create a test executor that uses HSQL DB to execute tests.
        Parameters:
        options - Options guiding the test execution.
    • Method Detail

      • register

        public static void register​(OptionsParser optionsParser)
        Register the HSQL DB executor with the command-line options.
        Parameters:
        optionsParser - Options that will guide the execution.