A TestSuite for active Tests.
Constructs an empty TestSuite.
Constructs a TestSuite from the given class.
Constructs a TestSuite from the given class with the given name.
Constructs an empty TestSuite.
Adds an error to the list of errors.
Adds a failure to the list of failures.
Adds a test to the suite.
Adds the tests from the given class to the suite
Protect constructor since it is a static only class
Asserts that two booleans are equal.
Asserts that two bytes are equal.
Asserts that two chars are equal.
Asserts that two doubles are equal concerning a delta.
Asserts that two floats are equal concerning a delta.
Asserts that two ints are equal.
Asserts that two longs are equal.
Asserts that two objects are equal.
Asserts that two shorts are equal.
Asserts that two booleans are equal.
Asserts that two bytes are equal.
Asserts that two chars are equal.
Asserts that two doubles are equal concerning a delta.
Asserts that two floats are equal concerning a delta.
Asserts that two ints are equal.
Asserts that two longs are equal.
Asserts that two objects are equal.
Asserts that two shorts are equal.
Asserts that two Strings are equal.
Asserts that two Strings are equal.
Asserts that a condition is false.
Asserts that a condition is false.
Thrown when an assertion failed.
Asserts that an object isn't null.
Asserts that an object isn't null.
Asserts that two objects do not refer to the same object.
Asserts that two objects do not refer to the same object.
Asserts that an object is null.
Asserts that an object is null.
Asserts that two objects refer to the same object.
Asserts that two objects refer to the same object.
Asserts that a condition is true.
Asserts that a condition is true.
Thrown when an assert equals for Strings failed.
Constructs a comparison failure.
Counts the number of test cases that will be run by this test.
Counts the number of test cases executed by run(TestResult result).
Counts the number of test cases that will be run by this test.
Counts the number of test cases that will be run by this test.
Creates a default TestResult object
...as the moon sets over the early morning Merlin, Oregon
mountains, our intrepid adventurers type...
Unregisters a TestListener
A Decorator that runs a test repeatedly.
A convenience method to run this test, collecting the results with a
default TestResult object.
Runs the tests and collects their result in a TestResult.
Runs a test and collects its result in a TestResult instance.
Runs the test case and collects the results in TestResult.
Runs a test and collects its result in a TestResult instance.
Runs the tests and collects their result in a TestResult.
Runs the bare test sequence.
Gets the number of run tests.
Execute the test method expecting that an Exception of
class fExpected or one of its subclasses will be thrown
Override to run the test and assert its state.
Tears down the fixture, for example, close a network connection.
A Test can be run and collect its results.
Returns the test at the given index
A test case defines the fixture to run multiple tests.
No-arg constructor to enable serialization.
Constructs a test case with the given name.
Returns the number of tests in this suite
A TestFailure
collects a failed test together with
the caught exception.
Constructs a TestFailure with the given test and exception.
A Listener for test progress
A TestResult
collects the results of executing
a test case.
Returns the tests as an enumeration
A Decorator to set up and tear down additional fixture state.
A TestSuite
is a Composite
of Tests.
Constructs an empty TestSuite.
Constructs a TestSuite from the given class.
Constructs a TestSuite from the given class with the given name.
Constructs a TestSuite from the given array of classes.
Constructs a TestSuite from the given array of classes with the given name.
Constructs an empty TestSuite.
Gets the thrown exception.
Returns a string representation of the test case
Returns a short description of the failure.