Package com.takenoko.weather
Class DiceTest.HashCode
java.lang.Object
com.takenoko.weather.DiceTest.HashCode
- Enclosing class:
- DiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
HashCode
HashCode()
-
-
Method Details
-
shouldReturnTheSameHashCodeWhenTheNumberOfSidesIsTheSame
@Test @DisplayName("should return the same hash code when the number of sides is the same") void shouldReturnTheSameHashCodeWhenTheNumberOfSidesIsTheSame() -
shouldReturnADifferentHashCodeWhenTheNumberOfSidesIsDifferent
@Test @DisplayName("should return a different hash code when the number of sides is different") void shouldReturnADifferentHashCodeWhenTheNumberOfSidesIsDifferent()
-