public class TestNGAdapter extends Object implements org.testng.ITestListener
| Constructor and Description |
|---|
TestNGAdapter(Class<?> clazz,
org.pitest.testapi.Description d,
org.pitest.testapi.ResultCollector rc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasHadFailure() |
void |
onFinish(org.testng.ITestContext arg0) |
void |
onStart(org.testng.ITestContext arg0) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult arg0) |
void |
onTestFailure(org.testng.ITestResult arg0) |
void |
onTestSkipped(org.testng.ITestResult arg0) |
void |
onTestStart(org.testng.ITestResult arg0) |
void |
onTestSuccess(org.testng.ITestResult arg0) |
public TestNGAdapter(Class<?> clazz, org.pitest.testapi.Description d, org.pitest.testapi.ResultCollector rc)
public boolean hasHadFailure()
public void onFinish(org.testng.ITestContext arg0)
onFinish in interface org.testng.ITestListenerpublic void onStart(org.testng.ITestContext arg0)
onStart in interface org.testng.ITestListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult arg0)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onTestFailure(org.testng.ITestResult arg0)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult arg0)
onTestSkipped in interface org.testng.ITestListenerpublic void onTestStart(org.testng.ITestResult arg0)
onTestStart in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult arg0)
onTestSuccess in interface org.testng.ITestListenerCopyright © 2022. All rights reserved.