Class LayerBambooStackTest.TestEquals

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

@Nested @DisplayName("Method equals()") class LayerBambooStackTest.TestEquals extends Object
  • Constructor Details

    • TestEquals

      TestEquals()
  • Method Details

    • shouldReturnTrueIfTheTwoObjectsEquals

      @Test @DisplayName("should return true if the two objects are the same") void shouldReturnTrueIfTheTwoObjectsEquals()
    • shouldReturnFalseIfTheTwoObjectsAreNotTheSame

      @Test @DisplayName("should return false if the two objects have not the same class") void shouldReturnFalseIfTheTwoObjectsAreNotTheSame()
    • shouldReturnFalseIfTheBambooStacksAreNotEqual

      @Test @DisplayName("should return false if the bamboo stacks are not equal") void shouldReturnFalseIfTheBambooStacksAreNotEqual()
    • shouldReturnTrueIfTheBambooStacksAreEqual

      @Test @DisplayName("should return true if the bamboo stacks are equal") void shouldReturnTrueIfTheBambooStacksAreEqual()