Package org.baselinetest

The core of the Baseline Test Framework.

See:
          Description

Interface Summary
TestComparator TestComparator is used to take an actual output file and validate it against an expected output file.
 

Class Summary
ArgumentCollection An argument collection is a map from argument names to objects.
Assert  
BaselineWriter A helper object for writing baseline output to the appropriate file.
JUnitXMLSerializer  
TestCase A TestCase represents one of the TestCase classes that is used to comprise a TestSuite.
TestCaseStep A TestCaseStep represents a single invocation of a TestCase, and it's associated arguments that are specific to that invocation.
TestCaseStepFailure  
TestContext The context under which a test suite has been executed.
TestFailure A TestFailure collects a failed test together with the caught exception.
TestLogger  
TestResult  
TestRunner Runs TestSuites under a given TestContext.
TestState A mutable state passing mechanism between test cases.
TestSuite Need to execute init and cleanup in reverse order of each other.
TestSuiteResults  
TestSuiteResultsListener  
TestValidator Validates baseline output for TestSuites that were run under a given TestContext.
TestValidator2 Validates baseline output for TestSuites that were run under a given TestContext.
 

Error Summary
AssertionFailedError  
 

Package org.baselinetest Description

The core of the Baseline Test Framework. This package contains user-runnable tools, as well as the core components that make up the Baseline Test Framework.



Copyright © 2005-2009 Baseline Test. All Rights Reserved.