Class TileLayerTest.TestHashCode

java.lang.Object
com.takenoko.layers.tile.TileLayerTest.TestHashCode
Enclosing class:
TileLayerTest

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

    • TestHashCode

      TestHashCode()
  • Method Details

    • hashCode_shouldReturnSameHashCodeWhenEqual

      @Test @DisplayName("should return the same hash code when the two objects are equal") void hashCode_shouldReturnSameHashCodeWhenEqual()
    • hashCode_shouldReturnDifferentHashCodeWhenNotEqual

      @Test @DisplayName("should return a different hash code when the two objects are not equal") void hashCode_shouldReturnDifferentHashCodeWhenNotEqual()