org.testng.internal.thread.FutureResultAdapter 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.thread;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
/**
* A very reduced interface of Future
.
*
* @author -->