Uses of Class
org.testng.internal.thread.ThreadExecutionException
-
Packages that use ThreadExecutionException Package Description org.testng.internal.invokers -
-
Uses of ThreadExecutionException in org.testng.internal.invokers
Methods in org.testng.internal.invokers that throw ThreadExecutionException Modifier and Type Method Description protected static void
MethodInvocationHelper. invokeWithTimeout(IConfiguration config, 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 boolean
MethodInvocationHelper. invokeWithTimeout(IConfiguration config, ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable)
-