Package com.takenoko.objective
Class PandaObjectiveTest.TestGetWhereToEatToComplete
java.lang.Object
com.takenoko.objective.PandaObjectiveTest.TestGetWhereToEatToComplete
- Enclosing class:
- PandaObjectiveTest
@Nested
@DisplayName("Method getWhereToEatToComplete")
class PandaObjectiveTest.TestGetWhereToEatToComplete
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
Constructor Details
-
TestGetWhereToEatToComplete
TestGetWhereToEatToComplete()
-
-
Method Details
-
getWhereToEatToComplete_WhenObjectiveIsAchieved_ThenReturnsEmptyList
@Test @DisplayName("When the objective is achieved, returns an empty list") void getWhereToEatToComplete_WhenObjectiveIsAchieved_ThenReturnsEmptyList() -
getWhereToEatToComplete_WhenObjectiveIsNotAchieved_ThenReturnsCorrectList
@Test @DisplayName("When the objective is not achieved, returns the correct list") void getWhereToEatToComplete_WhenObjectiveIsNotAchieved_ThenReturnsCorrectList() -
getWhereToEatToComplete_WhenObjectiveIsNotAchievedAndThereIsOnlyOneBambooToEat_ThenReturnsCorrectList
@Test @DisplayName("When the objective is not achieved and there is only one bamboo to eat, returns the correct list") void getWhereToEatToComplete_WhenObjectiveIsNotAchievedAndThereIsOnlyOneBambooToEat_ThenReturnsCorrectList()
-