Package com.takenoko.actions.weather
Class ChooseIfApplyWeatherActionTest.Execute
java.lang.Object
com.takenoko.actions.weather.ChooseIfApplyWeatherActionTest.Execute
- Enclosing class:
- ChooseIfApplyWeatherActionTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
setUp()
(package private) void
(package private) void
-
Field Details
-
Constructor Details
-
Execute
Execute()
-
-
Method Details
-
setUp
@BeforeEach void setUp() -
shouldReturnAnActionResult
@Test @DisplayName("should return an ActionResult") void shouldReturnAnActionResult() -
shouldApplyTheWeatherIfApplyWeatherIsTrue
@Test @DisplayName("Should apply the weather if applyWeather is true") void shouldApplyTheWeatherIfApplyWeatherIsTrue()
-