Home
last modified time | relevance | path

Searched refs:testint (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java896 Integer testint = new Integer(-1); in test_firstEntry() local
901 tm.put(testint.toString(), testint); in test_firstEntry() local
902 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()
903 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()
905 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()
906 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()
908 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()
910 assertEquals(testint, entry.getValue()); in test_firstEntry()
940 Integer testint = new Integer(-1); in test_pollFirstEntry() local
946 tm.put(testint.toString(), testint); in test_pollFirstEntry() local
[all …]