Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. @isTest
  2. public class testInstallHandlerInterfaceExample {
  3.  
  4. @isTest
  5. static void testScript() {
  6. InstallHandlerInterfaceExample postinstall = new InstallHandlerInterfaceExample();
  7. Test.testInstall(postinstall, null);
  8. Test.testInstall(postinstall, new Version(1,0), true);
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement