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. descriptionprotected TestReport.Entry[]DefaultTestSuiteReport. descriptionDescriptions 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 ofEntryobjects describing the test result.Methods in org.apache.batik.test with parameters of type TestReport.Entry Modifier and Type Method Description protected voidDefaultTestReport. addDescriptionEntry(TestReport.Entry entry)protected voidDefaultTestSuiteReport. addDescriptionEntry(TestReport.Entry entry)voidDefaultTestReport. 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 voidXMLTestReportProcessor. processEntry(TestReport.Entry entry, org.w3c.dom.Element descriptionElement, org.w3c.dom.Document reportDocument)
-