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