| Package | Description |
|---|---|
| org.squashtest.tm.service.testautomation.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAutomationConnector.executeTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
String reference)
Given a bunch of tests, must tell the remote server to execute them.
|
void |
TestAutomationConnector.executeTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
String reference,
TestAutomationCallbackService callbackService)
Same than
TestAutomationConnector.executeTests(Collection, String) (in particular, it must return as soon as the tests have
started). |
Map<org.squashtest.tm.domain.testautomation.AutomatedTest,URL> |
TestAutomationConnector.getResultURLs(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
String reference)
Given a bunch of tests, must return the URLs of their executions, that can be identified by the reference.
|
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
TestAutomationConnector.listProjectsOnServer(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
Given a server (that contains everything you need to connect it), returns the collection of
TestAutomationProject
that it hosts. |
Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> |
TestAutomationConnector.listTestsInProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
Given a project (that contains everything you need to connect it), returns the collection of
AutomatedTest
that it contains |
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.