Access keys

AssertNotEmptyInfo

Kind of class: class
Inherits from: AbstractAssertInfo < BasicClass
Author: Martin Heidegger.
Classpath: org.as2lib.test.unit.info.AssertNotEmptyInfo
File last modified: Wednesday, 01 September 2004, 06:52:32
Information holder and examiner of a assertNotEmpty call.

Summary

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

Constructor

AssertNotEmptyInfo

function AssertNotEmptyInfo (
message:String, val)
Constructs a new AssertNotEmptyInfo.
Parameters:
message:
Message if the assertion fails.
val :
Value that should not be empty.

Instance methods

execute

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