Uses of Class
org.testng.internal.thread.ThreadExecutionException
-
Packages that use ThreadExecutionException Package Description org.testng.internal org.testng.internal.thread -
-
Uses of ThreadExecutionException in org.testng.internal
Methods in org.testng.internal that throw ThreadExecutionException Modifier and Type Method Description protected static voidMethodInvocationHelper. invokeWithTimeout(ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult)Invokes a method on a separate thread in order to allow us to timeout the invocation.protected static voidMethodInvocationHelper. invokeWithTimeout(ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable)private static voidMethodInvocationHelper. invokeWithTimeoutWithNewExecutor(ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable) -
Uses of ThreadExecutionException in org.testng.internal.thread
Methods in org.testng.internal.thread that throw ThreadExecutionException Modifier and Type Method Description java.lang.ObjectFutureResultAdapter. get()java.lang.ObjectIFutureResult. get()
-