Access keys

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

Instance properties
Instance properties inherited from AbstractAssertInfo
Instance methods
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.