Package com.takenoko.actions.tile
Class DrawTileActionTest.TestExecute
java.lang.Object
com.takenoko.actions.tile.DrawTileActionTest.TestExecute
- Enclosing class:
- DrawTileActionTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestExecute
TestExecute()
-
-
Method Details
-
testExecuteTileDeckNotEmptyAndInventoryHasImprovement
@Test @DisplayName("if the tile deck is not empty, and the inventory has an improvement, return a PlaceTileAction and a PlaceTileWithImprovementAction") void testExecuteTileDeckNotEmptyAndInventoryHasImprovement() -
testExecuteTileDeckNotEmptyAndInventoryDoesNotHaveImprovement
@Test @DisplayName("if the tile deck is not empty, and the inventory does not have an improvement, return a PlaceTileAction") void testExecuteTileDeckNotEmptyAndInventoryDoesNotHaveImprovement()
-