Welcome to the Apex Mockery hands on material repository This repository contains everything you need to have and to do to go through the hands on training.
git
sfdx
- VS Code with Salesforce Extension Pack installed
- Create an org (trailhead playground or Developer org)
- Clone this repository
- Open the repository with VS Code
- Configure VS Code so
sfdx
use the org created as default org - Deploy sources :
sfdx force:source:deploy -p force-app
Resources can be found in the apex-mockery repository:
Follow instructions from AccountServiceTestExercise1.cls
Follow instructions from AccountServiceTestExercise2.cls
Follow instructions from AccountServiceTestExercise3.cls