Package com.takenoko.engine
Class BotStateTest.TestGetAvailableActions
java.lang.Object
com.takenoko.engine.BotStateTest.TestGetAvailableActions
- Enclosing class:
- BotStateTest
@Nested
@DisplayName("Method getAvailableActions()")
class BotStateTest.TestGetAvailableActions
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestGetAvailableActions
TestGetAvailableActions()
-
-
Method Details
-
getAvailableActions_shouldReturnListOfAvailableActions
@Test @DisplayName("should return the list of available actions") void getAvailableActions_shouldReturnListOfAvailableActions() -
getAvailableActions_shouldReturnOnlyForcedActions
@Test @DisplayName("should return only the forced actions if there are forced actions") void getAvailableActions_shouldReturnOnlyForcedActions()
-