Public Member Functions | |
void | TestTable (Vector< TableData > p_oTablesToTest, String[] p_sExpected) |
Tests a table set against a list of expected members in the table. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.ModelTestCase.TestTable | ( | Vector< TableData > | p_oTablesToTest, | |
String[] | p_sExpected | |||
) |
Tests a table set against a list of expected members in the table.
It does not care how many tables are defined in the vector. It will throw a fail if there are members missing or members that are not expected. Species are not checked. Blanks are skipped.
p_oTablesToTest | Vector of tables to test. | |
p_sExpected | Expected member list. |