Uses of Class
org.testng.internal.thread.ThreadExecutionException
Packages that use ThreadExecutionException
-
Uses of ThreadExecutionException in org.testng.internal.invokers
Methods in org.testng.internal.invokers that throw ThreadExecutionExceptionModifier and TypeMethodDescriptionprotected static voidMethodInvocationHelper.invokeWithTimeout(IConfiguration config, 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 booleanMethodInvocationHelper.invokeWithTimeout(IConfiguration config, ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable)