Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.services.bpel.test
Interface ITestResultsObserver


public interface ITestResultsObserver

Interface for results observer. Results observers can be used to get almost real-time updates on the progress of a test suite. As the name suggests, the actions taken by implementors should not affect ongoing tests in any way.


Method Summary
 void onNewResults(java.util.List handles, java.util.List testResults)
          Results Callback method.
 void onTestInitiation(java.util.List suiteNames, java.util.List testLocations)
          Initiation Callback method.

 

Method Detail

onNewResults

void onNewResults(java.util.List handles,
                  java.util.List testResults)
Results Callback method. The list parameters are constructed such that the ith Document in the testResults list is the test result for the ith instance handle in the handles list.
Parameters:
testResults - List of recently completed IInstanceHandles.
handles - List of the completed instance handles' org.w3c.dom.Document test results.

onTestInitiation

void onTestInitiation(java.util.List suiteNames,
                      java.util.List testLocations)
Initiation Callback method. This method is called whenever tests are initiated. The parameters contain the tests initiated. I.e., {suiteNames[i], tesLocations[i]} corresponds to a test that was initiated.
Parameters:
suiteNames - List of suiteNames
testLocations - List of testLocations.

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.