-
Notifications
You must be signed in to change notification settings - Fork 215
The ApexMocks Reading List
John M. Daniel edited this page Oct 21, 2021
·
1 revision
Blog series on Unit Testing and Mocks listed by author
Paul Hardarker
- ApexMocks Improvements – exception stubbing, inner interfaces and mock base classes (11/5/2014)
- ApexMocks Supported Features (5/15/2014)
- Stubbing Dependencies in a Unit Test (5/15/2014)
- Writing Behaviour Verification Unit Tests (5/14/2014)
- Simple Dependency Injection (5/9/2014)
- ApexMocks Framework Tutorial (5/6/2014)
- Introducing ApexMocks Framework (4/24/2014)
Jesse Altman
- LVSFDCDUG: ApexMocks Talk "Enhancing Unit Tests With ApexMocks"
- ApexMocks with Stub API (DF16 presentation)
- ApexMocks: How Does It Work?
- Real Unit Tests using ApexMocks
- ApexMocks: Setup
Andy Fawcett
- Working with Apex Mocks Matchers and Unit Of Work
- Unit Testing, Apex Enterprise Patterns and ApexMocks – Part 1
- Unit Testing, Apex Enterprise Patterns and ApexMocks – Part 2
- Unit Testing with the Domain Layer
Vincenzo Denti
- Counters in the InOrder world: atLeast() vs. calls()
- Counters in the InOrder world: times()
- Counters in Apex Mocks verifications
- Stub multiple calls
- Answering with Apex Mocks
- Verify call’s order in Apex unit tests
David Frudd
Others
- Fast Simple Unit Tests with ApexMocks using the Stub API - YouTube/Dreamforce16
- Writing True Unit Tests Using Dependency Injection and Mocking — Alex Tennant, YouTube/DF16
Mockito Related (the Java framework that ApexMocks was based on)
- Testing made sweet with a Mockito by Jeroen Mols - YouTube
- Unit tests with Mockito - Tutorial
- Mockito Tutorial
Salesforce Apex Docs