1.

Where is the Timeout class present?(a) org.junit.rules.Timeout(b) org.junit.Timeout(c) org.Timeout(d) org.junit.RuleClasses.TimeoutI had been asked this question in final exam.Question is from Timeout Testing topic in portion Mastering JUnit of JUnit

Answer»

Right CHOICE is (a) org.junit.rules.TIMEOUT

To elaborate: The correct package for the Timeout CLASS is under org.junit.rules.



Discussion

No Comment Found

Related InterviewSolutions