Searched refs:thisTime (Results 1 – 1 of 1) sorted by relevance
327 Long thisTime = timestamps.get(i); in testTimeStampOrdering() local328 assertTrue("timetravel occurred: " + lastTime + " > " + thisTime, thisTime >= lastTime); in testTimeStampOrdering()329 lastTime = thisTime; in testTimeStampOrdering()