Description
First, you will learn how to use mock objects instead of real dependencies.
Next, you will discover how to configure mocked methods, including return values and exception throwing.
Finally, you will explore the concept of partial mocks and how to use them to test tricky situations.