public abstract class GlobFilter
extends org.junit.runner.manipulation.Filter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
globPattern |
| Constructor and Description |
|---|
GlobFilter(java.lang.String glob) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
describe() |
boolean |
globMatches(java.lang.String string)
Check if a given string matches the glob.
|
abstract boolean |
shouldRun(org.junit.runner.Description description) |
public final boolean globMatches(java.lang.String string)
public abstract boolean shouldRun(org.junit.runner.Description description)
shouldRun in class org.junit.runner.manipulation.Filterpublic abstract java.lang.String describe()
describe in class org.junit.runner.manipulation.FilterCopyright © 2011–2018 Carrot Search s.c.. All rights reserved.