Package org.junit.runner
Provides classes used to describe, collect, run and analyze multiple tests.
- Since:
- 4.0
-
Interface Summary Interface Description Describable Represents an object that can describe itselfFilterFactory Extend this class to create a factory that createsFilter. -
Class Summary Class Description Computer Represents a strategy for computing runners and suites.Description ADescriptiondescribes a test which is to be run or has been run.FilterFactoryParams JUnitCore JUnitCoreis a facade for running tests.Request ARequestis an abstract description of tests to be run.Result AResultcollects and summarizes information from running multiple tests.Runner ARunnerruns tests and notifies aRunNotifierof significant events as it does so. -
Exception Summary Exception Description FilterFactory.FilterNotCreatedException Exception thrown if theFiltercannot be created. -
Annotation Types Summary Annotation Type Description RunWith When a class is annotated with@RunWithor extends a class annotated with@RunWith, JUnit will invoke the class it references to run the tests in that class instead of the runner built into JUnit.