Library:JUnit
Version:4.1
Compatibility:JDK 1.5
Interfaces in library JUnit.
NamePackageDescription
Filterableorg.junit.runner.manipulationRunners that allow filtering should implement this interface.
Protectablejunit.frameworkA Protectable can be run and can throw a Throwable.
Sortableorg.junit.runner.manipulationInterface for runners that allow sorting of tests.
Testjunit.frameworkA Test can be run and collect its results.
TestListenerjunit.frameworkA Listener for test progress
TestRunListenerjunit.runnerA listener interface for observing the execution of a test run.
Search