Searched refs:hashCode2 (Results 1 – 4 of 4) sorted by relevance
33 Integer hashCode2= s_externalClassGroups.get("afterGroups"); in checkInvocations() local34 Assert.assertNotNull(hashCode2, "External @AfterGroups not invoked"); in checkInvocations()35 …Assert.assertEquals(hashCode1, hashCode2, "External @BeforeGroups and @AfterGroups were not invoke… in checkInvocations()
299 HashCode hashCode2 = Hashing.combineOrdered(hashCodes); in testCombineOrdered_randomHashCodes() local301 assertFalse(hashCode1.equals(hashCode2)); in testCombineOrdered_randomHashCodes()340 HashCode hashCode2 = Hashing.combineUnordered(hashCodes); in testCombineUnordered_randomHashCodes() local342 assertEquals(hashCode1, hashCode2); in testCombineUnordered_randomHashCodes()
473 int hashCode2 = manifest.hashCode(); in shouldHaveStableHashCode() local474 assertThat(hashCode2).isEqualTo(hashCode1); in shouldHaveStableHashCode()