Searched refs:testint (Results 1 – 2 of 2) sorted by relevance
928 Integer testint = new Integer(-1); in test_firstEntry() local933 tm.put(testint.toString(), testint); in test_firstEntry() local934 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()935 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()937 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()938 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()940 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()942 assertEquals(testint, entry.getValue()); in test_firstEntry()972 Integer testint = new Integer(-1); in test_pollFirstEntry() local978 tm.put(testint.toString(), testint); in test_pollFirstEntry() local[all …]
15 const int testint = 2093847192; variable30 EXPECT_EQ(testint, outint); in VerifyResult()69 EXPECT_TRUE(pickle.WriteInt(testint)); in TEST()