Uses of Class
org.apache.batik.test.TestReport.Entry
-
Packages that use TestReport.Entry Package Description org.apache.batik.test org.apache.batik.test.xml -
-
Uses of TestReport.Entry in org.apache.batik.test
Fields in org.apache.batik.test declared as TestReport.Entry Modifier and Type Field Description protected TestReport.Entry[]
DefaultTestReport. description
protected TestReport.Entry[]
DefaultTestSuiteReport. description
Descriptions in addition to that coming from children.Methods in org.apache.batik.test that return TestReport.Entry Modifier and Type Method Description TestReport.Entry[]
DefaultTestReport. getDescription()
TestReport.Entry[]
DefaultTestSuiteReport. getDescription()
TestReport.Entry[]
TestReport. getDescription()
Returns an array ofEntry
objects describing the test result.Methods in org.apache.batik.test with parameters of type TestReport.Entry Modifier and Type Method Description protected void
DefaultTestReport. addDescriptionEntry(TestReport.Entry entry)
protected void
DefaultTestSuiteReport. addDescriptionEntry(TestReport.Entry entry)
void
DefaultTestReport. setDescription(TestReport.Entry[] description)
-
Uses of TestReport.Entry in org.apache.batik.test.xml
Methods in org.apache.batik.test.xml with parameters of type TestReport.Entry Modifier and Type Method Description protected void
XMLTestReportProcessor. processEntry(TestReport.Entry entry, org.w3c.dom.Element descriptionElement, org.w3c.dom.Document reportDocument)
-