1.

The Timeout Rule implements which interface?(a) Timeout(b) Test(c) TestingTimeout(d) TestRuleThe question was asked in an internship interview.This interesting question is from Timeout Testing topic in section Mastering JUnit of JUnit

Answer»

The CORRECT answer is (d) TestRule

Explanation: The TestRule INTERFACE is EXTENDED and implemented by Timeout Rule.



Discussion

No Comment Found

Related InterviewSolutions