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