Method Summary |
|
public void | setUp() Set up the test fixture. |
public void | tearDown() Tear down the test fixture. |
public void | testConstructors() Ensures that the contructors published for StringValuesTable
fulfill their contract. |
public void | testGetColumnByName() Ensures that published contract for
String[] getColumn(String) is upheld. |
public void | testGetColumnByNumber() Ensures that published contract for String[] getColumn(int)
is upheld. |
public void | testGetColumnNames() Ensures that published contract for
String[] getColumnNames() is upheld. |
public void | testGetItemColumnName() Ensures that published contract for
String getItem(int, String) is upheld. |
public void | testGetItemColumnNumber() Ensures that published contract for String getItem(int, int)
is upheld. |
public void | testGetName() Ensures that published contract for String getName() is
upheld. |
public void | testGetNumberOfColumns() Ensures that published contract for int getNumberOfColumns()
is upheld. |
public void | testGetNumberOfRows() Ensures that published contract for int getNumberOfRows()
is upheld. |
public void | testGetRow() Ensures that published contract for String[] getRow(int)
is upheld. |
public void | testIsValidColumnName() Ensures that published contract for
boolean isValidColumnName(String) is upheld. |
public void | testIsValidColumnNumber() Ensures that published contract for
boolean isValidColumnNumber(int) is upheld. |
public void | testIsValidRowNumber() Ensures that published contract for
boolean isValidRowNumber(int) is upheld. |