| Package | Description |
|---|---|
| org.squashtest.tm.service.testautomation.spi |
| Modifier and Type | Method and Description |
|---|---|
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–2017 Henix, henix.fr. All rights reserved.