Uses of Class
org.testng.internal.RunInfo
-
Packages that use RunInfo Package Description org.testng org.testng.internal -
-
Uses of RunInfo in org.testng
Fields in org.testng declared as RunInfo Modifier and Type Field Description private RunInfoTestRunner. m_runInfo -
Uses of RunInfo in org.testng.internal
Fields in org.testng.internal declared as RunInfo Modifier and Type Field Description private RunInfoTestNGMethodFinder. runInfoMethods 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 methods(package private) static voidMethodGroupsHelper. collectMethodsByGroup(ITestNGMethod[] methods, boolean forTests, java.util.List<ITestNGMethod> outIncludedMethods, java.util.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 booleanMethodGroupsHelper. includeMethod(ITestOrConfiguration annotation, RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, java.util.List<ITestNGMethod> outIncludedMethods)Constructors in org.testng.internal with parameters of type RunInfo Constructor Description TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder)TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder, java.util.Comparator<ITestNGMethod> comparator)
-