Package com.takenoko.actors
Class PandaTest.TestGetPossibleMoves
java.lang.Object
com.takenoko.actors.PandaTest.TestGetPossibleMoves
- Enclosing class:
- PandaTest
@Nested
@DisplayName("Method getPossibleMoves()")
class PandaTest.TestGetPossibleMoves
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestGetPossibleMoves
TestGetPossibleMoves()
-
-
Method Details
-
shouldReturnAListOfPossibleMoves
@Test @DisplayName("should return a list of possible moves") void shouldReturnAListOfPossibleMoves() -
shouldReturnAllPositionIfWeatherIsStorm
@Test @DisplayName("should return all position if weather is storm") void shouldReturnAllPositionIfWeatherIsStorm()
-