psdi.unittest

Interface TestRealTimeClientRemote

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    TestRealTimeClient


    public interface TestRealTimeClientRemote
    extends java.rmi.Remote
    • Method Detail

      • startReporting

        void startReporting(java.lang.String suiteId)
                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • reportResult

        void reportResult(UnitTestResult utr)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • endReporting

        void endReporting(java.lang.String suiteId)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException