public interface TestRealTimeClientRemote
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
endReporting(java.lang.String suiteId) |
void |
reportResult(UnitTestResult utr) |
void |
startReporting(java.lang.String suiteId) |
void startReporting(java.lang.String suiteId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid reportResult(UnitTestResult utr) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid endReporting(java.lang.String suiteId)
throws java.rmi.RemoteException
java.rmi.RemoteException