Searched refs:setClockForTesting (Results 1 – 2 of 2) sorted by relevance
34 BaseTask.setClockForTesting(new TestClock()); in setUpBaseTaskTest()39 BaseTask.setClockForTesting(new Clock()); in tearDownBaseTaskTest()
201 static void setClockForTesting(Clock clock) { in setClockForTesting() method in BaseTask