Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.