Package jimm.datavision.test

Provides the JUnit test classes used during DataVision development.

See:
          Description

Class Summary
AggregateTest Tests the aggregate functions by reading a report from an XML file, running it, and verifying the output.
AllTests  
CharSepTest Reads a report from an XML file, runs it, and verifies the output.
ColumnIteratorTest  
ConnectionTest 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 Compares CSV file input with "answers" file.
FormulaEvalTest Tests formula evals when formulas are hidden or appear multiple times.
FormulaTest  
GetoptsTest  
GroupFormulaTest Tests formula evals when formulas are hidden or appear multiple times.
ParserHelperTest Tests ParserHelper.
PDFLETest Tests for the PDFLE PDF layout engine.
QueryTest Reads a report from an XML file, tests its structure, and tests various pieces like parameter and formula substitution.
ReportRunTest Reads a report from an XML file, runs it, and verifies the output.
ReportTest Reads a report from an XML file, tests its structure, and tests various pieces like parameter and formula substitution.
ScriptingTest Some tests for BSF Scripting.
SectionAreaTest Tests SectionArea.
StringUtilsTest  
SubreportRunTest Reads a report from an XML file, runs it, and verifies the output.
SuppressionProcTest Tests SuppressionProc.
TestColumn  
TestTable  
XMLWriterTest  
 

Package jimm.datavision.test Description

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.