WebSphere:*,type=CRRemoteTestProxy
MBean CRRemoteTestProxy
remotely executes a junit testcase
Operation Summary | |
---|---|
void | startCapture() start capture of systemout and systemerr |
void | runTest( executes the test |
void | stopCapture() stop capture of systemout and systemerr |
java.lang.String | getSystemOut() retrieves systemout output |
java.lang.String | getSystemErr() retrieves systemerr output |
Operation Detail |
---|
public void startCapture()
start capture of systemout and systemerr
administrator
operator
public void runTest(
java.lang.String className,
java.lang.String testName
)
executes the test
className
-
testName
-
administrator
operator
public void stopCapture()
stop capture of systemout and systemerr
administrator
operator
public java.lang.String getSystemOut()
retrieves systemout output
administrator
operator
public java.lang.String getSystemErr()
retrieves systemerr output
administrator
operator