org.testng.internal.IMethodRunner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package org.testng.internal;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import org.testng.ITestContext;
import org.testng.ITestResult;
import org.testng.internal.ITestInvoker.FailureContext;
public interface IMethodRunner {
List runInSequence(
TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
AtomicInteger invocationCount,
FailureContext failure,
Iterator