Interface org.as2lib.test.unit.ExecutionInfo

org.as2lib.core.BasicInterface
   +--org.as2lib.test.unit.ExecutionInfo

Description

Interface for all Informations occured during the execution of a method of a testcase.

Method Index

getMessage(), isFailed()

Inherited from BasicInterface

toString()

Method Detail

isFailed

public function isFailed(Void):Boolean

Return

true if the information should be recognized as failure

getMessage

public function getMessage(Void):String

Returns the message to the information.

Return

Message to the assertion.