Home
last modified time | relevance | path

Searched defs:threadAssertEquals (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java759 public void threadAssertEquals(long x, long y) { in threadAssertEquals() method in JSR166TestCase
773 public void threadAssertEquals(Object x, Object y) { in threadAssertEquals() method in JSR166TestCase
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java890 public void threadAssertEquals(long x, long y) { in threadAssertEquals() method in JSR166TestCase
904 public void threadAssertEquals(Object x, Object y) { in threadAssertEquals() method in JSR166TestCase