Package | org.flexunit.internals.runners |
Class | public class SuiteMethod |
Inheritance | SuiteMethod ![]() ![]() |
Class
Method | Defined By | ||
---|---|---|---|
SuiteMethod(klass:Class)
Constructor. | SuiteMethod | ||
![]() | [static]
Creates a TestListener using a provided notifier and
token. | FlexUnit1ClassRunner | |
![]() |
Will apply a Filter to the test object. | FlexUnit1ClassRunner | |
![]() | getClassFromTest(test:Test):Class [static]
Returns the Class for a provided Test. | FlexUnit1ClassRunner | |
![]() | pleaseStop():void
Ask that the tests run stop before starting the next test. | FlexUnit1ClassRunner | |
![]() |
Runs the test class and updates the notifier on the status of running the tests. | FlexUnit1ClassRunner | |
testFromSuiteMethod(clazz:Class):Test [static]
Creates a test from a method in the suite. | SuiteMethod |
SuiteMethod | () | Constructor |
public function SuiteMethod(klass:Class)
Constructor.
Parametersklass:Class |
testFromSuiteMethod | () | method |
public static function testFromSuiteMethod(clazz:Class):Test
Creates a test from a method in the suite. If there is no static suite() method, then an error is thrown.
Parameters
clazz:Class — Class that the suite method is in.
|
Test — Test - Returns a Test
|
See also