Class ObjectContractTest.TestWithStringClass
java.lang.Object
org.soliscode.test.OptionalMethodSupport
org.soliscode.test.AbstractTest
org.soliscode.test.object.ObjectContractTest.TestWithStringClass
- All Implemented Interfaces:
EqualsContract<String>
,HashCodeContract<String>
,ObjectContract<String>
,ToStringContract<String>
,ContractSupport<String>
,ProviderSupport<String>
,WithString
,SupportedMethods
- Enclosing class:
ObjectContractTest
@Nested
@DisplayName("Test ObjectContract with String class")
public class ObjectContractTest.TestWithStringClass
extends AbstractTest
implements ObjectContract<String>, WithString
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.soliscode.test.OptionalMethodSupport
doesNotSupportMethod, supportsMethod, unsupportedMethods
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.soliscode.test.contract.object.EqualsContract
testEqualsForNullValue, testEqualsIsConsistent, testEqualsIsReflexive, testEqualsIsSymmetric, testEqualsIsTransitive
Methods inherited from interface org.soliscode.test.contract.object.HashCodeContract
testHashCodeDistribution, testHashCodeIsStable, testHashCodeWithEqualValues, testHashDifferentValues
Methods inherited from interface org.soliscode.test.SupportedMethods
supportsMethod
Methods inherited from interface org.soliscode.test.contract.object.ToStringContract
testToStringForDifferentValues, testToStringForEqualValues, testToStringIsConsistent, testToStringOverridden
Methods inherited from interface org.soliscode.test.contract.support.WithString
provider
-
Constructor Details
-
TestWithStringClass
public TestWithStringClass()
-