com.mockobjects.sql
Class ExpectationSqlRow
java.lang.Object
com.mockobjects.sql.ExpectationSqlRow
- Verifiable
public class ExpectationSqlRow
extends java.lang.Object
ExpectationSqlRow
public ExpectationSqlRow(String name)
ExpectationSqlRow
public ExpectationSqlRow(String name,
Object[] indexedValues)
ExpectationSqlRow
public ExpectationSqlRow(String name,
String[] columnNames,
Object[] values)
addExpectedIndexedValues
public void addExpectedIndexedValues(Object[] indexedValues)
addExpectedNamedValues
public void addExpectedNamedValues(Map map)
addExpectedNamedValues
public void addExpectedNamedValues(String[] columnNames,
Object[] someValues)
get
public Object get(Object key)
throws SQLException
get
public Object get(int oneBasedIndex)
throws SQLException
verify
public void verify()
Throw an AssertionFailedException if any expectations have not been met.
- verify in interface Verifiable
Copyright © 2002 Mock Objects. All Rights Reserved.