| Modifier and Type | Method and Description |
|---|---|
TestAutomationProjectContent |
FetchTestListTask.buildFailedResult(Exception thrownException) |
TestAutomationProjectContent |
FetchTestListTask.call() |
TestAutomationProjectContent |
FetchTestListFuture.get() |
TestAutomationProjectContent |
FetchTestListFuture.get(long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestAutomationProjectContent> |
AutomatedTestManagerServiceImpl.listTestsInProjects(Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> projects) |
Collection<TestAutomationProjectContent> |
AutomatedSuiteManagerServiceImpl.sortByProject(org.squashtest.tm.domain.testautomation.AutomatedSuite suite) |
Collection<TestAutomationProjectContent> |
AutomatedSuiteManagerServiceImpl.sortByProject(String autoSuiteId) |
| Constructor and Description |
|---|
FetchTestListFuture(FetchTestListTask task,
Future<TestAutomationProjectContent> wrappedFuture) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestAutomationProjectContent> |
CustomTestCaseModificationServiceImpl.findAssignableAutomationTests(long testCaseId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestAutomationProjectContent> |
AutomatedTestFinderService.listTestsInProjects(Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> projects)
Given a collection of
TestAutomationProject, will return the aggregated list of AutomatedTest
paired with their owner project. |
Collection<TestAutomationProjectContent> |
AutomatedSuiteManagerService.sortByProject(org.squashtest.tm.domain.testautomation.AutomatedSuite suite)
Given an
AutomatedSuite, returns its content as tests grouped by projects. |
Collection<TestAutomationProjectContent> |
AutomatedSuiteManagerService.sortByProject(String autoSuiteId)
Given the id of an
AutomatedSuite, returns its content as tests grouped by projects. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestAutomationProjectContent> |
CustomTestCaseModificationService.findAssignableAutomationTests(long testCaseId) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.