 |
FlexUnit - ActionScript 3.0 Unit Testing Framework
|
|
flexunit.frameworkClass TestFailure
public class TestFailure
A TestFailure collects a failed test together with
the caught Error.
see TestResult
TestFailure Constructor
public function TestFailure(test:Test, error:Error)
Parameters
exceptionMessage Method
public function exceptionMessage() : String
Returns
failedTest Method
public function failedTest() : Test
Returns
isFailure Method
public function isFailure() : Boolean
Returns
thrownException Method
public function thrownException() : Error
Returns
toString Method
public function toString() : String
Returns
Copyright © 2005 Macromedia Inc. All rights reserved.
Mon May 8 2006, 15:55 PDT