Guest User

Untitled

a guest
Dec 13th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. @isTest
  2. public class codecovertess {
  3.  
  4. @isTest
  5. public static void test1()
  6. {
  7. Account a = new Account();
  8. a.Name='testppcodecove';
  9. Account x = [select id,name from Account LIMIT 1];
  10. System.debug('x value==='+x.Name);
  11. ApexPages.StandardController stdController = new ApexPages.StandardController(x);
  12. tess t = new tess(stdController);
  13. t.getGreeting();
  14. String vartest=t.testvar;
  15. System.assertEquals('a', 'a');
  16. }
  17. }
Add Comment
Please, Sign In to add comment