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.- Author:
- mpkorstanje
-
-
Constructor Summary
Constructors Constructor Description MatchDescriptions(java.lang.Iterable<org.junit.runner.Description> descriptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
describe()
boolean
shouldRun(org.junit.runner.Description description)
-