public class DotTestListener
extends java.lang.Object
implements org.testng.ITestListener
Constructor and Description |
---|
DotTestListener() |
Modifier and Type | Method and Description |
---|---|
void |
onFinish(org.testng.ITestContext tc) |
void |
onStart(org.testng.ITestContext tc) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult tr) |
void |
onTestFailure(org.testng.ITestResult tr) |
void |
onTestSkipped(org.testng.ITestResult tr) |
void |
onTestStart(org.testng.ITestResult tr) |
void |
onTestSuccess(org.testng.ITestResult tr) |
public void onTestFailure(org.testng.ITestResult tr)
onTestFailure
in interface org.testng.ITestListener
public void onTestSkipped(org.testng.ITestResult tr)
onTestSkipped
in interface org.testng.ITestListener
public void onTestSuccess(org.testng.ITestResult tr)
onTestSuccess
in interface org.testng.ITestListener
public void onFinish(org.testng.ITestContext tc)
onFinish
in interface org.testng.ITestListener
public void onStart(org.testng.ITestContext tc)
onStart
in interface org.testng.ITestListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult tr)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
public void onTestStart(org.testng.ITestResult tr)
onTestStart
in interface org.testng.ITestListener
Copyright © 2014 Open Microscopy Environment