Package org.apache.batik.test
-
Interface Summary Interface Description Test Defines the interface of aTestcase.TestFilter Interace to accept or reject a test or testSuite.TestReport Defines the interface of aTestReportproduced by aTestcase.TestReportProcessor Interface for classes that can processTestReportinstances This allows different applications to use the sameTestReportfor different purposes, such as generating an XML output or emailing a test result summary.TestSuite ATestSuiteis a composite test, that is, a test made of multiple childrenTestcases.TestSuiteReport Defines the interface of aTestReportproduced by aTestSuite. -
Class Summary Class Description AbstractTest Base class containing convenience methods for writing tests.AbstractTestSuite This class provides an implementation for theaddTestmethod and a protected member to store the childrenTestinstances.DefaultTestReport Simple, default implementation for theTestReportinterface.DefaultTestSuite Default implementation of theTestSuiteinterface.DefaultTestSuiteReport Simple implementation of theTestReportinterface forTestSuiteMessages 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 abstractTestimplementation instruments performance testing.PerformanceTestValidator Validates the operation of thePerformanceTestclass.PerformanceTestValidator.SimplePerformanceTest SimpleTestReportProcessor A simple implementation of theTestReportProcessorinterface that prints out theTestReportto the standard output.SimpleTestRunner Simple GUI tool to run aTest.TestReport.Entry Inner class for describing an information element in aTestReportTestReportValidator ThisTestimplementation can be used to validate the operation of a specific test. -
Exception Summary Exception Description AssertEqualsException Exception which Tests can throw when a specificassertEqualsfails.AssertException Exception which Tests can throw when a specific assertion fails.AssertNullException Exception which Tests can throw when a specificassertNullfails.AssertTrueException Exception which Tests can throw when a specificassertTruefails.TestErrorConditionException Exception whichAbstractTestextensions can throw from therumImplmethod to report an error condition.TestException Classes in the test package and subpackages should throwTestExceptionto reflect internal failures in their operation.