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.Description
description
private boolean
successful
-
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.String
describe()
boolean
shouldRun(org.junit.runner.Description description)
(package private) boolean
wasSuccessful()
-
-
-
Method Detail
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
describe
public java.lang.String describe()
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-
wasSuccessful
boolean wasSuccessful()
-
-