Package com.takenoko.layers.tile
Class TileLayerTest.TestGetTiles
java.lang.Object
com.takenoko.layers.tile.TileLayerTest.TestGetTiles
- Enclosing class:
- TileLayerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
Test that the board contains only pond when created.
-
Constructor Details
-
TestGetTiles
TestGetTiles()
-
-
Method Details
-
getTiles_shouldReturnOnlyOneItem
@Test @DisplayName("should return a list of size 1 containing only a pond when the board is created") void getTiles_shouldReturnOnlyOneItem()Test that the board contains only pond when created.
-