org.jzonic.webtester.writer
Interface WebTestResultWriter
- All Known Implementing Classes:
- AbstractWebTestResultWriter
- public interface WebTestResultWriter
This interface defines all methods that any concrete implementation
must implement. These writers are used to save the result of a testcase
or an enrire testsuite.
generateResult
public void generateResult(WebTestResult result)
- Generates the result for a WebTestResult representing a single testcase
- Parameters:
result - the result of the testcase
generateResult
public void generateResult(WebTestSuiteResult results)
- Generates the result of an entire testsuite.
- Parameters:
results - The WebTestSuiteResult
Copyright © 2004 Andreas Mecky. All Rights Reserved.