Package com.takenoko.asset
Class GameAssetsTest.TestHashCode
java.lang.Object
com.takenoko.asset.GameAssetsTest.TestHashCode
- Enclosing class:
- GameAssetsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
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()
-