Skip to content

Instantly share code, notes, and snippets.

@benahm
Last active March 8, 2020 22:22
Show Gist options
  • Save benahm/0c003919eb58b9e0e4dc5f57af6d2119 to your computer and use it in GitHub Desktop.
Save benahm/0c003919eb58b9e0e4dc5f57af6d2119 to your computer and use it in GitHub Desktop.
List<Account> accList = TestDataFactory.createSObjectList('Account', new Map<String,Object>{
'Name' => new List<String>{'Google','Amazon','Facebook','Apple','Microsoft'}
'Description' => 'Same description'
},5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment