Package com.takenoko.stats
Class GameProgressStatisticsTest.TestEquals
java.lang.Object
com.takenoko.stats.GameProgressStatisticsTest.TestEquals
- Enclosing class:
- GameProgressStatisticsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Constructor Details
-
TestEquals
TestEquals()
-
-
Method Details
-
EqualsWithItselfIsTrue
@Test @DisplayName("When called on itself should return true") void EqualsWithItselfIsTrue() -
equals_WhenGameProgressStatisticsAreEqual_ThenReturnsTrue
@Test @DisplayName("When gameProgressStatistics are equal, returns true") void equals_WhenGameProgressStatisticsAreEqual_ThenReturnsTrue() -
equals_WhenGameProgressStatisticsAreNotEqual_ThenReturnsFalse
@Test @DisplayName("When gameProgressStatistics are not equal, returns false") void equals_WhenGameProgressStatisticsAreNotEqual_ThenReturnsFalse() -
equals_WhenGameProgressStatisticsIsNull_ThenReturnsFalse
@Test @DisplayName("When gameProgressStatistics is null, returns false") void equals_WhenGameProgressStatisticsIsNull_ThenReturnsFalse()
-