Class org.as2lib.test.unit.info.AssertSameInfo

Description

Information holder and examiner of a assertSame call.

Method Index

new AssertSameInfo()
execute()

Inherited from AbstractAssertInfo

Inherited from BasicClass

Constructor Detail

AssertSameInfo

public function AssertSameInfo(message:String, val, compareTo)

Constructs a new AssertSameInfo.

Parameters

messageMessage if the assertion fails.
valValue to be compared.
compareToValue to be compared with.

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