Class ScrollableResultSetTableTest

java.lang.Object
org.dbunit.dataset.AbstractTableTest
org.dbunit.database.ScrollableResultSetTableTest

@Disabled("specific tests should call this or extend") public class ScrollableResultSetTableTest extends AbstractTableTest
Since:
Feb 19, 2002
Version:
$Revision$
Author:
Manuel Laflamme
  • Constructor Details

    • ScrollableResultSetTableTest

      public ScrollableResultSetTableTest()
  • Method Details

    • runTest

      protected boolean runTest(String testName)
      Description copied from class: AbstractTableTest
      This method is used so sub-classes can disable the tests according to some characteristics of the environment
      Overrides:
      runTest in class AbstractTableTest
      Parameters:
      testName - name of the test to be checked
      Returns:
      flag indicating if the test should be executed or not
    • createTable

      protected ITable createTable() throws Exception
      Description copied from class: AbstractTableTest
      Creates a table having 6 row and 4 column where columns are named "COLUMN1, COLUMN2, COLUMN3, COLUMN4" and values are string follwing this template "row ? col ?"
      Specified by:
      createTable in class AbstractTableTest
      Throws:
      Exception
    • testGetMissingValue

      public void testGetMissingValue() throws Exception
      Specified by:
      testGetMissingValue in class AbstractTableTest
      Throws:
      Exception