Package | Description |
---|---|
org.apache.batik.swing | |
org.apache.batik.test | |
org.apache.batik.test.svg | |
org.apache.batik.test.xml |
Class and Description |
---|
Test
Defines the interface of a
Test case. |
TestReport
Defines the interface of a
TestReport produced
by a Test case. |
Class and Description |
---|
AbstractTest
Base class containing convenience methods for writing tests.
|
AssertEqualsException
Exception which Tests can throw when a specific
assertEquals fails. |
AssertException
Exception which Tests can throw when a specific assertion fails.
|
AssertNullException
Exception which Tests can throw when a specific
assertNull fails. |
AssertTrueException
Exception which Tests can throw when a specific
assertTrue fails. |
PerformanceTest
This abstract
Test implementation instruments performance
testing. |
Test
Defines the interface of a
Test case. |
TestErrorConditionException
Exception which
AbstractTest extensions can throw from the
rumImpl method to report an error condition. |
TestException
Classes in the test package and subpackages should throw
TestException to reflect internal failures in their
operation. |
TestReport
Defines the interface of a
TestReport produced
by a Test case. |
TestReport.Entry
Inner class for describing an information element in a
TestReport |
TestReportProcessor
Interface for classes that can process
TestReport instances
This allows different applications to use the same TestReport
for different purposes, such as generating an XML output or
emailing a test result summary. |
TestSuite
A
TestSuite is a composite test, that is, a test
made of multiple children Test cases. |
TestSuiteReport
Defines the interface of a
TestReport produced
by a TestSuite . |
Class and Description |
---|
AbstractTest
Base class containing convenience methods for writing tests.
|
DefaultTestSuite
Default implementation of the
TestSuite interface. |
Test
Defines the interface of a
Test case. |
TestReport
Defines the interface of a
TestReport produced
by a Test case. |
TestReportProcessor
Interface for classes that can process
TestReport instances
This allows different applications to use the same TestReport
for different purposes, such as generating an XML output or
emailing a test result summary. |
TestSuite
A
TestSuite is a composite test, that is, a test
made of multiple children Test cases. |
Class and Description |
---|
AbstractTest
Base class containing convenience methods for writing tests.
|
DefaultTestSuite
Default implementation of the
TestSuite interface. |
Test
Defines the interface of a
Test case. |
TestException
Classes in the test package and subpackages should throw
TestException to reflect internal failures in their
operation. |
TestFilter
Interace to accept or reject a test or testSuite.
|
TestReport
Defines the interface of a
TestReport produced
by a Test case. |
TestReport.Entry
Inner class for describing an information element in a
TestReport |
TestReportProcessor
Interface for classes that can process
TestReport instances
This allows different applications to use the same TestReport
for different purposes, such as generating an XML output or
emailing a test result summary. |
TestSuite
A
TestSuite is a composite test, that is, a test
made of multiple children Test cases. |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.