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

The BEST explanation: If those commands ALSO schedule commands for EXECUTION, the SCHEDULED commands will not be EXECUTED.



Discussion

No Comment Found

Related InterviewSolutions