public class TestPredicates extends Object
Modifier and Type | Field and Description |
---|---|
static Predicate<TestMethod> |
REJECT_INSTRUMENTATION |
static Predicate<TestMethod> |
REJECT_SUPPRESSED |
static Predicate<TestMethod> |
SELECT_INSTRUMENTATION |
static Predicate<TestMethod> |
SELECT_LARGE |
static Predicate<TestMethod> |
SELECT_MEDIUM |
static Predicate<TestMethod> |
SELECT_SMALL |
static Predicate<TestMethod> |
SELECT_SMOKE |
Constructor and Description |
---|
TestPredicates() |
public static final Predicate<TestMethod> SELECT_INSTRUMENTATION
public static final Predicate<TestMethod> REJECT_INSTRUMENTATION
public static final Predicate<TestMethod> SELECT_SMOKE
public static final Predicate<TestMethod> SELECT_SMALL
public static final Predicate<TestMethod> SELECT_MEDIUM
public static final Predicate<TestMethod> SELECT_LARGE
public static final Predicate<TestMethod> REJECT_SUPPRESSED