InterviewSolution
Saved Bookmarks
| 1. |
What is a Mock Object? |
|
Answer» In a unit test, mock objects can simulate the behavior of complex, real (non-mock) objects and are therefore useful when a real object is impractical or impossible to incorporate into a unit test. |
|