WebSphere:*,type=RemoteTestProxy
MBean RemoteTestProxy
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()
public void runTest(java.lang.String className,
java.lang.String testName
)
className
-
testName
-
public void stopCapture()
public java.lang.String getSystemOut()
public java.lang.String getSystemErr()