Searched refs:terminateCount (Results 1 – 1 of 1) sorted by relevance
51 int terminateCount = -1; field in TimerTest.TimerTestTask70 if (terminateCount == timerCounter && timer != null) { in run()97 public void terminateCount(int terminateCount) { in terminateCount() method in TimerTest.TimerTestTask98 this.terminateCount = terminateCount; in terminateCount()247 testTask.terminateCount(5); // Terminate after 5 runs in test_cancel()