InterviewSolution
Saved Bookmarks
| 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 |
|