|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.lightest.core.filter.AndFilter
public class AndFilter
Returns the result of a logical AND on two sub-filters.
| Constructor Summary | |
|---|---|
AndFilter(ITestFilter filter1,
ITestFilter filter2)
We would use varargs, but Java doesn't like Groovy varargs. |
|
| Method Summary | |
|---|---|
String |
filterString()
Returns a canonical String representation of the filter. |
groovy.lang.MetaClass |
getMetaClass()
|
Object |
getProperty(String name)
|
Object |
invokeMethod(String name,
Object args)
|
void |
setMetaClass(groovy.lang.MetaClass metaClass)
|
void |
setProperty(String name,
Object value)
|
boolean |
test(Method m)
Returns true if the method passes the filter, and false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndFilter(ITestFilter filter1,
ITestFilter filter2)
| Method Detail |
|---|
public boolean test(Method m)
ITestFilter
test in interface ITestFilterm - the method being filteredpublic String filterString()
ITestFilter
filterString in interface ITestFilterpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObject
public Object invokeMethod(String name,
Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObject
public void setProperty(String name,
Object value)
setProperty in interface groovy.lang.GroovyObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||