org.dbunit.assertion
Class DbUnitAssertTest.ModifyingTable

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.dbunit.dataset.ITable
NO_VALUE
 
Constructor Summary
DbUnitAssertTest.ModifyingTable(ITable originalTable, String columnToModify)
           
 
Method Summary
 int getRowCount()
           
 ITableMetaData getTableMetaData()
           
 Object getValue(int row, String column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbUnitAssertTest.ModifyingTable

public DbUnitAssertTest.ModifyingTable(ITable originalTable,
                                       String columnToModify)
Method Detail

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.