Class LayerBambooStackTest.TestIsEatable

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

@Nested @DisplayName("Method isEatable()") class LayerBambooStackTest.TestIsEatable extends Object
  • Constructor Details

    • TestIsEatable

      TestIsEatable()
  • Method Details

    • shouldReturnTrueIfTheBambooStackIsNotEmpty

      @Test @DisplayName("should return true if the bamboo stack is not empty") void shouldReturnTrueIfTheBambooStackIsNotEmpty()
    • shouldReturnFalseIfTheBambooStackIsEmpty

      @Test @DisplayName("should return false if the bamboo stack is empty") void shouldReturnFalseIfTheBambooStackIsEmpty()