Package | org.flexunit.runner.manipulation.filters |
Class | public class MethodNameFilter |
Inheritance | MethodNameFilter ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
MethodNameFilter(methodNames:Array)
Constructor
| MethodNameFilter | ||
![]() | apply(child:Object):void
Invoke with a org.flexunit.runner.IRunner to cause all tests it intends to run
to first be checked with the filter. | AbstractFilter | |
describe(description:IDescription):String [override]
Returns a textual description of this Filter
| MethodNameFilter | ||
shouldRun(description:IDescription):Boolean [override]
| MethodNameFilter |
MethodNameFilter | () | Constructor |
public function MethodNameFilter(methodNames:Array)
Constructor
ParametersmethodNames:Array |
describe | () | method |
override public function describe(description:IDescription):String
Returns a textual description of this Filter
Parameters
description:IDescription |
String — a textual description of this Filter
|
shouldRun | () | method |
override public function shouldRun(description:IDescription):Boolean
Parameters
description:IDescription — the description of the test to be run
|
Boolean — true if the test should be run
|