Class GameAssetsTest.TestHashCode

java.lang.Object
com.takenoko.asset.GameAssetsTest.TestHashCode
Enclosing class:
GameAssetsTest

@Nested @DisplayName("Method hashCode") class GameAssetsTest.TestHashCode extends Object
  • Constructor Details

    • TestHashCode

      TestHashCode()
  • Method Details

    • hashCode_WhenGameAssets_S_AreEqual_ThenReturnsSameHashCode

      @Test @DisplayName("When gameAssets-s are equal, returns same hash code") void hashCode_WhenGameAssets_S_AreEqual_ThenReturnsSameHashCode()
    • hashCode_WhenGameAssets_S_AreNotEqual_ThenReturnsDifferentHashCode

      @Test @DisplayName("When gameAssets-s are not equal, returns different hash code") void hashCode_WhenGameAssets_S_AreNotEqual_ThenReturnsDifferentHashCode()