1.

To create a custom test runner which class needs to be extended?(a) CustomRunner(b) TestRunner(c) Runner(d) UserRunnerI had been asked this question during an interview.I'm obligated to ask this question of JUnit Test Runners in section Exploring Core JUnit of JUnit

Answer»

Correct ANSWER is (c) RUNNER

For explanation: The Runner class is an abstract class that needs to be EXTENDED to CREATE a custom TEST runner.



Discussion

No Comment Found

Related InterviewSolutions