Skip to content

Instantly share code, notes, and snippets.

@benahm
Last active March 8, 2020 22:08
Show Gist options
  • Save benahm/a9996eaf80671f993eb421797a5f00b6 to your computer and use it in GitHub Desktop.
Save benahm/a9996eaf80671f993eb421797a5f00b6 to your computer and use it in GitHub Desktop.
List<Account> accList = TestDataFactory.createSObjectList('Account', new Map<String,Object>{
'Description' => 'Account Description'
},10);
List<Case> caseList = TestDataFactory.createSObjectList('Case', new Map<String,Object>{
'Account' => AccList,
'Contact.Account' => AccList
},10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment