Package com.takenoko.layers.bamboo
Class BambooLayerTest.TestIsGrowableAt
java.lang.Object
com.takenoko.layers.bamboo.BambooLayerTest.TestIsGrowableAt
- Enclosing class:
- BambooLayerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
Constructor Details
-
TestIsGrowableAt
TestIsGrowableAt()
-
-
Method Details
-
whenItIsAPondShouldReturnFalse
@Test @DisplayName("when it is a pond should return false") void whenItIsAPondShouldReturnFalse() -
whenTheTileIsNotAGrowableTileShouldReturnFalse
@Test @DisplayName("when the tile is not a growable tile should return false") void whenTheTileIsNotAGrowableTileShouldReturnFalse() -
whenTheTileIsNotAPondAndIsAGrowableTileShouldReturnTrue
@Test @DisplayName("when the tile is not a pond and is a growable tile and is irrigated should return true") void whenTheTileIsNotAPondAndIsAGrowableTileShouldReturnTrue()
-