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(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 methodsConstructors in org.testng.internal with parameters of type RunInfo Constructor Description TestNGMethodFinder(ITestObjectFactory objectFactory, RunInfo runInfo, IAnnotationFinder annotationFinder)
TestNGMethodFinder(ITestObjectFactory objectFactory, RunInfo runInfo, IAnnotationFinder annotationFinder, java.util.Comparator<ITestNGMethod> comparator)
-