AssertSameInfo
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractAssertInfo < BasicClass |
| Author: | Martin Heidegger. |
| Classpath: | org.as2lib.test.unit.info.AssertSameInfo |
| File last modified: | Wednesday, 17 August 2005, 15:15:08 |
Information holder and examiner of a assertSame call.
Summary
Constructor
Instance methods
Instance methods inherited from AbstractAssertInfo
Instance methods inherited from BasicClass
Constructor
AssertSameInfo
function AssertSameInfo (
message:String,
val,
compareTo)
Constructs a new AssertSameInfo.
Parameters:
message :
Message if the assertion fails.
val :
Value to be compared.
compareTo:
Value to be compared with.
Instance methods
execute
function execute (
Void) : Boolean
Overriding of @see AbstractAssertInfo#execute
Returns:
True if the execution fails.