Uses of Package
org.apache.batik.test

Packages that use org.apache.batik.test
  • Class
    Description
    Defines the interface of a Test case.
    Defines the interface of a TestReport produced by a Test case.
  • Class
    Description
    Base 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 specific assertNull fails.
    Exception which Tests can throw when a specific assertTrue fails.
    Simple, default implementation for the TestReport interface.
    This abstract Test implementation instruments performance testing.
    Defines the interface of a Test case.
    Exception which AbstractTest extensions can throw from the rumImpl method to report an error condition.
    Classes in the test package and subpackages should throw TestException to reflect internal failures in their operation.
    Defines the interface of a TestReport produced by a Test case.
    Inner class for describing an information element in a TestReport
    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.
    A TestSuite is a composite test, that is, a test made of multiple children Test cases.
    Defines the interface of a TestReport produced by a TestSuite.
  • Class
    Description
    Base class containing convenience methods for writing tests.
    Default implementation of the TestSuite interface.
    Defines the interface of a Test case.
    Defines the interface of a TestReport produced by a Test case.
    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.
    This Test implementation can be used to validate the operation of a specific test.
    A TestSuite is a composite test, that is, a test made of multiple children Test cases.
  • Class
    Description
    Base class containing convenience methods for writing tests.
    Default implementation of the TestSuite interface.
    Defines the interface of a Test case.
    Classes in the test package and subpackages should throw TestException to reflect internal failures in their operation.
    Interace to accept or reject a test or testSuite.
    Defines the interface of a TestReport produced by a Test case.
    Inner class for describing an information element in a TestReport
    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.
    A TestSuite is a composite test, that is, a test made of multiple children Test cases.