Package | Description |
---|---|
com.pfc.selenium.classes | |
com.pfc.selenium.connections | |
com.pfc.selenium.testRunner | |
com.pfc.selenium.UI.Agente |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Test> |
Robot.getTests() |
Modifier and Type | Method and Description |
---|---|
void |
Robot.setTests(java.util.ArrayList<Test> tests) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Test> |
WebServiceClient.getTestsResponse(int idRobot)
Función para recuperar los tests associados a un robot, le pasamos como parametro en la URL el identificador del robot
|
Modifier and Type | Method and Description |
---|---|
boolean |
TestRunner.nextExecution(Test test)
Función que comprueba si el valor de nextExecution es inferior o superior a la hora actual.
|
java.util.ArrayList<Resultado> |
TestRunner.runTest(Test test,
int idRobot)
Función para ejecutar el test.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentUI.actualizarTablaEjecuciones(java.util.ArrayList<Test> listTest)
Actualiza el estado de los test en la tabla de ejecuciones
|