Packageorg.flexunit.runner.manipulation.filters
Classpublic class IncludeAllFilter
InheritanceIncludeAllFilter Inheritance AbstractFilter Inheritance Object

Implementation of a filter that includes all children



Public Methods
 MethodDefined By
  
Constructor
IncludeAllFilter
 Inherited
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
IncludeAllFilter
  
shouldRun(description:IDescription):Boolean
[override]
IncludeAllFilter
Constructor Detail
IncludeAllFilter()Constructor
public function IncludeAllFilter()

Constructor

Method Detail
describe()method
override public function describe(description:IDescription):String

Returns a textual description of this Filter

Parameters

description:IDescription

Returns
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

Returns
Booleantrue if the test should be run