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

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

Description

Information holder and examiner of a assertNotNull call.

Method Index

new AssertNotNullInfo()

execute()

Inherited from AbstractAssertInfo

getMessage(), isFailed()

Inherited from BasicClass

toString()

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