InterviewSolution
Saved Bookmarks
| 1. |
____________ runs time forwards by a given duration, executing any commands scheduled for execution during that time period.(a) runUntilIdle(b) runPendingCommands(c) tick(d) isIdleThe question was asked in quiz.The query is from Creating HTML Reports topic in section Running JUnit Tests from Ant of JUnit |
|
Answer» The correct option is (C) TICK |
|