Package com.takenoko.layers.bamboo
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void
-
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()
-