Uses of Class
com.sun.javatest.TestResult.Section
Packages that use TestResult.Section
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestResult.Section in com.sun.javatest
Methods in com.sun.javatest that return TestResult.SectionModifier and TypeMethodDescriptionTestResult.createSection
(String name) Create a new section inside this test result.TestResult.getSection
(int index) Get the section specified by index.Methods in com.sun.javatest with parameters of type TestResult.SectionModifier and TypeMethodDescriptionvoid
TestResult.Observer.completedOutput
(TestResult tr, TestResult.Section section, String outputName) Output has been completed in a section of the test result.void
TestResult.Observer.completedSection
(TestResult tr, TestResult.Section section) A section has been been completed in the test result.void
TestResult.Observer.createdOutput
(TestResult tr, TestResult.Section section, String outputName) New output has been created in a section of the test result.void
TestResult.Observer.createdSection
(TestResult tr, TestResult.Section section) A new section has been created in the test result.void
TestResult.Observer.updatedOutput
(TestResult tr, TestResult.Section section, String outputName, int start, int end, String text) The output for a section has been updated.