org.specrunner.junit
Class ConcurrentRunnerScheduler
java.lang.Object
org.specrunner.junit.ConcurrentRunnerScheduler
- All Implemented Interfaces:
- org.junit.runners.model.RunnerScheduler
public class ConcurrentRunnerScheduler
- extends Object
- implements org.junit.runners.model.RunnerScheduler
Scheduler for concurrent runners.
- Author:
- Mathieu Carbou (mathieu.carbou@gmail.com), Thiago Santos
|
Field Summary |
static double |
RATE
Thread creation ration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RATE
public static final double RATE
- Thread creation ration.
- See Also:
- Constant Field Values
ConcurrentRunnerScheduler
public ConcurrentRunnerScheduler(Class<?> klass)
- Default constructor.
- Parameters:
klass - The target class test.
schedule
public void schedule(Runnable childStatement)
- Specified by:
schedule in interface org.junit.runners.model.RunnerScheduler
finished
public void finished()
- Specified by:
finished in interface org.junit.runners.model.RunnerScheduler
Copyright © 2014. All rights reserved.