Class FilteringRequest
- java.lang.Object
-
- org.junit.runner.Request
-
- org.apache.maven.surefire.junitcore.FilteringRequest
-
final class FilteringRequest extends org.junit.runner.Request
Moved nested class fromJUnitCoreWrapper
.
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.runner.Runner
filteredRunner
-
Constructor Summary
Constructors Constructor Description FilteringRequest(org.junit.runner.Request req, org.junit.runner.manipulation.Filter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.Runner
getRunner()
-