Interface IOrderMethods
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Helps produce a
Comparator that can be used to determine order of execution for a bunch
of ITestNGMethod methods.-
Method Summary
-
Method Details
-
comparator
Comparator<ITestNGMethod> comparator()- Returns:
- - The
Comparatorto be used.
-