Package | Description |
---|---|
org.apache.batik.test |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTestSuiteReport
Simple implementation of the
TestReport interface
for TestSuite |
Modifier and Type | Field and Description |
---|---|
protected TestSuiteReport |
DefaultTestSuiteReport.parent
Parent report in case this report is part of a bigger one.
|
protected TestSuiteReport |
DefaultTestReport.parent
Parent report, in case this report is part of a
TestSuiteReport |
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
DefaultTestSuiteReport.getParentReport() |
TestSuiteReport |
DefaultTestReport.getParentReport() |
TestSuiteReport |
TestReport.getParentReport()
Returns the parent report in case this
TestReport is
part of a TestSuiteReport . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTestSuiteReport.setParentReport(TestSuiteReport parent) |
void |
DefaultTestReport.setParentReport(TestSuiteReport parent) |
void |
TestReport.setParentReport(TestSuiteReport parent)
Set this report's parent.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.