Uses of Class
org.apache.batik.test.TestReport.Entry
Packages that use TestReport.Entry
-
Uses of TestReport.Entry in org.apache.batik.test
Fields in org.apache.batik.test declared as TestReport.EntryModifier and TypeFieldDescriptionprotected 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.EntryModifier and TypeMethodDescriptionDefaultTestReport.getDescription()
DefaultTestSuiteReport.getDescription()
TestReport.getDescription()
Returns an array ofEntry
objects describing the test result.Methods in org.apache.batik.test with parameters of type TestReport.EntryModifier and TypeMethodDescriptionprotected 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.EntryModifier and TypeMethodDescriptionprotected void
XMLTestReportProcessor.processEntry
(TestReport.Entry entry, Element descriptionElement, Document reportDocument)