1.

JUnit runners are available in which package?(a) org.junit.runners(b) junitfiles.runners(c) org.runners(d) org.junit.files.runnersI got this question in a job interview.This is a very interesting question from JUnit Test Runners in chapter Exploring Core JUnit of JUnit

Answer»

Right OPTION is (a) org.JUNIT.runners

The explanation: The default JUnit PACKAGE is “org,junit”. Runners are FOUND in “org,junit.runner”.



Discussion

No Comment Found

Related InterviewSolutions