Packageorg.flexunit.internals.requests
Classpublic class QualifyingRequest
InheritanceQualifyingRequest Inheritance Request Inheritance Object

A QualifyingRequest is a request that verifies each class passed to it is in fact a viable test before attempting to include it.



Public Properties
 PropertyDefined By
 InheritediRunner : IRunner
[read-only] Returns an IRunner for this Request.
Request
 Inheritedsort : ISort
Returns an ISort for this Request.
Request
Public Methods
 MethodDefined By
  
Constructor
QualifyingRequest
 Inherited
aClass(clazz:Class):Request
[static] Create a Request that, when processed, will run all the tests in a class.
Request
  
classes(... argumentsArray):Request
[static]
QualifyingRequest
 Inherited
filterWith(filterOrDescription:*):Request
Returns a Request that either filters based on a Description or a Filter.
Request
 Inherited
Deprecated: Use the iRunner property instead
Request
 Inherited
method(clazz:Class, methodName:String):Request
[static] Create a Request that, when processed, will run a single test.
Request
 Inherited
methods(clazz:Class, methodNames:Array):Request
[static]
Request
 Inherited
qualifyClasses(... argumentsArray):Request
[static]
Request
 Inherited
[static]
Request
 Inherited
sortWith(sorterOrComparatorFunction:*):Request
Request
Protected Methods
 MethodDefined By
 Inherited
Returns a Request that only runs contains tests whose Description equals desiredDescription.
Request
 Inherited
Returns a Request that only contains those tests that should run when a filter is applied.
Request
Constructor Detail
QualifyingRequest()Constructor
public function QualifyingRequest()

Constructor

Method Detail
classes()method
public static function classes(... argumentsArray):Request

Parameters

... argumentsArray — possible test classes to be included in a Request

Returns
Request — a Request composed of all the arguments which could be identified as runnable tests