Package org.infinispan.commons.test
Class TestNGLongTestsHook
- java.lang.Object
-
- org.infinispan.commons.test.TestNGLongTestsHook
-
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
public class TestNGLongTestsHook extends Object implements org.testng.IHookable
TestNG hook to interrupt tests that take too long (usually because of a deadlock).- Since:
- 9.2
- Author:
- Dan Berindei
-
-
Constructor Summary
Constructors Constructor Description TestNGLongTestsHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(org.testng.IHookCallBack hookCallBack, org.testng.ITestResult testResult)
-