Class MultipleGardenerObjectiveTest.TestGetCompletion

java.lang.Object
com.takenoko.objective.MultipleGardenerObjectiveTest.TestGetCompletion
Enclosing class:
MultipleGardenerObjectiveTest

@Nested @DisplayName("method getCompletion") class MultipleGardenerObjectiveTest.TestGetCompletion extends Object
  • Constructor Details

    • TestGetCompletion

      TestGetCompletion()
  • Method Details

    • shouldReturnTheCompletionPercentageWhenTheObjectiveIsNotStarted

      @Test @DisplayName("should return the completion percentage when the objective is not started") void shouldReturnTheCompletionPercentageWhenTheObjectiveIsNotStarted()
    • shouldReturnTheCompletionPercentageWhenTheObjectiveIsStarted

      @Test @DisplayName("should return the completion percentage when the objective is started") void shouldReturnTheCompletionPercentageWhenTheObjectiveIsStarted()
    • shouldReturnTheCompletionPercentageWhenTheObjectiveIsCompleted

      @Test @DisplayName("should return the completion percentage when the objective is completed") void shouldReturnTheCompletionPercentageWhenTheObjectiveIsCompleted()