Library:JUnit
Version:4.1
Compatibility:JDK 1.5
Classes in library JUnit.
NamePackageDescription
ActiveTestSuitejunit.extensionsA TestSuite for active Tests.
AllTestsorg.junit.runnersRunner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
Assertorg.junitA set of assertion methods useful for writing tests.
Assertjunit.frameworkA set of assert methods.
BaseTestRunnerjunit.runnerBase class for all test runners.
BeforeAndAfterRunnerorg.junit.internal.runnersNo description provided.
ClassesRequestorg.junit.internal.requestsNo description provided.
ClassRequestorg.junit.internal.requestsNo description provided.
ComparisonCompactorjunit.frameworkNo description provided.
CompositeRunnerorg.junit.internal.runnersNo description provided.
Descriptionorg.junit.runnerA Description describes a test which is to be run or has been run.
Enclosedorg.junit.runnersNo description provided.
ErrorReportingRequestorg.junit.internal.requestsNo description provided.
ErrorReportingRunnerorg.junit.internal.runnersNo description provided.
Failureorg.junit.runner.notificationA Failure holds a description of the failed test and the exception that was thrown while running it.
Filterorg.junit.runner.manipulationThe canonical case of filtering is when you want to run a single test method in a class.
FilterRequestorg.junit.internal.requestsNo description provided.
JUnit4TestAdapterjunit.frameworkNo description provided.
JUnit4TestAdapterCachejunit.frameworkNo description provided.
JUnit4TestCaseFacadejunit.frameworkNo description provided.
JUnitCoreorg.junit.runnerJUnitCore is a facade for running tests.
MethodValidatororg.junit.internal.runnersNo description provided.
OldTestClassRunnerorg.junit.internal.runnersNo description provided.
Parameterizedorg.junit.runnersThe custom runner Parameterized implements parameterized tests.
Parameterized.RunAllParameterMethodsorg.junit.runnersNo description provided.
RepeatedTestjunit.extensionsA Decorator that runs a test repeatedly.
Requestorg.junit.runnerA Request is an abstract description of tests to be run.
Resultorg.junit.runnerA Result collects and summarizes information from running multiple tests.
ResultPrinterjunit.textuiNo description provided.
RunListenerorg.junit.runner.notificationIf you need to respond to the events during a test run, extend RunListener and override the appropriate methods.
Runnerorg.junit.runnerA Runner runs tests and notifies a RunNotifier of significant events as it does so.
RunNotifierorg.junit.runner.notificationIf you write custom runners, you may need to notify JUnit of your progress running tests.
Sorterorg.junit.runner.manipulationA Sorter orders tests.
SortingRequestorg.junit.internal.requestsNo description provided.
Suiteorg.junit.runnersUsing Suite as a runner allows you to manually build a suite containing tests from many classes.
Test.Noneorg.junitNo description provided.
TestCasejunit.frameworkA test case defines the fixture to run multiple tests.
TestClassMethodsRunnerorg.junit.internal.runnersNo description provided.
TestClassRunnerorg.junit.internal.runnersNo description provided.
TestDecoratorjunit.extensionsA Decorator for Tests.
TestFailurejunit.frameworkA TestFailure collects a failed test together with the caught exception.
TestIntrospectororg.junit.internal.runnersNo description provided.
TestMethodRunnerorg.junit.internal.runnersNo description provided.
TestResultjunit.frameworkA TestResult collects the results of executing a test case.
TestRunnerjunit.textuiA command line based tool to run tests.
TestSetupjunit.extensionsA Decorator to set up and tear down additional fixture state.
TestSuitejunit.frameworkA TestSuite is a Composite of Tests.
TextListenerorg.junit.internal.runnersNo description provided.
Versionjunit.runnerThis class defines the current version of JUnit
Search