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 class
DefaultTestSuiteReport
Simple implementation of theTestReport
interface forTestSuite
Fields in org.apache.batik.test declared as TestSuiteReport Modifier and Type Field Description protected 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 TestSuiteReport Modifier and Type Method Description TestSuiteReport
DefaultTestReport. getParentReport()
TestSuiteReport
DefaultTestSuiteReport. getParentReport()
TestSuiteReport
TestReport. getParentReport()
Returns the parent report in case thisTestReport
is part of aTestSuiteReport
.Methods in org.apache.batik.test with parameters of type TestSuiteReport Modifier and Type Method Description void
DefaultTestReport. setParentReport(TestSuiteReport parent)
void
DefaultTestSuiteReport. setParentReport(TestSuiteReport parent)
void
TestReport. setParentReport(TestSuiteReport parent)
Set this report's parent.
-