InterviewSolution
Saved Bookmarks
| 1. |
_________ replace the objects with which the methods under test collaborate, offering a layer of isolation.(a) Classes(b) Mocks(c) Unified Stamps(d) InterfacesThe question was asked by my college director while I was bunking the class.My question is taken from Comparing Stubs, Mock Objects and In-container Testing topic in section In-container Testing of JUnit |
|
Answer» The CORRECT ANSWER is (b) Mocks |
|