Package org.infinispan.commons.test
Class TestNGLongTestsHook
java.lang.Object
org.infinispan.commons.test.TestNGLongTestsHook
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
TestNG hook to interrupt tests that take too long (usually because of a deadlock).
- Since:
- 9.2
- Author:
- Dan Berindei
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(org.testng.IHookCallBack hookCallBack, org.testng.ITestResult testResult)
-
Constructor Details
-
TestNGLongTestsHook
public TestNGLongTestsHook()
-
-
Method Details
-
run
public void run(org.testng.IHookCallBack hookCallBack, org.testng.ITestResult testResult) - Specified by:
runin interfaceorg.testng.IHookable
-