AssertTrueInfo
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractAssertInfo < BasicClass |
| Author: | Martin Heidegger. |
| Classpath: | org.as2lib.test.unit.info.AssertTrueInfo |
| File last modified: | Wednesday, 01 September 2004, 07:52:34 |
Information holder and examiner of a assertTrue call.
Summary
Constructor
Instance methods
Instance methods inherited from AbstractAssertInfo
Instance methods inherited from BasicClass
Constructor
AssertTrueInfo
function AssertTrueInfo (
message:String,
val)
Constructs a new AssertTrueInfo.
Parameters:
message:
Message if the assertion fails.
val :
Value that should be true.
Instance methods
execute
function execute (
Void) : Boolean
Overriding of @see AbstractAssertInfo#execute
Returns:
True if the execution fails.