|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITestFilter | |
|---|---|
| com.googlecode.lightest.core.filter | |
| Uses of ITestFilter in com.googlecode.lightest.core.filter |
|---|
| Classes in com.googlecode.lightest.core.filter that implement ITestFilter | |
|---|---|
class |
AndFilter
Returns the result of a logical AND on two sub-filters. |
class |
AnnotationContainsFilter
Filters based on annotation value contents as defined by contains(), or indexOf() in the case of Strings. |
class |
AnnotationEqualsFilter
Filters based on annotation value equality. |
class |
AnnotationFilter
Filters based on annotations declared on the test method. |
class |
ComparisonFilter
Filters an attribute related to the test method based on a value and an operation with that value. |
class |
FilterGroup
Represents a parenthetical grouping of the inner filter. |
class |
NotFilter
Negates the result of a wrapped filter. |
class |
OrFilter
Returns the result of a logical OR on two sub-filters. |
| Fields in com.googlecode.lightest.core.filter declared as ITestFilter | |
|---|---|
ITestFilter |
TestFilterParser.expr_return.filter
|
ITestFilter |
TestFilterParser.filterExpr_return.filter
|
ITestFilter |
TestFilterParser.orExpr_return.filter
|
ITestFilter |
TestFilterParser.andExpr_return.filter
|
ITestFilter |
TestFilterParser.atom_return.filter
|
ITestFilter |
TestFilterParser.compareExpr_return.filter
|
ITestFilter |
TestFilterParser.parExpr_return.filter
|
| Constructors in com.googlecode.lightest.core.filter with parameters of type ITestFilter | |
|---|---|
AndFilter(ITestFilter filter1,
ITestFilter filter2)
We would use varargs, but Java doesn't like Groovy varargs. |
|
FilterGroup(ITestFilter filter)
|
|
NotFilter(ITestFilter filter)
|
|
OrFilter(ITestFilter filter1,
ITestFilter filter2)
We would use varargs, but Java doesn't like Groovy varargs. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||