Searched refs:runInfo (Results 1 – 4 of 4) sorted by relevance
/external/testng/src/main/java/org/testng/ |
D | TestClass.java | 42 RunInfo runInfo, in TestClass() argument 45 init(cls, testMethodFinder, annotationFinder, runInfo, xmlTest, xmlClass); in TestClass() 73 RunInfo runInfo, in init() argument 82 m_runInfo = runInfo; in init()
|
/external/testng/src/main/java/org/testng/internal/ |
D | MethodGroupsHelper.java | 42 RunInfo runInfo, in collectMethodsByGroup() argument 53 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup() 68 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup() 81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod() argument 86 if (runInfo.includeMethod(tm, forTests)) { in includeMethod()
|
D | TestNGMethodFinder.java | 39 public TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder) in TestNGMethodFinder() argument 41 m_runInfo = runInfo; in TestNGMethodFinder()
|
D | MethodHelper.java | 48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods() argument 56 runInfo, in collectAndOrderMethods() local
|