Class LayerBambooStackTest.TestIsGrowable

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

@Nested @DisplayName("Method isGrowable()") class LayerBambooStackTest.TestIsGrowable extends Object
  • Constructor Details

    • TestIsGrowable

      TestIsGrowable()
  • Method Details

    • shouldReturnTrueIfTheBambooStackIsNotFull

      @Test @DisplayName("should return true if the bamboo stack is not full") void shouldReturnTrueIfTheBambooStackIsNotFull()
    • shouldReturnFalseIfTheBambooStackIsFull

      @Test @DisplayName("should return false if the bamboo stack is full") void shouldReturnFalseIfTheBambooStackIsFull()