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
FieldsModifier and TypeFieldDescriptionprivate final org.junit.runner.Description
private boolean
Fields inherited from class org.junit.runner.manipulation.Filter
ALL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.manipulation.Filter
apply, intersect, matchMethodDescription
-
Field Details
-
description
private final org.junit.runner.Description description -
successful
private boolean successful
-
-
Constructor Details
-
ExcludeDescriptionFilter
ExcludeDescriptionFilter(org.junit.runner.Description description)
-
-
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
-
wasSuccessful
boolean wasSuccessful()
-