Package org.apache.batik.test
-
Interface Summary Interface Description Test Defines the interface of aTest
case.TestFilter Interace to accept or reject a test or testSuite.TestReport Defines the interface of aTestReport
produced by aTest
case.TestReportProcessor Interface for classes that can processTestReport
instances This allows different applications to use the sameTestReport
for different purposes, such as generating an XML output or emailing a test result summary.TestSuite ATestSuite
is a composite test, that is, a test made of multiple childrenTest
cases.TestSuiteReport Defines the interface of aTestReport
produced by aTestSuite
. -
Class Summary Class Description AbstractTest Base class containing convenience methods for writing tests.AbstractTestSuite This class provides an implementation for theaddTest
method and a protected member to store the childrenTest
instances.DefaultTestReport Simple, default implementation for theTestReport
interface.DefaultTestSuite Default implementation of theTestSuite
interface.DefaultTestSuiteReport Simple implementation of theTestReport
interface forTestSuite
Messages This class manages the message for the test.svg module.OnePerformanceTest ParametrizedTest 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 This abstractTest
implementation instruments performance testing.PerformanceTestValidator Validates the operation of thePerformanceTest
class.PerformanceTestValidator.SimplePerformanceTest SimpleTestReportProcessor A simple implementation of theTestReportProcessor
interface that prints out theTestReport
to the standard output.SimpleTestRunner Simple GUI tool to run aTest
.TestReport.Entry Inner class for describing an information element in aTestReport
TestReportValidator ThisTest
implementation can be used to validate the operation of a specific test. -
Exception Summary Exception Description AssertEqualsException Exception which Tests can throw when a specificassertEquals
fails.AssertException Exception which Tests can throw when a specific assertion fails.AssertNullException Exception which Tests can throw when a specificassertNull
fails.AssertTrueException Exception which Tests can throw when a specificassertTrue
fails.TestErrorConditionException Exception whichAbstractTest
extensions can throw from therumImpl
method to report an error condition.TestException Classes in the test package and subpackages should throwTestException
to reflect internal failures in their operation.