abstract class MemoizingRequest extends Request
Modifier and Type | Field and Description |
---|---|
private Runner |
runner |
private java.util.concurrent.locks.Lock |
runnerLock |
Constructor and Description |
---|
MemoizingRequest() |
Modifier and Type | Method and Description |
---|---|
protected abstract Runner |
createRunner()
Creates the
Runner to return from getRunner() . |
Runner |
getRunner()
Returns a
Runner for this Request |
aClass, classes, classes, classWithoutSuiteMethod, errorReport, filterWith, filterWith, method, orderWith, runner, sortWith
private final java.util.concurrent.locks.Lock runnerLock
private volatile Runner runner