|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestRunResultsAccessor
This interface represents a wrapper object for test results. It facilitates the extraction of key data from the test run results XML.
Method Summary | |
---|---|
TestResult |
addTestResult(IInstanceHandle ih, org.w3c.dom.Element elem) Add a test result. |
TestResult |
addTestResult(IInstanceHandle ih, java.lang.String xml) Add a test result. |
void |
cleanUp() Clean up resources that are maintaining the test run results. |
int |
getExecutionCount(java.lang.String nodeId) Returns the number of tests that executed a given activity. |
java.util.List |
getNodeIds() Get the node id's defined in the process. |
java.util.List |
getSubProcessSummary() Returns summary (aggregate) information about the sub-processes that were launched as tests. |
TestRunSummary |
getTestRunSummary() Returns summary (aggregate) information about the test run. |
void |
init(org.w3c.dom.Document xml) Initialize the object with test results. |
void |
init(java.lang.String xml) Initialize the object with test results. |
void |
init(java.lang.String runName, java.lang.String runId) Initialize the object with a test run name and id. |
Method Detail |
---|
void init(java.lang.String runName, java.lang.String runId) throws ServerException
runName
- the test run name.runId
- the test run id.ServerException
void init(java.lang.String xml) throws ServerException
xml
- The test run results.ServerException
void init(org.w3c.dom.Document xml) throws ServerException
xml
- The test run results.ServerException
TestResult addTestResult(IInstanceHandle ih, org.w3c.dom.Element elem) throws ServerException
ih
- The test instance.elem
- The results.ServerException
TestResult addTestResult(IInstanceHandle ih, java.lang.String xml) throws ServerException
ih
- The test instance.xml
- The results.ServerException
java.util.List getNodeIds() throws ServerException
ServerException
int getExecutionCount(java.lang.String nodeId) throws ServerException
nodeId
- the node id of the activity.ServerException
TestRunSummary getTestRunSummary() throws ServerException
ServerException
java.util.List getSubProcessSummary() throws ServerException
ServerException
void cleanUp() throws ServerException
ServerException
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |