Class BambooStackTest.TestIsEmpty

java.lang.Object
com.takenoko.layers.bamboo.BambooStackTest.TestIsEmpty
Enclosing class:
BambooStackTest

@Nested @DisplayName("Method isEmpty()") class BambooStackTest.TestIsEmpty extends Object
  • 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()