Package com.takenoko.objective
Class MultipleGardenerObjectiveTest.TestGetCompletion
java.lang.Object
com.takenoko.objective.MultipleGardenerObjectiveTest.TestGetCompletion
- Enclosing class:
- MultipleGardenerObjectiveTest
@Nested
@DisplayName("method getCompletion")
class MultipleGardenerObjectiveTest.TestGetCompletion
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
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()
-