Uses of Package
org.apache.batik.test
Packages that use org.apache.batik.test
Package
Description
-
Classes in org.apache.batik.test used by org.apache.batik.swingClassDescriptionDefines the interface of a
Test
case.Defines the interface of aTestReport
produced by aTest
case. -
Classes in org.apache.batik.test used by org.apache.batik.testClassDescriptionBase class containing convenience methods for writing tests.Exception which Tests can throw when a specific
assertEquals
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.This abstractTest
implementation instruments performance testing.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.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.ATestSuite
is a composite test, that is, a test made of multiple childrenTest
cases.Defines the interface of aTestReport
produced by aTestSuite
. -
Classes in org.apache.batik.test used by org.apache.batik.test.svgClassDescriptionBase class containing convenience methods for writing tests.Default implementation of the
TestSuite
interface.Defines the interface of aTest
case.Defines the interface of aTestReport
produced by aTest
case.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. -
Classes in org.apache.batik.test used by org.apache.batik.test.xmlClassDescriptionBase class containing convenience methods for writing tests.Default implementation of the
TestSuite
interface.Defines the interface of aTest
case.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.ATestSuite
is a composite test, that is, a test made of multiple childrenTest
cases.