org.apache.tapestry5.test
Class ErrorReporterImpl
java.lang.Object
org.apache.tapestry5.test.ErrorReporterImpl
- All Implemented Interfaces:
- ErrorReporter
public class ErrorReporterImpl
- extends Object
- implements ErrorReporter
Constructor Summary |
ErrorReporterImpl(com.thoughtworks.selenium.CommandProcessor commandProcessor,
org.testng.ITestContext testContext)
|
Method Summary |
void |
writeErrorReport()
Writes an error report file into the TestNG output directory, based on the name of the test,
containing the current page content. |
void |
writeOutputPaths()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorReporterImpl
public ErrorReporterImpl(com.thoughtworks.selenium.CommandProcessor commandProcessor,
org.testng.ITestContext testContext)
writeOutputPaths
public void writeOutputPaths()
writeErrorReport
public void writeErrorReport()
- Description copied from interface:
ErrorReporter
- Writes an error report file into the TestNG output directory, based on the name of the test,
containing the current page content.
- Specified by:
writeErrorReport
in interface ErrorReporter
Copyright © 2003-2012 The Apache Software Foundation.