AbstractAssertInfo
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Implements: | |
| Known subclasses: |
|
| Classpath: | org.as2lib.test.unit.AbstractAssertInfo |
| File last modified: | Saturday, 28 August 2004, 14:31:06 |
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.
If this assertion failed it should return the errorinfo, else the successinfo.
Returns:
Message to the assertion.
Specified by:
isFailed
function isFailed (
Void) : Boolean
Returns:
true if the assertion failed.
Specified by: