Uses of Class
org.testng.internal.RunInfo
-
Packages that use RunInfo Package Description org.testng.internal -
-
Uses of RunInfo in org.testng.internal
Methods in org.testng.internal with parameters of type RunInfo Modifier and Type Method Description static ITestNGMethod[]
MethodHelper. collectAndOrderMethods(List<ITestNGMethod> methods, boolean forTests, RunInfo runInfo, IAnnotationFinder finder, boolean unique, List<ITestNGMethod> outExcludedMethods, Comparator<ITestNGMethod> comparator)
Collects and orders test or configuration methodsConstructors in org.testng.internal with parameters of type RunInfo Constructor Description TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder)
TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder, Comparator<ITestNGMethod> comparator)
-