Class RainyTest.Apply

java.lang.Object
com.takenoko.weather.RainyTest.Apply
Enclosing class:
RainyTest

@Nested @DisplayName("apply") class RainyTest.Apply extends Object
  • Constructor Details

    • Apply

      Apply()
  • Method Details

    • shouldReturnGrowBambooActionWhenBambooIsGrowable

      @Test @DisplayName("should return GrowBambooAction when bamboo is growable") void shouldReturnGrowBambooActionWhenBambooIsGrowable()
    • shouldReturnEmptyListWhenBambooIsNotGrowable

      @Test @DisplayName("should return empty list when bamboo is not growable") void shouldReturnEmptyListWhenBambooIsNotGrowable()