Class DrawTileActionTest.TestExecute

java.lang.Object
com.takenoko.actions.tile.DrawTileActionTest.TestExecute
Enclosing class:
DrawTileActionTest

@Nested class DrawTileActionTest.TestExecute extends Object
  • 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()