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() |
protected 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)
protected final boolean globMatches(String string)
public abstract boolean shouldRun(org.junit.runner.Description description)
shouldRun
in class org.junit.runner.manipulation.Filter
public abstract String describe()
describe
in class org.junit.runner.manipulation.Filter
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.