CRRemoteTestProxy MBean

Partial ObjectName:
WebSphere:*,type=CRRemoteTestProxy


MBean CRRemoteTestProxy

remotely executes a junit testcase


Operation Summary

voidstartCapture()
           start capture of systemout and systemerr
voidrunTest(java.lang.String className, java.lang.String testName)
           executes the test
voidstopCapture()
           stop capture of systemout and systemerr
java.lang.StringgetSystemOut()
           retrieves systemout output
java.lang.StringgetSystemErr()
           retrieves systemerr output

Operation Detail

startCapture

public void startCapture()

     start capture of systemout and systemerr

Security Roles:

     administrator
     operator


runTest

public void runTest(java.lang.String className, java.lang.String testName)

     executes the test

Parameters:

     className -
     testName -

Security Roles:

     administrator
     operator


stopCapture

public void stopCapture()

     stop capture of systemout and systemerr

Security Roles:

     administrator
     operator


getSystemOut

public java.lang.String getSystemOut()

     retrieves systemout output

Security Roles:

     administrator
     operator


getSystemErr

public java.lang.String getSystemErr()

     retrieves systemerr output

Security Roles:

     administrator
     operator


Copyright IBM Corporation 2002, 2012