Access keys

AssertTypeOfInfo

Kind of class: class
Inherits from: AbstractAssertInfo < BasicClass
Author: Martin Heidegger.
Classpath: org.as2lib.test.unit.info.AssertTypeOfInfo
File last modified: Wednesday, 27 October 2004, 09:31:50
Information holder and examiner of a assertTypeOf call.

Summary

Constructor
Instance properties
Instance properties inherited from AbstractAssertInfo
Instance methods
Instance methods inherited from BasicClass

Constructor

AssertTypeOfInfo

function AssertTypeOfInfo (
message:String, val, type:String)
Constructs a new AssertTypeOfInfo.
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.