protected static class TestClasses.TestFilter
extends org.junit.runner.manipulation.Filter
Filter that filters test Class
names and method names based on the set of included and
excluded TestClasses.TestMatchers.| Constructor and Description |
|---|
TestFilter(Set<TestClasses.TestMatcher> includePatterns,
Set<TestClasses.TestMatcher> excludePatterns)
Create a
TestClasses.TestFilter that will use the specified include
and exclude patterns. |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
boolean |
shouldRun(org.junit.runner.Description description) |
public TestFilter(Set<TestClasses.TestMatcher> includePatterns, Set<TestClasses.TestMatcher> excludePatterns)
TestClasses.TestFilter that will use the specified include
and exclude patterns.includePatterns - the include patters to useexcludePatterns - the exclude patters to usepublic String describe()
describe in class org.junit.runner.manipulation.Filterpublic boolean shouldRun(org.junit.runner.Description description)
shouldRun in class org.junit.runner.manipulation.FilterCopyright © 2017. All rights reserved.