Class AbstractRMIDriver


  • public abstract class AbstractRMIDriver
    extends UiDriver
    An abstraction of drivers connecting remotely to ATS Eclipse plugins.
    NOTE: Users should directly use this driver in their tests, but use its concrete implementations instead
    • Constructor Detail

      • AbstractRMIDriver

        protected AbstractRMIDriver​(String ip,
                                    int rmiPort)
        Parameters:
        port -
        ip -
    • Method Detail

      • getRegistry

        public Registry getRegistry()
      • start

        public void start()
        Description copied from class: UiDriver
        start the driver
        Specified by:
        start in class UiDriver
      • stop

        public void stop()
        Description copied from class: UiDriver
        stop the driver
        Specified by:
        stop in class UiDriver