Class BotStateTest.TestGetPandaObjectiveScore

java.lang.Object
com.takenoko.engine.BotStateTest.TestGetPandaObjectiveScore
Enclosing class:
BotStateTest

@Nested @DisplayName("Method getPandaObjectiveScore()") class BotStateTest.TestGetPandaObjectiveScore extends Object
  • Constructor Details

    • TestGetPandaObjectiveScore

      TestGetPandaObjectiveScore()
  • Method Details

    • getPandaObjectiveScore_shouldReturnZeroIfNoPandaObjective

      @Test @DisplayName("should return 0 if no panda objective") void getPandaObjectiveScore_shouldReturnZeroIfNoPandaObjective()
    • getPandaObjectiveScore_shouldReturnZeroIfPandaObjectiveNotAchieved

      @Test @DisplayName("should return 0 if panda objective not achieved") void getPandaObjectiveScore_shouldReturnZeroIfPandaObjectiveNotAchieved()
    • getPandaObjectiveScore_shouldReturnScoreIfPandaObjectiveIsRedeemed

      @Test @DisplayName("should return the score if panda objective is redeemed") void getPandaObjectiveScore_shouldReturnScoreIfPandaObjectiveIsRedeemed()