Access keys

AbstractAssertInfo

Implementation of @see ExecutionInfo as basis for all AssertInformations.

@autor Martin Heidegger

Summary

Constructor

Constructor

AbstractAssertInfo

function AbstractAssertInfo (
message:String)
Constructs a new AbstractAssertInfo.
Parameters:
message:
Message for the AssertInformation.

Instance methods

getMessage

function getMessage (
Void) : String
Returns the message to the assertion.
If this assertion failed it should return the errorinfo, else the successinfo.
Returns:
Message to the assertion.

isFailed

function isFailed (
Void) : Boolean
Returns:
true if the assertion failed.