|
In testing values of persistent instances against an object containing the expected value, use the equals() method of the expected value to avoid introducing a test of the equals() implementation of the persistent class, which is not relevant to the test. This issue applies to the fieldtypes.Collections tests .
|