public class HtmlReporter extends AbstractTestListener implements TestReporter
| Constructor and Description |
|---|
HtmlReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearTestResults()
Dismiss previous test results for next test run.
|
void |
generateTestResults()
Test reporter generates a report for several test suite instances.
|
void |
onTestFailure(TestCase test,
Throwable cause)
Invoked when test finished with failure
|
void |
onTestSkipped(TestCase test)
Invoked when test is skipped
|
void |
onTestSuccess(TestCase test)
Invoked when test finished with success
|
void |
setLogo(org.springframework.core.io.Resource logo)
Sets the logo.
|
onTestFinish, onTestStartpublic void clearTestResults()
TestReporterclearTestResults in interface TestReporterTestReporter.clearTestResults()public void generateTestResults()
TestReportergenerateTestResults in interface TestReporterTestReporter.generateTestResults()public void onTestSuccess(TestCase test)
TestListeneronTestSuccess in interface TestListeneronTestSuccess in class AbstractTestListenerTestListener.onTestSuccess(com.consol.citrus.TestCase)public void onTestFailure(TestCase test, Throwable cause)
TestListeneronTestFailure in interface TestListeneronTestFailure in class AbstractTestListenerTestListener.onTestFailure(com.consol.citrus.TestCase, java.lang.Throwable)public void onTestSkipped(TestCase test)
TestListeneronTestSkipped in interface TestListeneronTestSkipped in class AbstractTestListenerTestListener.onTestSkipped(com.consol.citrus.TestCase)public void setLogo(org.springframework.core.io.Resource logo)
logo - the logo to setCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.