Guest User

Untitled

a guest
Feb 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @istest
  2. public class TEST {
  3. @istest
  4. static void Insert(){
  5.  
  6. Store__c store = new Store__c(Name = 'Paris');
  7. insert store;
  8. }
  9. }
Add Comment
Please, Sign In to add comment