Class org.as2lib.test.unit.info.AssertNotUndefinedInfo

org.as2lib.core.BasicClass
   +--org.as2lib.test.unit.AbstractAssertInfo
      +--org.as2lib.test.unit.info.AssertNotUndefinedInfo

Description

Information holder and examiner of a assertNotUndefined call.

Method Index

new AssertNotUndefinedInfo()

execute()

Inherited from AbstractAssertInfo

getMessage(), isFailed()

Inherited from BasicClass

toString()

Constructor Detail

AssertNotUndefinedInfo

public function AssertNotUndefinedInfo(message:String, val)

Constructs a new AssertNotUndefinedInfo.

Parameters

messageMessage if the assertion fails.
valValue that should not 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