Uses of Package
org.junit.runner
-
Packages that use org.junit.runner Package Description junit.framework Provides JUnit v3.x core classes.org.junit.experimental org.junit.experimental.categories org.junit.experimental.max org.junit.experimental.results org.junit.experimental.runners org.junit.experimental.theories org.junit.internal.runners org.junit.rules org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runner.manipulation org.junit.runner.notification Provides information about a test run.org.junit.runners Provides standardRunner
implementations.org.junit.runners.model org.junit.runners.parameterized -
Classes in org.junit.runner used by junit.framework Class Description Describable Represents an object that can describe itselfDescription ADescription
describes a test which is to be run or has been run. -
Classes in org.junit.runner used by org.junit.experimental Class Description Computer Represents a strategy for computing runners and suites.Runner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.experimental.categories Class Description Describable Represents an object that can describe itselfDescription ADescription
describes a test which is to be run or has been run.FilterFactory Extend this class to create a factory that createsFilter
.Runner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.experimental.max Class Description Description ADescription
describes a test which is to be run or has been run.JUnitCore JUnitCore
is a facade for running tests.Request ARequest
is an abstract description of tests to be run.Result AResult
collects and summarizes information from running multiple tests. -
Classes in org.junit.runner used by org.junit.experimental.results Class Description Request ARequest
is an abstract description of tests to be run. -
Classes in org.junit.runner used by org.junit.experimental.runners Class Description Describable Represents an object that can describe itselfRunner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.experimental.theories Class Description Describable Represents an object that can describe itselfRunner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.internal.runners Class Description Describable Represents an object that can describe itselfRunner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.rules Class Description Description ADescription
describes a test which is to be run or has been run. -
Classes in org.junit.runner used by org.junit.runner Class Description Computer Represents a strategy for computing runners and suites.Describable Represents an object that can describe itselfDescription ADescription
describes a test which is to be run or has been run.FilterFactory.FilterNotCreatedException Exception thrown if theFilter
cannot be created.FilterFactoryParams Request ARequest
is an abstract description of tests to be run.Result AResult
collects and summarizes information from running multiple tests.Runner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.runner.manipulation Class Description Description ADescription
describes a test which is to be run or has been run. -
Classes in org.junit.runner used by org.junit.runner.notification Class Description Description ADescription
describes a test which is to be run or has been run.Result AResult
collects and summarizes information from running multiple tests. -
Classes in org.junit.runner used by org.junit.runners Class Description Describable Represents an object that can describe itselfDescription ADescription
describes a test which is to be run or has been run.Runner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.runners.model Class Description Runner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Classes in org.junit.runner used by org.junit.runners.parameterized Class Description Describable Represents an object that can describe itselfRunner ARunner
runs tests and notifies aRunNotifier
of significant events as it does so.