public class FailFastNotifier extends Object implements org.testng.IInvokedMethodListener
Constructor and Description |
---|
FailFastNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
afterInvocation(org.testng.IInvokedMethod iInvokedMethod,
org.testng.ITestResult iTestResult) |
void |
beforeInvocation(org.testng.IInvokedMethod iInvokedMethod,
org.testng.ITestResult iTestResult) |
public void beforeInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult)
beforeInvocation
in interface org.testng.IInvokedMethodListener
public void afterInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult)
afterInvocation
in interface org.testng.IInvokedMethodListener
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.