Class LayerBambooStackTest.TestHashCode

java.lang.Object
com.takenoko.layers.bamboo.LayerBambooStackTest.TestHashCode
Enclosing class:
LayerBambooStackTest

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

    • TestHashCode

      TestHashCode()
  • Method Details

    • shouldReturnTheSameHashCodeIfTheBambooStacksAreEqual

      @Test @DisplayName("should return the same hash code if the bamboo stacks are equal") void shouldReturnTheSameHashCodeIfTheBambooStacksAreEqual()
    • shouldReturnADifferentHashCodeIfTheBambooStacksAreNotEqual

      @Test @DisplayName("should return a different hash code if the bamboo stacks are not equal") void shouldReturnADifferentHashCodeIfTheBambooStacksAreNotEqual()