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
addTest
method and a protected member to store the childrenTest
instances.Exception which Tests can throw when a specificassertEquals
fails.Exception which Tests can throw when a specific assertion fails.Exception which Tests can throw when a specificassertNull
fails.Exception which Tests can throw when a specificassertTrue
fails.Simple, default implementation for theTestReport
interface.Default implementation of theTestSuite
interface.Simple implementation of theTestReport
interface forTestSuite
This 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 abstractTest
implementation instruments performance testing.Validates the operation of thePerformanceTest
class.A simple implementation of theTestReportProcessor
interface that prints out theTestReport
to the standard output.Simple GUI tool to run aTest
.Defines the interface of aTest
case.Exception whichAbstractTest
extensions can throw from therumImpl
method to report an error condition.Classes in the test package and subpackages should throwTestException
to reflect internal failures in their operation.Interace to accept or reject a test or testSuite.Defines the interface of aTestReport
produced by aTest
case.Inner class for describing an information element in aTestReport
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.ThisTest
implementation can be used to validate the operation of a specific test.ATestSuite
is a composite test, that is, a test made of multiple childrenTest
cases.Defines the interface of aTestReport
produced by aTestSuite
.