public class TestNGAdapter extends Object implements org.testng.ITestListener
Constructor and Description |
---|
TestNGAdapter(Class<?> clazz,
Description d,
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, Description d, ResultCollector rc)
public boolean hasHadFailure()
public void onFinish(org.testng.ITestContext arg0)
onFinish
in interface org.testng.ITestListener
public void onStart(org.testng.ITestContext arg0)
onStart
in interface org.testng.ITestListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult arg0)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
public void onTestFailure(org.testng.ITestResult arg0)
onTestFailure
in interface org.testng.ITestListener
public void onTestSkipped(org.testng.ITestResult arg0)
onTestSkipped
in interface org.testng.ITestListener
public void onTestStart(org.testng.ITestResult arg0)
onTestStart
in interface org.testng.ITestListener
public void onTestSuccess(org.testng.ITestResult arg0)
onTestSuccess
in interface org.testng.ITestListener
Copyright © 2021 org.pitest. All rights reserved.