Example #1
0
 @Override
 public int compareTo(IWorker<ITestNGMethod> other) {
   return getPriority() - other.getPriority();
 }