public static final class TCKRunner.TCKReporter extends org.testng.TestListenerAdapter
Constructor and Description |
---|
TCKReporter(File file)
Constructor of the TCK reporter, writing to the given file.
|
Modifier and Type | Method and Description |
---|---|
void |
onTestFailure(org.testng.ITestResult tr) |
void |
onTestSkipped(org.testng.ITestResult tr) |
void |
onTestSuccess(org.testng.ITestResult tr) |
void |
writeSummary() |
beforeConfiguration, getAllTestMethods, getConfigurationFailures, getConfigurationSkips, getFailedButWithinSuccessPercentageTests, getFailedTests, getPassedTests, getSkippedTests, getTestContexts, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestStart, setAllTestMethods, setFailedButWithinSuccessPercentageTests, setFailedTests, setPassedTests, setSkippedTests, toString
public TCKReporter(File file)
file
- the target file, not null.public void onTestFailure(org.testng.ITestResult tr)
onTestFailure
in interface org.testng.ITestListener
onTestFailure
in class org.testng.TestListenerAdapter
public void onTestSkipped(org.testng.ITestResult tr)
onTestSkipped
in interface org.testng.ITestListener
onTestSkipped
in class org.testng.TestListenerAdapter
public void onTestSuccess(org.testng.ITestResult tr)
onTestSuccess
in interface org.testng.ITestListener
onTestSuccess
in class org.testng.TestListenerAdapter
public void writeSummary()
Copyright © 2012-2015 JavaMoney. All Rights Reserved.