Uses of Class
com.sun.javatest.TestResult.Section
-
Packages that use TestResult.Section Package Description com.sun.javatest 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.Section Modifier and Type Method Description TestResult.Section
TestResult. createSection(java.lang.String name)
Create a new section inside this test result.TestResult.Section
TestResult. getSection(int index)
Get the section specified by index.Methods in com.sun.javatest with parameters of type TestResult.Section Modifier and Type Method Description void
TestResult.Observer. completedOutput(TestResult tr, TestResult.Section section, java.lang.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, java.lang.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, java.lang.String outputName, int start, int end, java.lang.String text)
The output for a section has been updated.
-