Package org.testng.internal
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.
@FunctionalInterface public interface IOrderMethodsHelps produce aComparatorthat can be used to determine order of execution for a bunch ofITestNGMethodmethods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Comparator<ITestNGMethod>comparator()
-
-
-
Method Detail
-
comparator
java.util.Comparator<ITestNGMethod> comparator()
- Returns:
- - The
Comparatorto be used.
-
-