Class BambooLayerTest.TestIsGrowableAt

java.lang.Object
com.takenoko.layers.bamboo.BambooLayerTest.TestIsGrowableAt
Enclosing class:
BambooLayerTest

@Nested @DisplayName("Method isGrowableAt()") class BambooLayerTest.TestIsGrowableAt extends Object
  • 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()