Package org.soliscode.test.contract.object
package org.soliscode.test.contract.object
This package contains support for testing the implementation of the Object interface methods.
-
ClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.This interface tests if a class has implemented theObject
interface as specified inObject
.Values used to identify object class methods for use with theSupportedMethods.supportsMethod(OptionalMethod)
method.This interface tests if a class has implemented thetoString()
method correctly.