public class EverrestJetty extends Object implements org.testng.ITestListener, org.testng.IInvokedMethodListener
| Modifier and Type | Field and Description |
|---|---|
static String |
JETTY_PORT |
static String |
JETTY_SERVER |
| Constructor and Description |
|---|
EverrestJetty() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
ObjectFactory<? extends ObjectModel> |
createFactory(Object testObject,
Field field) |
void |
onFinish(org.testng.ITestContext context) |
void |
onStart(org.testng.ITestContext context) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
void |
onTestFailure(org.testng.ITestResult result) |
void |
onTestSkipped(org.testng.ITestResult result) |
void |
onTestStart(org.testng.ITestResult result) |
void |
onTestSuccess(org.testng.ITestResult result) |
public static final String JETTY_PORT
public static final String JETTY_SERVER
public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
afterInvocation in interface org.testng.IInvokedMethodListenerIInvokedMethodListener.afterInvocation(org.testng.IInvokedMethod,
org.testng.ITestResult)public void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
beforeInvocation in interface org.testng.IInvokedMethodListenerIInvokedMethodListener.beforeInvocation(org.testng.IInvokedMethod,
org.testng.ITestResult)public void onFinish(org.testng.ITestContext context)
onFinish in interface org.testng.ITestListenerpublic void onTestStart(org.testng.ITestResult result)
onTestStart in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult result)
onTestSuccess in interface org.testng.ITestListenerpublic void onTestFailure(org.testng.ITestResult result)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult result)
onTestSkipped in interface org.testng.ITestListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onStart(org.testng.ITestContext context)
onStart in interface org.testng.ITestListenerpublic ObjectFactory<? extends ObjectModel> createFactory(Object testObject, Field field)
Copyright © 2012–2017 Codenvy, S.A.. All rights reserved.