Writing True Unit Tests Using Dependency Injection and Mocking
Writing robust unit tests can be tricky but can be helped greatly by applying patterns of dependency injection and inversion of control. Come learn what DI and IoC are, and how they can be applied in several patterns for testing in Apex.