Class AbstractRemoteTestRunnerClient


  • public abstract class AbstractRemoteTestRunnerClient
    extends java.lang.Object
    The client side of the RemoteTestRunner. Handles the marshaling of the different messages.
    • Constructor Detail

      • AbstractRemoteTestRunnerClient

        public AbstractRemoteTestRunnerClient()
    • Method Detail

      • shutdown

        private void shutdown()
      • isRunning

        public boolean isRunning()
      • stopTest

        public void stopTest()
        Requests to stop the remote test run.
      • notifyStart

        protected abstract void notifyStart​(GenericMessage genericMessage)
      • notifySuiteEvents

        protected abstract void notifySuiteEvents​(SuiteMessage suiteMessage)
      • notifyTestEvents

        protected abstract void notifyTestEvents​(TestMessage testMessage)
      • notifyResultEvents

        protected abstract void notifyResultEvents​(TestResultMessage testResultMessage)