public class DotTestListener extends Object implements org.testng.ITestListener
Modifier and Type | Field and Description |
---|---|
private int |
count |
Constructor and Description |
---|
DotTestListener() |
Modifier and Type | Method and Description |
---|---|
private void |
log(String s) |
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
private void log(String s)
Copyright © 2016 Open Microscopy Environment