Package com.takenoko.actions.bamboo
Class GrowBambooActionTest.Execute
java.lang.Object
com.takenoko.actions.bamboo.GrowBambooActionTest.Execute
- Enclosing class:
- GrowBambooActionTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
Execute
Execute()
-
-
Method Details
-
shouldThrowIllegalStateExceptionWhenBambooIsNotGrowable
@Test @DisplayName("should throw IllegalStateException when bamboo is not growable") void shouldThrowIllegalStateExceptionWhenBambooIsNotGrowable() -
shouldGrowBambooWhenBambooIsGrowable
@Test @DisplayName("should grow bamboo when bamboo is growable") void shouldGrowBambooWhenBambooIsGrowable()
-