Class org.as2lib.test.unit.info.AssertInfinityInfo

Description

Information holder and examiner of a assertInfinity call.

Method Index

new AssertInfinityInfo()
execute()

Inherited from AbstractAssertInfo

Inherited from BasicClass

Constructor Detail

AssertInfinityInfo

public function AssertInfinityInfo(message:String, val)

Constructs a new AssertInfinityInfo.

Parameters

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

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