Skip to content

Instantly share code, notes, and snippets.

@benahm
Created March 8, 2020 21:58
Show Gist options
  • Save benahm/d2457a338e8fb7bd1a267a41107dccc1 to your computer and use it in GitHub Desktop.
Save benahm/d2457a338e8fb7bd1a267a41107dccc1 to your computer and use it in GitHub Desktop.
Contact con = (Contact)TestDataFactory.createSObject('Contact', new Map<String,Object>{
'Description' => TestDataFactory.DEFAULT_VALUE,
'Account.Phone' => TestDataFactory.DEFAULT_VALUE
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment