jimm.datavision.test |
jimm.datavision.test
Provides the JUnit test classes used during DataVision development. These
tests certainly aren't all-encompassing, but at least they provide a
moderate level of comfort.
|
Java Source File Name | Type | Comment |
AggregateTest.java | Class | Tests the aggregate functions by reading a report from an XML file, running
it, and verifying the output. |
AllTests.java | Class | |
CharSepTest.java | Class | Reads a report from an XML file, runs it, and verifies the output. |
ColumnIteratorTest.java | Class | |
ConnectionTest.java | Class | Tests the
Database class and the ability to give a connection to a
report and the state of a connection's query after reconnecting. |
DelimParserTest.java | Class | Compares CSV file input with "answers" file. |
FormulaEvalTest.java | Class | Tests formula evals when formulas are hidden or appear multiple
times. |
FormulaTest.java | Class | |
GetoptsTest.java | Class | |
GroupFormulaTest.java | Class | Tests formula evals when formulas are hidden or appear multiple
times. |
ParserHelperTest.java | Class | Tests
ParserHelper . |
PDFLETest.java | Class | Tests for the
PDFLE PDF layout engine. |
QueryTest.java | Class | Reads a report from an XML file, tests its structure, and tests various
pieces like parameter and formula substitution. |
ReportRunTest.java | Class | Reads a report from an XML file, runs it, and verifies the output. |
ReportTest.java | Class | Reads a report from an XML file, tests its structure, and tests various
pieces like parameter and formula substitution. |
ScriptingTest.java | Class | Some tests for BSF
Scripting . |
SectionAreaTest.java | Class | Tests
SectionArea . |
StringUtilsTest.java | Class | |
SubreportRunTest.java | Class | Reads a report from an XML file, runs it, and verifies the output. |
SuppressionProcTest.java | Class | Tests
SuppressionProc . |
XMLWriterTest.java | Class | |