| jimm.datavision.test.AggregateTest
AggregateTest | public class AggregateTest extends TestCase (Code) | | Tests the aggregate functions by reading a report from an XML file, running
it, and verifying the output.
These tests are tightly coupled with the contents of the file
aggregate_test.xml and the contents of the data generated by
a
MockAggregateDataSource .
author: Jim Menard, jimm@io.com |
EXAMPLE_REPORT | final protected static File EXAMPLE_REPORT(Code) | | |
OUT_FILE | final protected static File OUT_FILE(Code) | | |
setAggregateFieldFunction | protected void setAggregateFieldFunction(String function)(Code) | | |
suite | public static Test suite()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testHasParameterFields | public void testHasParameterFields()(Code) | | |
|
|