All Classes and Interfaces

Class
Description
Deprecated.
The Balancer controls the maximum of concurrent threads in the current Scheduler(s) and prevents from own thread resources exhaustion if other group of schedulers share the same pool of threads.
 
 
Handles responses from concurrent junit
Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methods
Deprecated.
Destroys the embedded thread-pool.
 
 
Noteworthy things about JUnit4 listening:
A class that is annotated with @Ignore will have one invocation of "testSkipped" with source==name A method that is annotated with @Ignore will have a invocation of testSkipped with source and name distinct Methods annotated with @Ignore trigger no further events.
A stream-like object that preserves ordering between stdout/stderr
 
A class to be used when there is no JUnit parallelism (methods or/and class).
ParallelComputer extends JUnit Computer and has a shutdown functionality.
 
Schedules tests, controls thread resources, awaiting tests and other schedulers finished, and a master scheduler can shutdown slaves.
The factory of SchedulingStrategy.
Specifies the strategy of scheduling whether sequential, or parallel.
Populates collection triggeredTests of descriptions started before shutting down.
* Represents the test-state of a testset that is run.