Quiz Time
Let's test your understanding of using mock objects.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
If an object’s methods depend on some other object, how would one test those in isolation?
A.
By using the actual instance of the dependency
B.
By bypassing the dependency
C.
By using mock of the dependency
D.
None of these
1 / 5