Class FailFastNotifier
java.lang.Object
org.apache.maven.surefire.testng.utils.FailFastNotifier
- All Implemented Interfaces:
org.testng.IInvokedMethodListener, org.testng.ITestNGListener
Notifies TestNG core skipping remaining tests after first failure has appeared.
- Since:
- 2.19
- Author:
- Tibor Digana (tibor17)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult) voidbeforeInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.IInvokedMethodListener
afterInvocation, beforeInvocationMethods inherited from interface org.testng.ITestNGListener
isEnabled
-
Constructor Details
-
FailFastNotifier
public FailFastNotifier()
-
-
Method Details
-
beforeInvocation
public void beforeInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult) - Specified by:
beforeInvocationin interfaceorg.testng.IInvokedMethodListener
-
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult) - Specified by:
afterInvocationin interfaceorg.testng.IInvokedMethodListener
-