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 TypeClassDescriptionclassSimple implementation of theTestReportinterface forTestSuiteFields in org.apache.batik.test declared as TestSuiteReportModifier and TypeFieldDescriptionprotected TestSuiteReportDefaultTestReport.parentParent report, in case this report is part of aTestSuiteReportprotected TestSuiteReportDefaultTestSuiteReport.parentParent 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 thisTestReportis part of aTestSuiteReport.Methods in org.apache.batik.test with parameters of type TestSuiteReportModifier and TypeMethodDescriptionvoidDefaultTestReport.setParentReport(TestSuiteReport parent) voidDefaultTestSuiteReport.setParentReport(TestSuiteReport parent) voidTestReport.setParentReport(TestSuiteReport parent) Set this report's parent.