Uses of Interface
org.apache.batik.test.TestSuiteReport
-
Packages that use TestSuiteReport Package Description org.apache.batik.test -
-
Uses of TestSuiteReport in org.apache.batik.test
Classes in org.apache.batik.test that implement TestSuiteReport Modifier and Type Class Description classDefaultTestSuiteReportSimple implementation of theTestReportinterface forTestSuiteFields in org.apache.batik.test declared as TestSuiteReport Modifier and Type Field Description protected 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 TestSuiteReport Modifier and Type Method Description TestSuiteReportDefaultTestReport. getParentReport()TestSuiteReportDefaultTestSuiteReport. getParentReport()TestSuiteReportTestReport. getParentReport()Returns the parent report in case thisTestReportis part of aTestSuiteReport.Methods in org.apache.batik.test with parameters of type TestSuiteReport Modifier and Type Method Description voidDefaultTestReport. setParentReport(TestSuiteReport parent)voidDefaultTestSuiteReport. setParentReport(TestSuiteReport parent)voidTestReport. setParentReport(TestSuiteReport parent)Set this report's parent.
-