
org.robotframework.remoteserver.context.Context Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jrobotremoteserver Show documentation
Show all versions of jrobotremoteserver Show documentation
Serves remote test libraries for Robot Framework that are implemented in Java.
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