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

/external/testng/src/main/java/org/testng/internal/
H A DTestMethodWithDataProviderMethodWorker.java40 ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods,
52 m_beforeMethods = beforeMethods;
36 TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, Object[] parameterValues, Object instance, XmlSuite suite, Map<String, String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier) argument
H A DInvoker.java572 ITestNGMethod[] beforeMethods,
585 // Invoke beforeMethods only if
590 filterConfigurationMethods(tm, beforeMethods, true /* beforeMethods */),
708 filterConfigurationMethods(tm, afterMethods, false /* beforeMethods */),
812 ITestNGMethod[] beforeMethods,
821 testClass, beforeMethods, afterMethods, groupMethods,
944 ITestNGMethod[] beforeMethods,
968 allParameters, testClass, beforeMethods, afterMethods, groupMethods, failure));
1065 final ITestNGMethod[] beforeMethods
565 invokeMethod(Object instance, final ITestNGMethod tm, Object[] parameterValues, int parametersIndex, XmlSuite suite, Map<String, String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, FailureContext failureContext) argument
805 invokeTestMethod(Object instance, final ITestNGMethod tm, Object[] parameterValues, int parametersIndex, XmlSuite suite, Map<String, String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, FailureContext failureContext) argument
940 retryFailed(Object instance, final ITestNGMethod tm, XmlSuite suite, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, List<ITestResult> result, int failureCount, ExpectedExceptionsHolder expectedExceptionHolder, ITestContext testContext, Map<String, String> parameters, int parametersIndex) argument
[all...]

Completed in 116 milliseconds