Class ScrollableResultSetTableIT

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

public class ScrollableResultSetTableIT extends AbstractTableTest
Integration test for ScrollableResultSetTable.

Tests inherited from AbstractTableTest are skipped when the active database profile does not support TestFeature.SCROLLABLE_RESULTSET.

The H2-based tests (*_withH2Connection_*) always run and verify that both constructors produce a scrollable table with correct row count and random-access getValue(). They would fail before the TYPE_SCROLL_INSENSITIVE fix.

Since:
Feb 19, 2002
Version:
$Revision$
Author:
Manuel Laflamme