Package com.takenoko.layers.tile
Class TileTest.TestCopy
java.lang.Object
com.takenoko.layers.tile.TileTest.TestCopy
- Enclosing class:
- TileTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
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()
-