Class AbstractMemResultSetTests

    • Constructor Detail

      • AbstractMemResultSetTests

        public AbstractMemResultSetTests()
    • Method Detail

      • setup

        public static void setup()
                          throws java.sql.SQLException
        Sets up the tests by creating a fake connection for test use
        Throws:
        java.sql.SQLException
      • teardown

        public static void teardown()
                             throws java.sql.SQLException
        Cleans up after the tests by closing the fake connection
        Throws:
        java.sql.SQLException