Package com.takenoko.layers.bamboo
Class LayerBambooStackTest.TestIsEatable
java.lang.Object
com.takenoko.layers.bamboo.LayerBambooStackTest.TestIsEatable
- Enclosing class:
- LayerBambooStackTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
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()
-