Package com.takenoko.actors
Class PandaTest.TestHashCode
java.lang.Object
com.takenoko.actors.PandaTest.TestHashCode
- Enclosing class:
- PandaTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestHashCode
TestHashCode()
-
-
Method Details
-
shouldReturnTheSameHashcodeIfTheTwoObjectsAreEqual
@Test @DisplayName("should return the same hashcode if the two objects are equal") void shouldReturnTheSameHashcodeIfTheTwoObjectsAreEqual() -
shouldReturnADifferentHashcodeIfTheTwoObjectsAreNotTheSame
@Test @DisplayName("should return a different hashcode if the two objects are not the same") void shouldReturnADifferentHashcodeIfTheTwoObjectsAreNotTheSame()
-