1.

____________ runs executed commands until there are no commands pending execution.(a) runUntilIdle(b) runPendingCommands(c) execute(d) isIdleThe question was posed to me by my school principal while I was bunking the class.My doubt stems from Creating HTML Reports topic in chapter Running JUnit Tests from Ant of JUnit

Answer»

The CORRECT ANSWER is (a) runUntilIdle

Explanation: runUntilIdle does not tick time FORWARD but just RUNS executed COMMANDS.



Discussion

No Comment Found

Related InterviewSolutions