| Package | asunit.framework |
| Class | public class TestMethod |
TestFailure collects a failed test together with
the caught exception.
See also
| Method | Defined by | ||
|---|---|---|---|
|
TestMethod(test:Test, method:String)
Constructs a TestMethod with a given Test and method name.
| TestMethod | ||
|
duration():Number
| TestMethod | ||
| TestMethod | |||
|
getName():String
| TestMethod | ||
| method | property |
protected var method:String
| test | property |
protected var test:Test
| TestMethod | () | constructor |
public function TestMethod(test:Test, method:String)Constructs a TestMethod with a given Test and method name.
Parameterstest:Test |
|
method:String |
| duration | () | method |
public function duration():Number
Returns
Number |
| endTest | () | method |
| getName | () | method |
public function getName():String
Returns
String |