All Classes
-
All Classes Interface Summary Class Summary Error Summary Class Description ActiveTestSuite A TestSuite for active Tests.Assert A set of assert methods.AssertionFailedError Thrown when an assertion failed.ComparisonCompactor ComparisonFailure Thrown when an assert equals for Strings failed.ExceptionTestCase A TestCase that expects an Exception of class fExpected to be thrown.Protectable A Protectable can be run and can throw a Throwable.RepeatedTest A Decorator that runs a test repeatedly.Test A Test can be run and collect its results.TestCase A test case defines the fixture to run multiple tests.TestDecorator A Decorator for Tests.TestFailure ATestFailure
collects a failed test together with the caught exception.TestListener A Listener for test progressTestResult ATestResult
collects the results of executing a test case.TestSetup A Decorator to set up and tear down additional fixture state.TestSuite ATestSuite
is aComposite
of Tests.