 |
FlexUnit - ActionScript 3.0 Unit Testing Framework
|
|
flexunit.frameworkInterface Test
All known implementing classes
public interface Test
extends Reflective
A Test can be run, with the results collected.
See also
countTestCases Method
public function countTestCases() : Number
The number of test cases in this test.
Returns
| Number — A Number representing the count of test cases in this test.
|
getTestMethodNames Method
public function getTestMethodNames() : Array
Returns the names of the test methods for this test.
Returns
| Array — Array of method names for this test
|
runWithResult Method
public function runWithResult(result:TestResult) : void
Runs the tests, populating the result parameter.
Parameters
| result:TestResult — TestResult instance to be populated
|
Returns
toString Method
public function toString() : String
Returns
Copyright © 2005 Macromedia Inc. All rights reserved.
Mon May 8 2006, 15:55 PDT