public class TestAutomationProjectContent extends Object
| Constructor and Description |
|---|
TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests) |
TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
boolean orderGuaranteed) |
TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
Exception knownProblem) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTest(org.squashtest.tm.domain.testautomation.AutomatedTest test)
Adds a test without params
|
void |
appendTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests)
Adds a batch of tests without params.
|
Exception |
getKnownProblem() |
org.squashtest.tm.domain.testautomation.TestAutomationProject |
getProject() |
List<org.squashtest.tm.domain.testautomation.AutomatedTest> |
getTests() |
boolean |
hadKnownProblems() |
boolean |
isOrderGuaranteed() |
void |
setKnownProblem(Exception knownProblem) |
void |
setOrderGuaranteed(boolean orderGuaranteed) |
public TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
Exception knownProblem)
public TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests)
project - tests - public TestAutomationProjectContent(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
boolean orderGuaranteed)
public org.squashtest.tm.domain.testautomation.TestAutomationProject getProject()
public List<org.squashtest.tm.domain.testautomation.AutomatedTest> getTests()
public Exception getKnownProblem()
public boolean hadKnownProblems()
public void setKnownProblem(Exception knownProblem)
public boolean isOrderGuaranteed()
public void setOrderGuaranteed(boolean orderGuaranteed)
public void appendTest(org.squashtest.tm.domain.testautomation.AutomatedTest test)
test - public final void appendTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests)
tests - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.