org.as2lib.core.BasicClass +--org.as2lib.test.unit.AbstractAssertInfo +--org.as2lib.test.unit.info.AssertEmptyInfo
Information holder and examiner of a assertEmpty call.
new AssertEmptyInfo()
getMessage(), isFailed()
toString()
public function AssertEmptyInfo(message:String, val)
Constructs a new AssertEmptyInfo.
message
val
public function execute(Void):Boolean
Overriding of @see AbstractAssertInfo#execute
True if the execution fails.
execute() in org.as2lib.test.unit.AbstractAssertInfo