Searched defs:currentTestMethod (Results 1 - 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DParameters.java64 * @param currentTestMethod the current @Test method or <code>null</code> if no @Test is available (this is not
71 @Nullable ITestNGMethod currentTestMethod,
77 Method currentTestMeth= currentTestMethod != null ?
78 currentTestMethod.getMethod() : null;
80 Map<String, String> methodParams = currentTestMethod != null
81 ? currentTestMethod.findMethodParameters(ctx.getCurrentXmlTest())
130 Object inject = getInjectedParameter(parameterTypes[i], params.currentTestMethod,
496 private final Method currentTestMethod; field in class:Parameters.MethodParameters
526 currentTestMethod = m;
68 createConfigurationParameters(Method m, Map<String, String> params, Object[] parameterValues, @Nullable ITestNGMethod currentTestMethod, IAnnotationFinder finder, XmlSuite xmlSuite, ITestContext ctx, ITestResult testResult) argument
H A DInvoker.java147 ITestNGMethod currentTestMethod,
194 if (!confInvocationPassed(tm, currentTestMethod, testClass, instance) && !alwaysRun) {
195 handleConfigurationSkip(tm, testResult, configurationAnnotation, currentTestMethod, instance, suite);
204 currentTestMethod,
239 handleConfigurationFailure(ex, tm, testResult, configurationAnnotation, currentTestMethod, instance, suite);
241 handleConfigurationFailure(ex, tm, testResult, configurationAnnotation, currentTestMethod, instance, suite);
252 ITestNGMethod currentTestMethod,
255 recordConfigurationInvocationFailed(tm, testResult.getTestClass(), annotation, currentTestMethod, instance, suite);
289 ITestNGMethod currentTestMethod,
297 handleConfigurationSkip(tm, testResult, annotation, currentTestMethod, instanc
146 invokeConfigurations(IClass testClass, ITestNGMethod currentTestMethod, ITestNGMethod[] allMethods, XmlSuite suite, Map<String, String> params, Object[] parameterValues, Object instance, ITestResult testMethodResult) argument
249 handleConfigurationSkip(ITestNGMethod tm, ITestResult testResult, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) argument
285 handleConfigurationFailure(Throwable ite, ITestNGMethod tm, ITestResult testResult, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) argument
343 recordConfigurationInvocationFailed(ITestNGMethod tm, IClass testClass, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) argument
412 confInvocationPassed(ITestNGMethod method, ITestNGMethod currentTestMethod, IClass testClass, Object instance) argument
831 invokeBeforeGroupsConfigurations(ITestClass testClass, ITestNGMethod currentTestMethod, ConfigurationGroupMethods groupMethods, XmlSuite suite, Map<String, String> params, Object instance) argument
869 invokeAfterGroupsConfigurations(ITestClass testClass, ITestNGMethod currentTestMethod, ConfigurationGroupMethods groupMethods, XmlSuite suite, Map<String, String> params, Object instance) argument
[all...]

Completed in 71 milliseconds