All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.internal.thread.IFutureResult Maven / Gradle / Ivy

package org.testng.internal.thread;

/**
 * Reduced interface to mimic Future.
 *
 * @author Alexandru Popescu
 */
public interface IFutureResult {
   Object get() throws InterruptedException, ThreadExecutionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy