Package com.takenoko.objective
Class SingleGardenerObjectiveTest.TestGetCompletion
java.lang.Object
com.takenoko.objective.SingleGardenerObjectiveTest.TestGetCompletion
- Enclosing class:
- SingleGardenerObjectiveTest
@Nested
@DisplayName("method getCompletion")
class SingleGardenerObjectiveTest.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
-
getCompletion_shouldReturnTheCompletionPercentageWhenTheObjectiveIsNotStarted
@Test @DisplayName("should return the completion percentage when the objective is not started") void getCompletion_shouldReturnTheCompletionPercentageWhenTheObjectiveIsNotStarted() -
getCompletion_shouldReturnTheCompletionPercentageWhenTheObjectiveIsStarted
@Test @DisplayName("should return the completion percentage when the objective is started") void getCompletion_shouldReturnTheCompletionPercentageWhenTheObjectiveIsStarted() -
getCompletion_shouldReturnTheCompletionPercentageWhenTheObjectiveIsCompleted
@Test @DisplayName("should return the completion percentage when the objective is completed") void getCompletion_shouldReturnTheCompletionPercentageWhenTheObjectiveIsCompleted()
-