public interface UnsecuredAutomatedTestManagerService extends AutomatedTestFinderService
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.testautomation.TestAutomationProject |
findProjectById(long projectId) |
org.squashtest.tm.domain.testautomation.AutomatedTest |
persistOrAttach(org.squashtest.tm.domain.testautomation.AutomatedTest newTest)
Will persist this test if really new, or return the persisted instance if this test already exists.
|
void |
removeIfUnused(org.squashtest.tm.domain.testautomation.AutomatedTest test)
Will remove the test from the database, if and only if no TestCase nor AutomatedExecutionExtender still refer to
it.
|
listTestsInProjectsorg.squashtest.tm.domain.testautomation.TestAutomationProject findProjectById(long projectId)
org.squashtest.tm.domain.testautomation.AutomatedTest persistOrAttach(org.squashtest.tm.domain.testautomation.AutomatedTest newTest)
newTest - void removeIfUnused(org.squashtest.tm.domain.testautomation.AutomatedTest test)
test - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.