Package | asunit.framework |
Interface | public interface Test extends flash.events.IEventDispatcher |
Implementors | AsynchronousTestCase, ResultPrinter, TestCase, TestResult, TestSuite |
Method | Defined by | ||
---|---|---|---|
countTestCases():int
| Test | ||
getContext():DisplayObjectContainer
| Test | ||
getCurrentMethod():String
| Test | ||
getIsComplete():Boolean
| Test | ||
getName():String
| Test | ||
getTestMethods():Array
| Test | ||
run():void
| Test | ||
runBare():void
| Test | ||
setContext(context:DisplayObjectContainer):void
| Test | ||
setResult(result:TestListener):void
| Test | ||
toString():String
| Test |
countTestCases | () | method |
public function countTestCases():int
Returns
int |
getContext | () | method |
public function getContext():DisplayObjectContainer
Returns
DisplayObjectContainer |
getCurrentMethod | () | method |
public function getCurrentMethod():String
Returns
String |
getIsComplete | () | method |
public function getIsComplete():Boolean
Returns
Boolean |
getName | () | method |
public function getName():String
Returns
String |
getTestMethods | () | method |
public function getTestMethods():Array
Returns
Array |
run | () | method |
public function run():void
runBare | () | method |
public function runBare():void
setContext | () | method |
public function setContext(context:DisplayObjectContainer):void
Parameters
context:DisplayObjectContainer |
setResult | () | method |
toString | () | method |
public function toString():String
Returns
String |