Skip to content

Instantly share code, notes, and snippets.

@benahm
Created March 8, 2020 22:07
Show Gist options
  • Save benahm/a444e85d3236de12967bdfbe5e2631e0 to your computer and use it in GitHub Desktop.
Save benahm/a444e85d3236de12967bdfbe5e2631e0 to your computer and use it in GitHub Desktop.
List<User> uList = TestDataFactory.createSObjectList('User', new Map<String,Object>{
'ProfileId' => UserInfo.getProfileId(),
'Username' => 'test{!index}@mytestdomain.developer',
'CommunityNickname' => 'test{!index}'
},10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment