Package com.takenoko.layers.bamboo
Class LayerBambooStackTest.TestHashCode
java.lang.Object
com.takenoko.layers.bamboo.LayerBambooStackTest.TestHashCode
- Enclosing class:
- LayerBambooStackTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestHashCode
TestHashCode()
-
-
Method Details
-
shouldReturnTheSameHashCodeIfTheBambooStacksAreEqual
@Test @DisplayName("should return the same hash code if the bamboo stacks are equal") void shouldReturnTheSameHashCodeIfTheBambooStacksAreEqual() -
shouldReturnADifferentHashCodeIfTheBambooStacksAreNotEqual
@Test @DisplayName("should return a different hash code if the bamboo stacks are not equal") void shouldReturnADifferentHashCodeIfTheBambooStacksAreNotEqual()
-