Class TileTest.TestCopy

java.lang.Object
com.takenoko.layers.tile.TileTest.TestCopy
Enclosing class:
TileTest

@Nested @DisplayName("Method copy") class TileTest.TestCopy extends Object
  • Constructor Details

    • TestCopy

      TestCopy()
  • Method Details

    • copy_WhenTileIsCopied_ThenReturnsNewTile

      @Test @DisplayName("When tile is copied, returns a new tile") void copy_WhenTileIsCopied_ThenReturnsNewTile()
    • copy_WhenTileIsCopied_ThenReturnsTileWithSameType

      @Test @DisplayName("When tile is copied, returns a tile with the same type") void copy_WhenTileIsCopied_ThenReturnsTileWithSameType()
    • copy_WhenTileIsCopied_ThenReturnsTileWithSameImprovement

      @Test @DisplayName("When tile is copied, returns a tile with the same improvement") void copy_WhenTileIsCopied_ThenReturnsTileWithSameImprovement()
    • copy_WhenTileIsCopied_ThenReturnsTileWithSameColor

      @Test @DisplayName("When tile is copied, returns a tile with the same color") void copy_WhenTileIsCopied_ThenReturnsTileWithSameColor()