Class RunnerTestDescriptor.ExcludeDescriptionFilter
- java.lang.Object
-
- org.junit.runner.manipulation.Filter
-
- org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
-
- Enclosing class:
- RunnerTestDescriptor
private static class RunnerTestDescriptor.ExcludeDescriptionFilter extends org.junit.runner.manipulation.Filter
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.runner.Descriptiondescriptionprivate booleansuccessful
-
Constructor Summary
Constructors Constructor Description ExcludeDescriptionFilter(org.junit.runner.Description description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescribe()booleanshouldRun(org.junit.runner.Description description)(package private) booleanwasSuccessful()
-
-
-
Method Detail
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRunin classorg.junit.runner.manipulation.Filter
-
describe
public java.lang.String describe()
- Specified by:
describein classorg.junit.runner.manipulation.Filter
-
wasSuccessful
boolean wasSuccessful()
-
-