Uses of Class
org.testng.internal.thread.ThreadExecutionException
Packages that use ThreadExecutionException
-
Uses of ThreadExecutionException in org.testng.internal
Methods in org.testng.internal that throw ThreadExecutionExceptionModifier and TypeMethodDescriptionprotected static void
MethodInvocationHelper.invokeWithTimeout
(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult) Invokes a method on a separate thread in order to allow us to timeout the invocation.protected static void
MethodInvocationHelper.invokeWithTimeout
(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) private static void
MethodInvocationHelper.invokeWithTimeoutWithNewExecutor
(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable)