org.as2lib.core.BasicClass +--org.as2lib.test.unit.AbstractAssertInfo
ExecutionInfo
Implementation of @see ExecutionInfo as basis for all AssertInformations.
new AbstractAssertInfo()
toString()
public function AbstractAssertInfo(message:String)
Constructs a new AbstractAssertInfo.
message
public function isFailed(Void):Boolean
true if the assertion failed.
isFailed() in org.as2lib.test.unit.ExecutionInfo
public function getMessage(Void):String
Returns the message to the assertion. If this assertion failed it should return the errorinfo, else the successinfo.
Message to the assertion.
getMessage() in org.as2lib.test.unit.ExecutionInfo