Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DInvoker.java147 ITestNGMethod currentTestMethod, in invokeConfigurations()
252 ITestNGMethod currentTestMethod, in handleConfigurationSkip()
289 ITestNGMethod currentTestMethod, in handleConfigurationFailure()
346 ITestNGMethod currentTestMethod, in recordConfigurationInvocationFailed()
412 private boolean confInvocationPassed(ITestNGMethod method, ITestNGMethod currentTestMethod, in confInvocationPassed()
832 ITestNGMethod currentTestMethod, in invokeBeforeGroupsConfigurations()
870 ITestNGMethod currentTestMethod, in invokeAfterGroupsConfigurations()
DParameters.java71 @Nullable ITestNGMethod currentTestMethod, in createConfigurationParameters()
496 private final Method currentTestMethod; field in Parameters.MethodParameters