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