org.as2lib.core.BasicClass +--org.as2lib.test.unit.AbstractAssertInfo +--org.as2lib.test.unit.info.AssertThrowsInfo
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. |