Package junit.framework


package junit.framework
  • Class
    Description
    A set of assert methods.
    Thrown when an assertion failed.
     
    Thrown when an assert equals for Strings failed.
    A Protectable can be run and can throw a Throwable.
    A Test can be run and collect its results.
    A test case defines the fixture to run multiple tests.
    A TestFailure collects a failed test together with the caught exception.
    A Listener for test progress
    A TestResult collects the results of executing a test case.
    A TestSuite is a Composite of Tests.