Package org.testng.internal.thread
Interface IFutureResult
-
- All Known Implementing Classes:
FutureResultAdapter
public interface IFutureResultReduced interface to mimic Future.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectget()
-
-
-
Method Detail
-
get
java.lang.Object get() throws java.lang.InterruptedException, ThreadExecutionException- Throws:
java.lang.InterruptedExceptionThreadExecutionException
-
-