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