All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.robotframework.remoteserver.context.Context Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
package org.robotframework.remoteserver.context;

import org.robotframework.remoteserver.RemoteServer;
import org.robotframework.remoteserver.library.RemoteLibrary;

public interface Context {
    /**
     * @return {@link RemoteServer} in the current context 
     */
    RemoteServer getRemoteServer();
    
    /**
     * @return {@link RemoteLibrary} in the current context 
     */
    RemoteLibrary getLibrary();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy