org.apache.batik.test |
|
Java Source File Name | Type | Comment |
AbstractTest.java | Class | Base class containing convenience methods for writing tests. |
AbstractTestSuite.java | Class | This class provides an implementation for the addTest
method and a protected member to store the children Test
instances. |
AssertEqualsException.java | Class | Exception which Tests can throw when a specific assertEquals fails. |
AssertException.java | Class | Exception which Tests can throw when a specific assertion fails. |
AssertNullException.java | Class | Exception which Tests can throw when a specific assertNull fails. |
AssertTrueException.java | Class | Exception which Tests can throw when a specific assertTrue fails. |
DefaultTestReport.java | Class | Simple, default implementation for the TestReport
interface. |
DefaultTestSuite.java | Class | Default implementation of the TestSuite interface. |
DefaultTestSuiteReport.java | Class | |
MemoryLeakTest.java | Class | |
MemoryLeakTestValidator.java | Class | |
Messages.java | Class | This class manages the message for the test.svg module. |
OnePerformanceTest.java | Class | |
ParametrizedTest.java | Class | This test validates that test properties are inherited from the class that
defines the "class" attribute down to each test instance that uses the
same class. |
PerformanceTest.java | Class | This abstract Test implementation instruments performance
testing. |
PerformanceTestValidator.java | Class | Validates the operation of the PerformanceTest class. |
SimpleTestReportProcessor.java | Class | A simple implementation of the TestReportProcessor interface
that prints out the TestReport to the standard output. |
SimpleTestRunner.java | Class | Simple GUI tool to run a Test. |
Test.java | Interface | Defines the interface of a Test case. |
TestErrorConditionException.java | Class | Exception which AbstractTest extensions can throw from the
rumImpl method to report an error condition. |
TestException.java | Class | Classes in the test package and subpackages should throw
TestException to reflect internal failures in their
operation. |
TestFilter.java | Interface | Interace to accept or reject a test or testSuite. |
TestReport.java | Interface | Defines the interface of a TestReport produced
by a Test case. |
TestReportProcessor.java | Interface | Interface for classes that can process TestReport instances
This allows different applications to use the same TestReport
for different purposes, such as generating an XML output or
emailing a test result summary. |
TestReportValidator.java | Class | This Test implementation can be used to validate the
operation of a specific test. |
TestSuite.java | Interface | A TestSuite is a composite test, that is, a test
made of multiple children Test cases. |
TestSuiteReport.java | Interface | Defines the interface of a TestReport produced
by a TestSuite. |