Access keys

AssertNotSameInfo

Kind of class: class
Inherits from: AbstractAssertInfo < BasicClass
Author: Martin Heidegger.
Classpath: org.as2lib.test.unit.info.AssertNotSameInfo
File last modified: Wednesday, 17 August 2005, 15:15:08
Information holder and examiner of a assertNotSame call.

Summary

Constructor
Instance properties
Instance properties inherited from AbstractAssertInfo
Instance methods
Instance methods inherited from BasicClass

Constructor

AssertNotSameInfo

function AssertNotSameInfo (
message:String, val, compareTo)
Constructs a new AssertNotSameInfo.
Parameters:
message :
Message if the assertion fails.
val :
Value to be compared.
compareTo:
Value to be compared with.

Instance methods

execute

function execute (
Void) : Boolean
Overriding of @see AbstractAssertInfo#execute
Returns:
True if the execution fails.