Package org.apache.batik.test


package org.apache.batik.test
  • Class
    Description
    Base class containing convenience methods for writing tests.
    This class provides an implementation for the addTest method and a protected member to store the children Test instances.
    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.
    Default implementation of the TestSuite interface.
    Simple implementation of the TestReport interface for TestSuite
    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 abstract Test implementation instruments performance testing.
    Validates the operation of the PerformanceTest class.
     
    A simple implementation of the TestReportProcessor interface that prints out the TestReport to the standard output.
    Simple GUI tool to run a Test.
    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.
    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.
    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.
    Defines the interface of a TestReport produced by a TestSuite.