InterviewSolution
Saved Bookmarks
| 1. |
______________ runs all commands that are currently pending.(a) runUntilIdle(b) runPendingCommands(c) execute(d) isIdleThis question was posed to me in an interview.The query is from Creating HTML Reports in chapter Running JUnit Tests from Ant of JUnit |
|
Answer» Correct answer is (b) runPendingCommands |
|