Package com.takenoko.objective
Class MultipleGardenerObjectiveTest.TestVerify
java.lang.Object
com.takenoko.objective.MultipleGardenerObjectiveTest.TestVerify
- Enclosing class:
- MultipleGardenerObjectiveTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestVerify
TestVerify()
-
-
Method Details
-
verify_shouldReturnTrueWhenTheObjectiveIsCompleted
@Test @DisplayName("should return true when the objective is completed") void verify_shouldReturnTrueWhenTheObjectiveIsCompleted() -
verify_shouldReturnFalseWhenTheObjectiveIsNotCompleted
@Test @DisplayName("should return false when the objective is not completed") void verify_shouldReturnFalseWhenTheObjectiveIsNotCompleted()
-