org.everrest.assured
Class EverrestJetty
java.lang.Object
org.everrest.assured.EverrestJetty
- All Implemented Interfaces:
- org.testng.IInvokedMethodListener, org.testng.ITestListener, org.testng.ITestNGListener
public class EverrestJetty
- extends Object
- implements org.testng.ITestListener, org.testng.IInvokedMethodListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JETTY_PORT
public static final String JETTY_PORT
- See Also:
- Constant Field Values
JETTY_SERVER
public static final String JETTY_SERVER
- See Also:
- Constant Field Values
EverrestJetty
public EverrestJetty()
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
- Specified by:
afterInvocation in interface org.testng.IInvokedMethodListener
- See Also:
IInvokedMethodListener.afterInvocation(org.testng.IInvokedMethod,
org.testng.ITestResult)
beforeInvocation
public void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
- Specified by:
beforeInvocation in interface org.testng.IInvokedMethodListener
- See Also:
IInvokedMethodListener.beforeInvocation(org.testng.IInvokedMethod,
org.testng.ITestResult)
onFinish
public void onFinish(org.testng.ITestContext context)
- Specified by:
onFinish in interface org.testng.ITestListener
onStart
public void onStart(org.testng.ITestContext context)
- Specified by:
onStart in interface org.testng.ITestListener
onTestFailedButWithinSuccessPercentage
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
- Specified by:
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListener
- See Also:
ITestListener.onTestFailedButWithinSuccessPercentage(org.testng.ITestResult)
onTestFailure
public void onTestFailure(org.testng.ITestResult result)
- Specified by:
onTestFailure in interface org.testng.ITestListener
- See Also:
ITestListener.onTestFailure(org.testng.ITestResult)
onTestSkipped
public void onTestSkipped(org.testng.ITestResult result)
- Specified by:
onTestSkipped in interface org.testng.ITestListener
- See Also:
ITestListener.onTestSkipped(org.testng.ITestResult)
onTestStart
public void onTestStart(org.testng.ITestResult result)
- Specified by:
onTestStart in interface org.testng.ITestListener
- See Also:
ITestListener.onTestStart(org.testng.ITestResult)
onTestSuccess
public void onTestSuccess(org.testng.ITestResult result)
- Specified by:
onTestSuccess in interface org.testng.ITestListener
- See Also:
ITestListener.onTestSuccess(org.testng.ITestResult)
Copyright © 2012. All Rights Reserved.