1.

_________ is used for combining those matchers which must both pass.(a) all(b) both(c) justTwo(d) matchTwoThis question was posed to me in an interview for job.The question is from Need for Unit Tests topic in portion Software Testing Principles of JUnit

Answer»

Correct choice is (b) both

Easiest explanation: The both FUNCTION is a part of the internal COMBINABLE MATCHERS of JUNIT.



Discussion

No Comment Found

Related InterviewSolutions