Uses of Package
org.apache.batik.test
-
Packages that use org.apache.batik.test Package Description org.apache.batik.swing org.apache.batik.test org.apache.batik.test.svg org.apache.batik.test.xml -
Classes in org.apache.batik.test used by org.apache.batik.swing Class Description Test Defines the interface of aTest
case.TestReport Defines the interface of aTestReport
produced by aTest
case. -
Classes in org.apache.batik.test used by org.apache.batik.test Class Description AbstractTest Base class containing convenience methods for writing tests.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.DefaultTestReport Simple, default implementation for theTestReport
interface.PerformanceTest This abstractTest
implementation instruments performance testing.Test Defines the interface of aTest
case.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.TestReport Defines the interface of aTestReport
produced by aTest
case.TestReport.Entry Inner class for describing an information element in aTestReport
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
. -
Classes in org.apache.batik.test used by org.apache.batik.test.svg Class Description AbstractTest Base class containing convenience methods for writing tests.DefaultTestSuite Default implementation of theTestSuite
interface.Test Defines the interface of aTest
case.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.TestReportValidator ThisTest
implementation can be used to validate the operation of a specific test.TestSuite 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.xml Class Description AbstractTest Base class containing convenience methods for writing tests.DefaultTestSuite Default implementation of theTestSuite
interface.Test Defines the interface of aTest
case.TestException Classes in the test package and subpackages should throwTestException
to reflect internal failures in their operation.TestFilter Interace to accept or reject a test or testSuite.TestReport Defines the interface of aTestReport
produced by aTest
case.TestReport.Entry Inner class for describing an information element in aTestReport
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.