Package | Description |
---|---|
com.pfc.selenium.agente | |
com.pfc.selenium.connections | |
com.pfc.selenium.testRunner | |
com.pfc.selenium.UI.Agente | |
com.pfc.selenium.UI.listeners | |
com.pfc.selenium.UI.runnable |
Modifier and Type | Method and Description |
---|---|
static boolean |
Agente.getTestCalendar(Robot robot)
Dado un robot descargamos via WS los calendarios associados a los test de ese robot y se setean dentro del test.
|
Modifier and Type | Method and Description |
---|---|
Robot |
WebServiceClient.getRobotResponse(java.lang.String nomRobot)
Metodo que devuelve un idRobot dado el nombre del robot realizando una consulta al WebService, y pasandole el nombre de robot como parametro
|
Modifier and Type | Method and Description |
---|---|
void |
TestRunner.scheduleTestExecutions(Robot robot)
Esta función validará si es el momento o no de ejecutar los circuitos según su calendario asociado.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentUI.showAgentWindow(Robot robot)
Muestra la ventana principal de la aplicación
|
Constructor and Description |
---|
PlayEvent(org.eclipse.swt.widgets.Shell agentShell,
org.eclipse.swt.widgets.Button playButton,
org.eclipse.swt.widgets.Button stopButton,
Robot robot)
Constructor por parametros del objeto
|
Constructor and Description |
---|
RunExecution(Robot robot)
Constructor con parametros
|