An object used to test persistence of floating-point and decimal fields,
in addition to those in
BinaryWidget .
author: Mike Martin version: $Revision: 1.5 $
public static void assertValidMetaData(ClassMetaData cmd, Assert test)(Code)
Asserts that the given metadata is correct for an object of this class.
Parameters: cmd - the class metadata to be tested. Parameters: test - the test to be used to call assert methods.
Indicates whether some other object is "equal to" this one. By comparing
against an original copy of the object, equals() can be
used to verify that the object has been written to a database and read
back correctly.
Parameters: obj - the reference object with which to compare true if this object is equal to the obj argument;false otherwise.
Returns a string representation for this object. All of the field
values are included in the string for debugging purposes.
a string representation for this object.
Methods inherited from com.triactive.jdo.model.test.widgets.BinaryWidget