private final class Scheduler.Controller
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
Controller(Scheduler slave) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
canSchedule() |
(package private) boolean |
destroy() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
(package private) void |
stop(java.util.Collection<org.junit.runner.Description> executedTests,
java.util.Collection<org.junit.runner.Description> incompleteTests,
boolean tryCancelFutures,
boolean shutdownNow) |
private final Scheduler slave
private Controller(Scheduler slave)
boolean canSchedule()
void stop(java.util.Collection<org.junit.runner.Description> executedTests,
java.util.Collection<org.junit.runner.Description> incompleteTests,
boolean tryCancelFutures,
boolean shutdownNow)
boolean destroy()
Destroyable.destroy()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object