Class org.as2lib.test.unit.info.AssertUndefinedInfo

Description

Information holder and examiner of a assertUndefined call.

Method Index

new AssertUndefinedInfo()
execute()

Inherited from AbstractAssertInfo

Inherited from BasicClass

Constructor Detail

AssertUndefinedInfo

public function AssertUndefinedInfo(message:String, val)

Constructs a new AssertUndefinedInfo.

Parameters

messageMessage if the assertion fails.
valValue that should be undefined.

Method Detail

execute

public function execute(Void):Boolean

Overriding of @see AbstractAssertInfo#execute

Return

True if the execution fails.

Overrides

execute() in org.as2lib.test.unit.AbstractAssertInfo