Uses of Package
org.junit.runner

Packages that use org.junit.runner
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 Provides classes to filter or sort tests. 
org.junit.runner.notification Provides information about a test run. 
org.junit.runners Provides standard Runner implementations. 
org.junit.runners.model   
org.junit.runners.parameterized   
 

Classes in org.junit.runner used by org.junit.experimental
Computer
          Represents a strategy for computing runners and suites.
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.experimental.categories
Describable
          Represents an object that can describe itself
Description
          A Description describes a test which is to be run or has been run.
FilterFactory
          Extend this class to create a factory that creates Filter.
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.experimental.max
Description
          A Description describes a test which is to be run or has been run.
JUnitCore
          JUnitCore is a facade for running tests.
Request
          A Request is an abstract description of tests to be run.
Result
          A Result collects and summarizes information from running multiple tests.
 

Classes in org.junit.runner used by org.junit.experimental.results
Request
          A Request is an abstract description of tests to be run.
 

Classes in org.junit.runner used by org.junit.experimental.runners
Describable
          Represents an object that can describe itself
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.experimental.theories
Describable
          Represents an object that can describe itself
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.internal.runners
Describable
          Represents an object that can describe itself
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.rules
Description
          A Description describes a test which is to be run or has been run.
 

Classes in org.junit.runner used by org.junit.runner
Computer
          Represents a strategy for computing runners and suites.
Describable
          Represents an object that can describe itself
Description
          A Description describes a test which is to be run or has been run.
FilterFactory.FilterNotCreatedException
          Exception thrown if the Filter cannot be created.
FilterFactoryParams
           
Request
          A Request is an abstract description of tests to be run.
Result
          A Result collects and summarizes information from running multiple tests.
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.runner.manipulation
Description
          A Description describes a test which is to be run or has been run.
 

Classes in org.junit.runner used by org.junit.runner.notification
Description
          A Description describes a test which is to be run or has been run.
Result
          A Result collects and summarizes information from running multiple tests.
 

Classes in org.junit.runner used by org.junit.runners
Describable
          Represents an object that can describe itself
Description
          A Description describes a test which is to be run or has been run.
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.runners.model
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 

Classes in org.junit.runner used by org.junit.runners.parameterized
Describable
          Represents an object that can describe itself
Runner
          A Runner runs tests and notifies a RunNotifier of significant events as it does so.
 



Copyright © 2002–2021 JUnit. All rights reserved.