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