Searched refs:hashCode1 (Results 1 – 4 of 4) sorted by relevance
31 Integer hashCode1= s_externalClassGroups.get("beforeGroups"); in checkInvocations() local32 Assert.assertNotNull(hashCode1, "External @BeforeGroups not invoked"); in checkInvocations()35 …Assert.assertEquals(hashCode1, hashCode2, "External @BeforeGroups and @AfterGroups were not invoke… in checkInvocations()
291 HashCode hashCode1 = Hashing.combineOrdered(hashCodes); in testCombineOrdered_randomHashCodes() local295 assertFalse(hashCode1.equals(hashCode2)); in testCombineOrdered_randomHashCodes()333 HashCode hashCode1 = Hashing.combineUnordered(hashCodes); in testCombineUnordered_randomHashCodes() local337 assertEquals(hashCode1, hashCode2); in testCombineUnordered_randomHashCodes()
454 int hashCode1 = manifest.hashCode(); in shouldHaveStableHashCode() local457 assertThat(hashCode2).isEqualTo(hashCode1); in shouldHaveStableHashCode()