Class UncachedIntegerTest
java.lang.Object
org.soliscode.test.OptionalMethodSupport
org.soliscode.test.AbstractTest
org.soliscode.test.numeric.UncachedIntegerTest
- All Implemented Interfaces:
IntegerContract<UncachedInteger>
,ContractSupport<UncachedInteger>
,IntegerSupport<UncachedInteger>
,NumberSupport<UncachedInteger>
,ProviderSupport<UncachedInteger>
,SupportedMethods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull IntegerNumberProvider
<UncachedInteger> provider()
void
void
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.numeric.IntegerContract
testDoubleValue, testFloatValue, testIntValue, testLongValue
Methods inherited from interface org.soliscode.test.SupportedMethods
supportsMethod
-
Constructor Details
-
UncachedIntegerTest
public UncachedIntegerTest()
-
-
Method Details
-
provider
- Specified by:
provider
in interfaceIntegerSupport<UncachedInteger>
- Specified by:
provider
in interfaceNumberSupport<UncachedInteger>
- Specified by:
provider
in interfaceProviderSupport<UncachedInteger>
-
testValueOfWorks
@Test @DisplayName("The valueOf() method works.") public void testValueOfWorks() -
testValueOfDoesNotCacheValues
@Test @DisplayName("The valueOf() method does not cache values") public void testValueOfDoesNotCacheValues()
-