Package org.apache.batik.test
package org.apache.batik.test
-
ClassDescriptionBase class containing convenience methods for writing tests.This class provides an implementation for the
addTestmethod and a protected member to store the childrenTestinstances.Exception which Tests can throw when a specificassertEqualsfails.Exception which Tests can throw when a specific assertion fails.Exception which Tests can throw when a specificassertNullfails.Exception which Tests can throw when a specificassertTruefails.Simple, default implementation for theTestReportinterface.Default implementation of theTestSuiteinterface.Simple implementation of theTestReportinterface forTestSuiteThis class manages the message for the test.svg module.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.This abstractTestimplementation instruments performance testing.Validates the operation of thePerformanceTestclass.A simple implementation of theTestReportProcessorinterface that prints out theTestReportto the standard output.Simple GUI tool to run aTest.Defines the interface of aTestcase.Exception whichAbstractTestextensions can throw from therumImplmethod to report an error condition.Classes in the test package and subpackages should throwTestExceptionto reflect internal failures in their operation.Interace to accept or reject a test or testSuite.Defines the interface of aTestReportproduced by aTestcase.Inner class for describing an information element in aTestReportInterface 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.ThisTestimplementation can be used to validate the operation of a specific test.ATestSuiteis a composite test, that is, a test made of multiple childrenTestcases.Defines the interface of aTestReportproduced by aTestSuite.