| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Method | Description |
|---|---|---|
static ITestNGMethod[] |
MethodHelper.collectAndOrderMethods(java.util.List<ITestNGMethod> methods,
boolean forTests,
RunInfo runInfo,
IAnnotationFinder finder,
boolean unique,
java.util.List<ITestNGMethod> outExcludedMethods,
java.util.Comparator<ITestNGMethod> comparator) |
Collects and orders test or configuration methods
|
| Constructor | Description |
|---|---|
TestNGMethodFinder(RunInfo runInfo,
IAnnotationFinder annotationFinder) |
|
TestNGMethodFinder(RunInfo runInfo,
IAnnotationFinder annotationFinder,
java.util.Comparator<ITestNGMethod> comparator) |