Isolating Dependencies with Test Doubles using JUnit & Mockito
Discover the pivotal role of test doubles in modern software testing. This introductory course will guide you through the essentials of dummies, stubs, spies, mocks, and fakes. Learn how these powerful tools help you isolate units under test, control behavior, and build reliable, fast, and maintainable tests. Step into the world of test doubles and elevate your software development skills.
Lessons and practices
Understanding EmailService in TDD with Dummy Implementations
Enhancing Logger Interface with Severity Parameter
Identifying and Fixing Bugs in EmailService Tests
Implementing Dummy Dependencies in EmailService Tests
Implementing Test Doubles for NewsletterService
Stubbing for Weather Alerts
Handle Freezing Conditions with Stubs
Refactor to Use Mockito for Stubbing
Beware: Stormy Conditions!
Stubbing Out Sunny Weather
Refactor with Enums
Spying on Method Calls
Spying on Urgent Notifications
Spying on Medium Priority Notifications
Spying on Multiple Method Calls
Mock Pricing Service for Testing
Verifying Dependencies Aren't Called using Mocks
Expect Exceptions for Negative Prices
Mocking Multiple Calls with Mock Implementations
Calculating Bulk Prices
Using a Fake User Repository
Expect an Exception When Adding Duplicate Users
Update a Registered User
Handle when Updating Non-Existent Users
Deactivating Users
Expect Exception when Deactivating Non-Existent Users
Interested in this course? Learn and practice with Cosmo!
Practice is how you turn knowledge into actual skills.