Class SingleGardenerObjectiveTest.TestVerify

java.lang.Object
com.takenoko.objective.SingleGardenerObjectiveTest.TestVerify
Enclosing class:
SingleGardenerObjectiveTest

@Nested @DisplayName("method verify") class SingleGardenerObjectiveTest.TestVerify extends Object
  • Constructor Details

    • TestVerify

      TestVerify()
  • Method Details

    • argumentForVerifyShouldSetTheObjectiveAsCompleted

      private static Stream<org.junit.jupiter.params.provider.Arguments> argumentForVerifyShouldSetTheObjectiveAsCompleted()
    • verify_shouldReturnTrue

      @ParameterizedTest(name="{3}") @DisplayName("should set the objective as completed") @MethodSource("argumentForVerifyShouldSetTheObjectiveAsCompleted") void verify_shouldReturnTrue(int inputSize, TileColor inputColor, ImprovementType inputImprovement, String message)
    • argumentForVerifyShouldSetTheObjectiveAsNotCompleted

      private static Stream<org.junit.jupiter.params.provider.Arguments> argumentForVerifyShouldSetTheObjectiveAsNotCompleted()
    • verify_shouldReturnFalse

      @ParameterizedTest(name="{3}") @DisplayName("should set the objective as not completed") @MethodSource("argumentForVerifyShouldSetTheObjectiveAsNotCompleted") void verify_shouldReturnFalse(int inputSize, TileColor inputColor, ImprovementType inputImprovement, String message)