public class Listener
extends org.testng.TestListenerAdapter
Constructor and Description |
---|
Listener() |
Modifier and Type | Method and Description |
---|---|
void |
onTestFailure(org.testng.ITestResult test)
Runs the default TestNG onTestFailure, and adds additional information
into the testng reporter
|
void |
onTestSkipped(org.testng.ITestResult test)
Runs the default TestNG onTestSkipped, and adds additional information
into the testng reporter
|
void |
onTestSuccess(org.testng.ITestResult test)
Runs the default TestNG onTestSuccess, and adds additional information
into the testng reporter
|
beforeConfiguration, getAllTestMethods, getConfigurationFailures, getConfigurationSkips, getFailedButWithinSuccessPercentageTests, getFailedTests, getPassedTests, getSkippedTests, getTestContexts, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestStart, setAllTestMethods, setFailedButWithinSuccessPercentageTests, setFailedTests, setPassedTests, setSkippedTests, toString
public void onTestFailure(org.testng.ITestResult test)
onTestFailure
in interface org.testng.ITestListener
onTestFailure
in class org.testng.TestListenerAdapter
public void onTestSkipped(org.testng.ITestResult test)
onTestSkipped
in interface org.testng.ITestListener
onTestSkipped
in class org.testng.TestListenerAdapter
public void onTestSuccess(org.testng.ITestResult test)
onTestSuccess
in interface org.testng.ITestListener
onTestSuccess
in class org.testng.TestListenerAdapter
Copyright © 2017. All rights reserved.