Package junit.framework
package junit.framework
-
ClassDescriptionA 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 progressATestResult
collects the results of executing a test case.ATestSuite
is aComposite
of Tests.