org.dbunit.database
Class MockResultSetTable
java.lang.Object
org.dbunit.database.MockResultSetTable
- All Implemented Interfaces:
- com.mockobjects.Verifiable, IResultSetTable, ITable
public class MockResultSetTable
- extends Object
- implements IResultSetTable, com.mockobjects.Verifiable
- Since:
- Apr 12, 2003
- Version:
- $Revision: 421 $
- Author:
- Manuel Laflamme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockResultSetTable
public MockResultSetTable()
setupTableMetaData
public void setupTableMetaData(String tableName)
setExpectedCloseCalls
public void setExpectedCloseCalls(int callsCount)
verify
public void verify()
- Specified by:
verify
in interface com.mockobjects.Verifiable
getValue
public Object getValue(int row,
String column)
throws DataSetException
- Specified by:
getValue
in interface ITable
- Throws:
DataSetException
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in interface ITable
getTableMetaData
public ITableMetaData getTableMetaData()
- Specified by:
getTableMetaData
in interface ITable
close
public void close()
throws DataSetException
- Specified by:
close
in interface IResultSetTable
- Throws:
DataSetException
Copyright © 2002-2012. All Rights Reserved.