Information holder and examiner of a assertThrows call.
public function AssertThrowsInfo(message:String, type, toCall:Executable, args:Array)
Constructs a new AssertThrowsInfo.
message | Message if the assertion fails. |
type | Exception type that should be thrown. (if null is given, it fails if no exception was thrown). |
toCall | Call to be executed |
args | Arguments for the Call. |