Package com.takenoko.layers.bamboo
Class BambooStackTest.TestIsEmpty
java.lang.Object
com.takenoko.layers.bamboo.BambooStackTest.TestIsEmpty
- Enclosing class:
- BambooStackTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestIsEmpty
TestIsEmpty()
-
-
Method Details
-
shouldReturnTrueWhenItIsEmpty
@Test @DisplayName("should return true when it is empty") void shouldReturnTrueWhenItIsEmpty() -
shouldReturnFalseWhenItIsNotEmpty
@Test @DisplayName("should return false when it is not empty") void shouldReturnFalseWhenItIsNotEmpty()
-