public interface ITestNGService
| Modifier and Type | Method and Description |
|---|---|
void |
finishLaunch()
Finish current launch
|
void |
finishTest(org.testng.ITestContext testContext)
Finish test event handler
|
void |
finishTestMethod(com.epam.reportportal.listeners.ItemStatus status,
org.testng.ITestResult testResult)
Finish test method event handler
|
void |
finishTestMethod(java.lang.String status,
org.testng.ITestResult testResult)
Deprecated.
|
void |
finishTestSuite(org.testng.ISuite suite)
Finish test suite event handler
|
void |
sendReportPortalMsg(org.testng.ITestResult testResult) |
void |
startConfiguration(org.testng.ITestResult testResult)
Start configuration method(any before of after method)
|
void |
startLaunch()
Start current launch
|
void |
startTest(org.testng.ITestContext testContext)
Start test event handler
|
void |
startTestMethod(org.testng.ITestResult testResult)
Start test method event handler
|
void |
startTestSuite(org.testng.ISuite suite)
Start test suite event handler
|
void startLaunch()
void finishLaunch()
void startTestSuite(org.testng.ISuite suite)
suite - TestNG's suitevoid finishTestSuite(org.testng.ISuite suite)
suite - TestNG's suitevoid startTest(org.testng.ITestContext testContext)
testContext - TestNG's test contextvoid finishTest(org.testng.ITestContext testContext)
testContext - TestNG's test contextvoid startTestMethod(org.testng.ITestResult testResult)
testResult - TestNG's test result@Deprecated
void finishTestMethod(java.lang.String status,
org.testng.ITestResult testResult)
status - Status (PASSED/FAILED)testResult - TestNG's test resultStatusesvoid finishTestMethod(com.epam.reportportal.listeners.ItemStatus status,
org.testng.ITestResult testResult)
status - Status (PASSED/FAILED)testResult - TestNG's test resultItemStatusvoid startConfiguration(org.testng.ITestResult testResult)
testResult - TestNG's test resultvoid sendReportPortalMsg(org.testng.ITestResult testResult)