Searched refs:tt (Results 1 – 5 of 5) sorted by relevance
56 TestThrowable tt = new TestThrowable(testMessage); in test_getLocalizedMessage() local57 assertEquals("localized message", tt.getLocalizedMessage()); in test_getLocalizedMessage()
97 String tt = new Timestamp(now, cpath).toString(); in testToString() local
704 long tt = e.getTriggerTime(); in testDelay() local705 assertTrue(System.nanoTime() - tt >= 0); in testDelay()707 assertTrue(tt >= last); in testDelay()708 last = tt; in testDelay()
765 long tt = e.getTriggerTime(); in testDelay() local766 assertTrue(System.nanoTime() - tt >= 0); in testDelay()768 assertTrue(tt >= last); in testDelay()769 last = tt; in testDelay()
2429 String tt = (String)d[1]; in ceTest() local2432 boolean ret = isFind ? Pattern.compile(pn, Pattern.CANON_EQ).matcher(tt).find() in ceTest()2433 : Pattern.compile(pn, Pattern.CANON_EQ).matcher(tt).matches(); in ceTest()2435 fail("pn: " + pn + "\ntt: " + tt + "\nexpected: " + expected + "\nret: " + ret); in ceTest()