Package com.takenoko.layers.bamboo
Class LayerBambooStackTest.TestEquals
java.lang.Object
com.takenoko.layers.bamboo.LayerBambooStackTest.TestEquals
- Enclosing class:
- LayerBambooStackTest
-
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
-
shouldReturnTrueIfTheTwoObjectsEquals
@Test @DisplayName("should return true if the two objects are the same") void shouldReturnTrueIfTheTwoObjectsEquals() -
shouldReturnFalseIfTheTwoObjectsAreNotTheSame
@Test @DisplayName("should return false if the two objects have not the same class") void shouldReturnFalseIfTheTwoObjectsAreNotTheSame() -
shouldReturnFalseIfTheBambooStacksAreNotEqual
@Test @DisplayName("should return false if the bamboo stacks are not equal") void shouldReturnFalseIfTheBambooStacksAreNotEqual() -
shouldReturnTrueIfTheBambooStacksAreEqual
@Test @DisplayName("should return true if the bamboo stacks are equal") void shouldReturnTrueIfTheBambooStacksAreEqual()
-