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