org.dbunit.assertion
Class DbUnitAssertTest.ModifyingTable
java.lang.Object
org.dbunit.assertion.DbUnitAssertTest.ModifyingTable
- All Implemented Interfaces:
- ITable
- Enclosing class:
- DbUnitAssertTest
protected static class DbUnitAssertTest.ModifyingTable
- extends Object
- implements ITable
Test utility that modifies all values for a specific column arbitrarily
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbUnitAssertTest.ModifyingTable
public DbUnitAssertTest.ModifyingTable(ITable originalTable,
String columnToModify)
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in interface ITable
getTableMetaData
public ITableMetaData getTableMetaData()
- Specified by:
getTableMetaData
in interface ITable
getValue
public Object getValue(int row,
String column)
throws DataSetException
- Specified by:
getValue
in interface ITable
- Throws:
DataSetException
Copyright © 2002-2012. All Rights Reserved.