Class org.as2lib.test.unit.info.AssertNotThrowsInfo

Description

Information holder and examiner of a assertNotThrows call.

Method Index

new AssertNotThrowsInfo()
execute()

Inherited from AbstractAssertInfo

Inherited from BasicClass

Constructor Detail

AssertNotThrowsInfo

public function AssertNotThrowsInfo(message:String, type, toCall:Executable, args:Array)

Constructs a new AssertNotThrowsInfo.

Parameters

messageMessage if the assertion fails.
typeException type that should not be thrown. (if null is given, it fails on every exception).
toCallCall to be executed
argsArguments for the Call.

Method Detail

execute

public function execute(Void):Boolean

Overriding of @see AbstractAssertInfo#execute

Return

True if the execution fails.

Overrides

execute() in org.as2lib.test.unit.AbstractAssertInfo