Class RunnerRequest
- java.lang.Object
-
- org.junit.runner.Request
-
- org.junit.vintage.engine.descriptor.RunnerRequest
-
class RunnerRequest extends org.junit.runner.Request
- Since:
- 4.12
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.runner.Runner
runner
-
Constructor Summary
Constructors Constructor Description RunnerRequest(org.junit.runner.Runner runner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.Runner
getRunner()
-