Package | org.flexunit.internals.requests |
Class | public class QualifyingRequest |
Inheritance | QualifyingRequest ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Constructor
| QualifyingRequest | ||
![]() | [static]
Create a Request that, when processed, will run all the tests
in a class. | Request | |
[static]
| QualifyingRequest | ||
![]() | 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 |
QualifyingRequest | () | Constructor |
public function QualifyingRequest()
Constructor
classes | () | method |
public static function classes(... argumentsArray):Request
Parameters
... argumentsArray — possible test classes to be included in a Request
|
Request — a Request composed of all the arguments which could be identified as runnable tests
|