InterviewSolution
Saved Bookmarks
| 1. |
Stubs work well to ________ a given class for testing and asserting the state of its instances.(a) Delete(b) Enhance(c) Isolate(d) AppendThis question was posed to me in a national level competition.My question is taken from Maven Surefire topic in division Running JUnit Tests from Maven2 of JUnit |
|
Answer» Correct CHOICE is (c) Isolate |
|