| Package | org.puremvc.as3.multicore.utilities.pipes.plumbing |
| Class | public class MessageTest |
| Inheritance | MessageTest flexunit.framework.TestCase |
| Method | Defined by | ||
|---|---|---|---|
|
MessageTest(methodName:String)
Constructor.
| MessageTest | ||
|
suite():TestSuite
[static]
Create the TestSuite.
| MessageTest | ||
|
testConstructorAndGetters():void
Tests the constructor parameters and getters.
| MessageTest | ||
|
testDefaultPriority():void
Tests message default priority.
| MessageTest | ||
|
testSettersAndGetters():void
Tests the setters and getters.
| MessageTest | ||
| MessageTest | () | constructor |
public function MessageTest(methodName:String)Constructor.
ParametersmethodName:String — the name of the test method an instance to run
|
| suite | () | method |
public static function suite():TestSuiteCreate the TestSuite.
ReturnsTestSuite |
| testConstructorAndGetters | () | method |
public function testConstructorAndGetters():voidTests the constructor parameters and getters.
| testDefaultPriority | () | method |
public function testDefaultPriority():voidTests message default priority.
| testSettersAndGetters | () | method |
public function testSettersAndGetters():voidTests the setters and getters.