Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringJETTY_PORTstatic StringJETTY_SERVER
-
Constructor Summary
Constructors Constructor Description EverrestJetty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)voidbeforeInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)ObjectFactory<? extends ObjectModel>createFactory(Object testObject, Field field)voidonFinish(org.testng.ITestContext context)voidonStart(org.testng.ITestContext context)voidonTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)voidonTestFailure(org.testng.ITestResult result)voidonTestSkipped(org.testng.ITestResult result)voidonTestStart(org.testng.ITestResult result)voidonTestSuccess(org.testng.ITestResult result)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)- Specified by:
afterInvocationin interfaceorg.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:
beforeInvocationin interfaceorg.testng.IInvokedMethodListener- See Also:
IInvokedMethodListener.beforeInvocation(org.testng.IInvokedMethod, org.testng.ITestResult)
-
onFinish
public void onFinish(org.testng.ITestContext context)
- Specified by:
onFinishin interfaceorg.testng.ITestListener
-
onTestStart
public void onTestStart(org.testng.ITestResult result)
- Specified by:
onTestStartin interfaceorg.testng.ITestListener
-
onTestSuccess
public void onTestSuccess(org.testng.ITestResult result)
- Specified by:
onTestSuccessin interfaceorg.testng.ITestListener
-
onTestFailure
public void onTestFailure(org.testng.ITestResult result)
- Specified by:
onTestFailurein interfaceorg.testng.ITestListener
-
onTestSkipped
public void onTestSkipped(org.testng.ITestResult result)
- Specified by:
onTestSkippedin interfaceorg.testng.ITestListener
-
onTestFailedButWithinSuccessPercentage
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
- Specified by:
onTestFailedButWithinSuccessPercentagein interfaceorg.testng.ITestListener
-
onStart
public void onStart(org.testng.ITestContext context)
- Specified by:
onStartin interfaceorg.testng.ITestListener
-
createFactory
public ObjectFactory<? extends ObjectModel> createFactory(Object testObject, Field field)
-
-