Searched refs:virtualOtherChild (Results 1 – 1 of 1) sorted by relevance
217 assertThat(virtualOtherChild).isNotEqualTo(virtual); in testEqualsHashCode_virtual_otherChild()218 assertThat(virtual).isNotEqualTo(virtualOtherChild); in testEqualsHashCode_virtual_otherChild()221 assertThat(virtualOtherChild).isNotEqualTo(id); in testEqualsHashCode_virtual_otherChild()222 assertThat(id).isNotEqualTo(virtualOtherChild); in testEqualsHashCode_virtual_otherChild()223 assertNotEqualsIgnoreSession(virtualOtherChild, id); in testEqualsHashCode_virtual_otherChild()224 assertNotEqualsIgnoreSession(id, virtualOtherChild); in testEqualsHashCode_virtual_otherChild()277 assertThat(virtualOtherChild).isNotEqualTo(virtual); in testEqualsHashCode_virtual_longId_otherChild()278 assertThat(virtual).isNotEqualTo(virtualOtherChild); in testEqualsHashCode_virtual_longId_otherChild()281 assertThat(virtualOtherChild).isNotEqualTo(hostId); in testEqualsHashCode_virtual_longId_otherChild()282 assertThat(hostId).isNotEqualTo(virtualOtherChild); in testEqualsHashCode_virtual_longId_otherChild()[all …]