|
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 ITestCaseInfo
| Field Summary | |
|---|---|
static java.lang.String |
STATUS_failed"Failed" test case status. |
static java.lang.String |
STATUS_passed"Passed" test case status. |
static java.lang.String |
STATUS_running"Running" test case status. |
| Fields inherited from interface com.oracle.bpel.client.IInstanceConstants |
|---|
PRIORITY_NORMAL, STATE_CLOSED_ABORTED, STATE_CLOSED_CANCELLED, STATE_CLOSED_COMPLETED, STATE_CLOSED_FAULTED, STATE_CLOSED_PENDING_CANCEL, STATE_CLOSED_STALE, STATE_INITIATED, STATE_OPEN_FAULTED, STATE_OPEN_RUNNING, STATE_OPEN_SUSPENDED |
| Method Summary | |
|---|---|
boolean |
complete()Retrieves the completion status of the test case. |
java.lang.String |
getResults()Retrieves the test results. |
java.lang.String |
getStatus()Retrieves the status of the test case. |
java.lang.String |
getSuiteName()Retrieves the suite name of the test case. |
IInstanceHandle |
getTestInstance()Retrieves the test instance. |
java.lang.String |
getTestLocation()Retrieves the location of the test case relative to the test suite. |
java.lang.String |
getTestRunId()Retrieves the test run id. |
java.lang.String |
getTestRunName()Retrieves the test run name. |
boolean |
passed()Retrieves the outcome of the test case. |
| Field Detail |
|---|
static final java.lang.String STATUS_passed
getStatus(), Constant Field Valuesstatic final java.lang.String STATUS_failed
getStatus(), Constant Field Valuesstatic final java.lang.String STATUS_running
getStatus(), Constant Field Values| Method Detail |
|---|
java.lang.String getSuiteName()
throws ServerException
ServerException - if there is a problem fetching the information
java.lang.String getTestLocation()
throws ServerException
ServerException - if there is a problem fetching the information
java.lang.String getTestRunId()
throws ServerException
ServerException - if there is a problem fetching the information
java.lang.String getTestRunName()
throws ServerException
ServerException - if there is a problem fetching the information
java.lang.String getResults()
throws ServerException
ServerException - if there is a problem fetching the information
boolean passed()
throws ServerException
getStatus().equals( STATUS_passed )ServerException - if there is a problem fetching the information
boolean complete()
throws ServerException
getStatus().equals( [STATUS_passed | STATUS_failed] )ServerException - if there is a problem fetching the information
java.lang.String getStatus()
throws ServerException
ServerException - if there is a problem fetching the information
IInstanceHandle getTestInstance()
throws ServerException
ServerException - if there is a problem fetching the information
|
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 | ||||||||