Package com.takenoko.stats
Class GameProgressStatisticsTest.TestHashCode
java.lang.Object
com.takenoko.stats.GameProgressStatisticsTest.TestHashCode
- Enclosing class:
- GameProgressStatisticsTest
@Nested
@DisplayName("Method hashCode")
class GameProgressStatisticsTest.TestHashCode
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestHashCode
TestHashCode()
-
-
Method Details
-
hashCode_WhenGameProgressStatisticsAreEqual_ThenReturnsSameHashCode
@Test @DisplayName("When gameProgressStatistics are equal, returns same hash code") void hashCode_WhenGameProgressStatisticsAreEqual_ThenReturnsSameHashCode() -
hashCode_WhenGameProgressStatisticsAreNotEqual_ThenReturnsDifferentHashCode
@Test @DisplayName("When gameProgressStatistics are not equal, returns different hash code") void hashCode_WhenGameProgressStatisticsAreNotEqual_ThenReturnsDifferentHashCode()
-