| jimm.datavision.test.QueryTest
QueryTest | public class QueryTest extends TestCase (Code) | | Reads a report from an XML file, tests its structure, and tests various
pieces like parameter and formula substitution.
author: Jim Menard, jimm@io.com |
EXAMPLE_REPORT | final protected static File EXAMPLE_REPORT(Code) | | |
OUT_FILE | final protected static File OUT_FILE(Code) | | |
PARAMETER_XML_FILE_NAME | final protected static File PARAMETER_XML_FILE_NAME(Code) | | |
preparedQueryTest | protected void preparedQueryTest(String whereClause, String answer)(Code) | | |
suite | public static Test suite()(Code) | | |
testManualParameter | public void testManualParameter() throws Exception(Code) | | |
testQueryDateParam | public void testQueryDateParam()(Code) | | |
testQueryListSubstitution | public void testQueryListSubstitution()(Code) | | |
testQueryRangeSubstitution | public void testQueryRangeSubstitution()(Code) | | |
testQueryUserColPrep | public void testQueryUserColPrep()(Code) | | |
testQueryWhereClauseDisplay | public void testQueryWhereClauseDisplay()(Code) | | |
testWhereClauseContainsParam | public void testWhereClauseContainsParam()(Code) | | |
|
|