Description
In this course,
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. When you are finished with this course, you will have the skills and knowledge of mocking with Mockito needed to test your Java applications by creating, configuring, and using mocks in your unit tests.