Packageflexunit.framework
Classpublic class TestFailure

A TestFailure collects a failed test together with the caught Error. see TestResult



Public Methods
 MethodDefined by
  
TestFailure(test:Test, error:Error)
TestFailure
  
TestFailure
  
TestFailure
  
isFailure():Boolean
TestFailure
  
TestFailure
  
toString():String
TestFailure
Constructor detail
TestFailure()constructor
public function TestFailure(test:Test, error:Error)Parameters
test:Test
 
error:Error
Method detail
exceptionMessage()method
public function exceptionMessage():String

Returns
String
failedTest()method 
public function failedTest():Test

Returns
Test
isFailure()method 
public function isFailure():Boolean

Returns
Boolean
thrownException()method 
public function thrownException():Error

Returns
Error
toString()method 
public function toString():String

Returns
String