Uses of Class
org.testng.internal.RunInfo
Packages that use RunInfo
-
Uses of RunInfo in org.testng
Fields in org.testng declared as RunInfo -
Uses of RunInfo in org.testng.internal
Fields in org.testng.internal declared as RunInfoMethods 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 methods(package private) static void
MethodGroupsHelper.collectMethodsByGroup
(ITestNGMethod[] methods, boolean forTests, List<ITestNGMethod> outIncludedMethods, List<ITestNGMethod> outExcludedMethods, RunInfo runInfo, IAnnotationFinder finder, boolean unique) Collect all the methods that belong to the included groups and exclude all the methods that belong to an excluded group.private static boolean
MethodGroupsHelper.includeMethod
(ITestOrConfiguration annotation, RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods) Constructors in org.testng.internal with parameters of type RunInfoModifierConstructorDescriptionTestNGMethodFinder
(RunInfo runInfo, IAnnotationFinder annotationFinder) TestNGMethodFinder
(RunInfo runInfo, IAnnotationFinder annotationFinder, Comparator<ITestNGMethod> comparator)