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