Class org.as2lib.test.unit.info.AssertNotNullInfo

Description

Information holder and examiner of a assertNotNull call.

Method Index

new AssertNotNullInfo()
execute()

Inherited from AbstractAssertInfo

Inherited from BasicClass

Constructor Detail

AssertNotNullInfo

public function AssertNotNullInfo(message:String, val)

Constructs a new AssertNotNullInfo.

Parameters

messageMessage if the assertion fails.
valValue that should not be null.

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