Class GameProgressStatisticsTest.TestEquals

java.lang.Object
com.takenoko.stats.GameProgressStatisticsTest.TestEquals
Enclosing class:
GameProgressStatisticsTest

@Nested @DisplayName("Method equals") class GameProgressStatisticsTest.TestEquals extends Object
  • 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()