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 voidMethodInvocationHelper.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 voidMethodInvocationHelper.invokeWithTimeout(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) private static voidMethodInvocationHelper.invokeWithTimeoutWithNewExecutor(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable)