InterviewSolution
Saved Bookmarks
| 1. |
The ___________ method of the TypeSafeMatcher class is made final.(a) matches(b) matchesSafely(c) describeMismatchSafely(d) No mehtodThe question was asked during an online exam.The query is from Integration Software Testing topic in portion Software Testing Principles of JUnit |
|
Answer» RIGHT answer is (a) matches For explanation: The matches METHOD MADE FINAL to prevent accidental override. |
|