Package com.takenoko.objective
Class MultipleGardenerObjectiveTest.TestEquals
java.lang.Object
com.takenoko.objective.MultipleGardenerObjectiveTest.TestEquals
- Enclosing class:
- MultipleGardenerObjectiveTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Constructor Details
-
TestEquals
TestEquals()
-
-
Method Details
-
shouldReturnTrueWhenTheObjectIsEqual
@Test @DisplayName("should return true when the object is equal") void shouldReturnTrueWhenTheObjectIsEqual() -
shouldReturnFalseWhenTheObjectIsNotEqual
@Test @DisplayName("should return false when the object is not equal") void shouldReturnFalseWhenTheObjectIsNotEqual() -
shouldReturnFalseWhenTheObjectIsNull
@Test @DisplayName("should return false when the object is null") void shouldReturnFalseWhenTheObjectIsNull() -
shouldReturnFalseWhenTheObjectIsNotAnInstanceOfMultipleGardenerObjective
@Test @DisplayName("should return false when the object is not an instance of MultipleGardenerObjective") void shouldReturnFalseWhenTheObjectIsNotAnInstanceOfMultipleGardenerObjective()
-