Searched refs:currentTestMethod (Results 1 – 2 of 2) sorted by relevance
/external/testng/src/main/java/org/testng/internal/ |
D | Invoker.java | 147 ITestNGMethod currentTestMethod, in invokeConfigurations() argument 194 if (!confInvocationPassed(tm, currentTestMethod, testClass, instance) && !alwaysRun) { in invokeConfigurations() 195 …handleConfigurationSkip(tm, testResult, configurationAnnotation, currentTestMethod, instance, suit… in invokeConfigurations() 204 currentTestMethod, in invokeConfigurations() 239 …handleConfigurationFailure(ex, tm, testResult, configurationAnnotation, currentTestMethod, instanc… in invokeConfigurations() 241 …handleConfigurationFailure(ex, tm, testResult, configurationAnnotation, currentTestMethod, instanc… in invokeConfigurations() 252 ITestNGMethod currentTestMethod, in handleConfigurationSkip() argument 255 …gurationInvocationFailed(tm, testResult.getTestClass(), annotation, currentTestMethod, instance, s… in handleConfigurationSkip() 289 ITestNGMethod currentTestMethod, in handleConfigurationFailure() argument 297 handleConfigurationSkip(tm, testResult, annotation, currentTestMethod, instance, suite); in handleConfigurationFailure() [all …]
|
D | Parameters.java | 71 @Nullable ITestNGMethod currentTestMethod, in createConfigurationParameters() argument 77 Method currentTestMeth= currentTestMethod != null ? in createConfigurationParameters() 78 currentTestMethod.getMethod() : null; in createConfigurationParameters() 80 Map<String, String> methodParams = currentTestMethod != null in createConfigurationParameters() 81 ? currentTestMethod.findMethodParameters(ctx.getCurrentXmlTest()) in createConfigurationParameters() 130 Object inject = getInjectedParameter(parameterTypes[i], params.currentTestMethod, in createParameters() 496 private final Method currentTestMethod; field in Parameters.MethodParameters 526 currentTestMethod = m; in MethodParameters()
|