Package com.takenoko.shape
Class PatternTest.TestHashCode
java.lang.Object
com.takenoko.shape.PatternTest.TestHashCode
- Enclosing class:
- PatternTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestHashCode
TestHashCode()
-
-
Method Details
-
hashCode_shouldReturnSameHashCodeWhenPatternsAreEqual
@Test @DisplayName("should return the same hashcode when the patterns are equal") void hashCode_shouldReturnSameHashCodeWhenPatternsAreEqual() -
hashCode_shouldReturnDifferentHashCodeWhenPatternsAreNotEqual
@Test @DisplayName("should return different hashcode when the patterns are not equal") void hashCode_shouldReturnDifferentHashCodeWhenPatternsAreNotEqual()
-