AssertNotEqualsInfo
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractAssertInfo < BasicClass |
| Author: | Martin Heidegger. |
| Classpath: | org.as2lib.test.unit.info.AssertNotEqualsInfo |
| File last modified: | Wednesday, 21 September 2005, 18:37:06 |
Information holder and examiner of a assertNotEquals call.
Summary
Constructor
Instance methods
Instance methods inherited from AbstractAssertInfo
Instance methods inherited from BasicClass
Constructor
AssertNotEqualsInfo
function AssertNotEqualsInfo (
message:String,
val,
compareTo)
Constructs a new AssertNotEmptyInfo.
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.