Package com.googlecode.lightest.core.filter

Interface Summary
ITestFilter This class represents criteria to use for selecting a set of test methods to run.
 

Class Summary
AndFilter Returns the result of a logical AND on two sub-filters.
AnnotationContainsFilter Filters based on annotation value contents as defined by contains(), or indexOf() in the case of Strings.
AnnotationEqualsFilter Filters based on annotation value equality.
AnnotationField Identifies an annotation field by name, or name and member, where the member is an attribute of the annotation.
AnnotationFilter Filters based on annotations declared on the test method.
ComparisonFilter Filters an attribute related to the test method based on a value and an operation with that value.
FilterGroup Represents a parenthetical grouping of the inner filter.
NotFilter Negates the result of a wrapped filter.
OrFilter Returns the result of a logical OR on two sub-filters.
ParserFactory Returns TestFilter parsers for input Strings
TestFilterLexer  
TestFilterParser  
TestFilterParser.andExpr_return  
TestFilterParser.annotationExpr_return  
TestFilterParser.atom_return  
TestFilterParser.compareExpr_return  
TestFilterParser.containsExpr_return  
TestFilterParser.equalsExpr_return  
TestFilterParser.expr_return  
TestFilterParser.filterExpr_return  
TestFilterParser.notExpr_return  
TestFilterParser.orExpr_return  
TestFilterParser.parExpr_return  
 



Copyright © 2009. All Rights Reserved.