public interface UnitTestServiceRemote extends AppServiceRemote
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMT() |
TestSuiteResult |
test(byte[] testScript) |
TestSuiteResult |
test(java.lang.String scriptName) |
void |
testRealTime(byte[] testScript,
TestRealTimeClientRemote trtc) |
void |
testRealTime(java.lang.String scriptName,
TestRealTimeClientRemote trtc) |
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartTestSuiteResult test(byte[] testScript) throws TestSetupException, java.rmi.RemoteException
TestSetupExceptionjava.rmi.RemoteExceptionTestSuiteResult test(java.lang.String scriptName) throws TestSetupException, java.rmi.RemoteException
TestSetupExceptionjava.rmi.RemoteExceptionvoid testRealTime(byte[] testScript,
TestRealTimeClientRemote trtc)
throws TestSetupException,
java.rmi.RemoteException
TestSetupExceptionjava.rmi.RemoteExceptionvoid testRealTime(java.lang.String scriptName,
TestRealTimeClientRemote trtc)
throws TestSetupException,
java.rmi.RemoteException
TestSetupExceptionjava.rmi.RemoteExceptionboolean isMT()
throws TestSetupException,
java.rmi.RemoteException
TestSetupExceptionjava.rmi.RemoteException