Package | org.flexunit.internals.requests |
Class | public class SortingRequest |
Inheritance | SortingRequest ![]() ![]() |
Request
that sorts the ordering in a test class.
Property | Defined By | ||
---|---|---|---|
iRunner : IRunner [override] [read-only] | SortingRequest | ||
![]() | sort : ISort
Returns an ISort for this Request. | Request |
Method | Defined By | ||
---|---|---|---|
SortingRequest(request:IRequest, sorterOrComparatorFunction:*)
Constructor. | SortingRequest | ||
![]() | [static]
Create a Request that, when processed, will run all the tests
in a class. | Request | |
![]() | [static]
Create a Request that, when processed, will run all the tests
in a set of classes. | Request | |
![]() | filterWith(filterOrDescription:*):Request
Returns a Request that either filters based on a Description or a Filter. | Request | |
![]() | Deprecated: Use the iRunner property instead | Request | |
![]() | [static]
Create a Request that, when processed, will run a single test. | Request | |
![]() | [static] | Request | |
![]() | qualifyClasses(... argumentsArray):Request [static] | Request | |
![]() | [static]
| Request | |
![]() | Request |
iRunner | property |
SortingRequest | () | Constructor |
public function SortingRequest(request:IRequest, sorterOrComparatorFunction:*)
Constructor. Creates a sorted Request.
Parametersrequest:IRequest — An IRequest describing the tests.
| |
sorterOrComparatorFunction:* — is either an ISorted implementation or a comparator function to be used
to define the sort order of the tests in this Request.
|