Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @Override
  2. public void run(RunNotifier notifier) {
  3. if (useAWSDeviceFarm) {
  4. new DelegateRunner().run(notifier);
  5. } else {
  6. super.run(notifier);
  7. }
  8. }
  9.  
  10. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 501.287 sec
  11.  
  12. No tests were executed! (Set -DfailIfNoTests=false to ignore this error.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement