AssertInstanceOfInfo
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractAssertInfo < BasicClass |
| Author: | Martin Heidegger. |
| Classpath: | org.as2lib.test.unit.info.AssertInstanceOfInfo |
| File last modified: | Friday, 31 December 2004, 17:09:42 |
Information holder and examiner of a assertInstanceOf call.
Summary
Constructor
Instance methods
Instance methods inherited from AbstractAssertInfo
Instance methods inherited from BasicClass
Constructor
AssertInstanceOfInfo
function AssertInstanceOfInfo (
message:String,
val,
type:Function)
Constructs a new AssertInstanceOfInfo.
Parameters:
message:
Message if the assertion fails.
val :
Value to be checked.
type :
Type of the value.
Instance methods
execute
function execute (
Void) : Boolean
Overriding of @see AbstractAssertInfo#execute
Returns:
True if the execution fails.