public interface TestReportProcessor
TestReport
instances
This allows different applications to use the same TestReport
for different purposes, such as generating an XML output or
emailing a test result summary.Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_ERROR
Generic error code.
|
Modifier and Type | Method and Description |
---|---|
void |
processReport(TestReport report)
Requests the processor to process the input
TestReport instances. |
static final String INTERNAL_ERROR
void processReport(TestReport report) throws TestException
TestReport
instances. Note that a processor
should make its own copy of any resource described
by a TestReport
such as files, as these
may be transient resources. In particular, a
processor should not keep a reference to the
input TestReport
TestException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.