Class PandaTest.TestGetPossibleMoves

java.lang.Object
com.takenoko.actors.PandaTest.TestGetPossibleMoves
Enclosing class:
PandaTest

@Nested @DisplayName("Method getPossibleMoves()") class PandaTest.TestGetPossibleMoves extends Object
  • 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()