Uses of Class
org.testng.internal.RunInfo
Packages that use RunInfo
-
Uses of RunInfo in org.testng.internal
Methods in org.testng.internal with parameters of type RunInfoModifier and TypeMethodDescriptionstatic 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 RunInfoModifierConstructorDescriptionTestNGMethodFinder
(ITestObjectFactory objectFactory, RunInfo runInfo, IAnnotationFinder annotationFinder) TestNGMethodFinder
(ITestObjectFactory objectFactory, RunInfo runInfo, IAnnotationFinder annotationFinder, Comparator<ITestNGMethod> comparator)