Class PandaTest.TestAfterMove

java.lang.Object
com.takenoko.actors.PandaTest.TestAfterMove
Enclosing class:
PandaTest

@Nested @DisplayName("Method afterMove()") class PandaTest.TestAfterMove extends Object
  • Constructor Details

    • TestAfterMove

      TestAfterMove()
  • Method Details

    • shouldEatABambooIfThereIsOne

      @Test @DisplayName("should eat a bamboo if there is one") void shouldEatABambooIfThereIsOne()
    • shouldNotEatABambooIfThereIsNone

      @Test @DisplayName("should not eat a bamboo if there is none") void shouldNotEatABambooIfThereIsNone()