Class MatchDescriptions
java.lang.Object
org.junit.runner.manipulation.Filter
org.apache.maven.surefire.common.junit4.MatchDescriptions
public final class MatchDescriptions
extends org.junit.runner.manipulation.Filter
Only run test methods in the given failure set.
-
Field Summary
FieldsFields inherited from class org.junit.runner.manipulation.Filter
ALL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribe()
private static org.junit.runner.manipulation.Filter
matchDescription
(org.junit.runner.Description desiredDescription) boolean
shouldRun
(org.junit.runner.Description description) Methods inherited from class org.junit.runner.manipulation.Filter
apply, intersect, matchMethodDescription
-
Field Details
-
filters
-
-
Constructor Details
-
MatchDescriptions
-
-
Method Details
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description) - Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
describe
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-
matchDescription
private static org.junit.runner.manipulation.Filter matchDescription(org.junit.runner.Description desiredDescription)
-