Uses of Interface
org.apache.batik.test.TestSuiteReport
Packages that use TestSuiteReport
-
Uses of TestSuiteReport in org.apache.batik.test
Classes in org.apache.batik.test that implement TestSuiteReportModifier and TypeClassDescriptionclass
Simple implementation of theTestReport
interface forTestSuite
Fields in org.apache.batik.test declared as TestSuiteReportModifier and TypeFieldDescriptionprotected TestSuiteReport
DefaultTestReport.parent
Parent report, in case this report is part of aTestSuiteReport
protected TestSuiteReport
DefaultTestSuiteReport.parent
Parent report in case this report is part of a bigger one.Methods in org.apache.batik.test that return TestSuiteReportModifier and TypeMethodDescriptionDefaultTestReport.getParentReport()
DefaultTestSuiteReport.getParentReport()
TestReport.getParentReport()
Returns the parent report in case thisTestReport
is part of aTestSuiteReport
.Methods in org.apache.batik.test with parameters of type TestSuiteReportModifier and TypeMethodDescriptionvoid
DefaultTestReport.setParentReport
(TestSuiteReport parent) void
DefaultTestSuiteReport.setParentReport
(TestSuiteReport parent) void
TestReport.setParentReport
(TestSuiteReport parent) Set this report's parent.