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 Object
get()
-
-
-
Method Detail
-
get
Object get() throws InterruptedException, ThreadExecutionException
-
-