| Package | Description |
|---|---|
| org.squashtest.tm.domain.campaign | |
| org.squashtest.tm.domain.library | |
| org.squashtest.tm.exception.execution |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<TestSuite,QTestSuite> |
QIterationTestPlanItem.testSuites |
com.querydsl.core.types.dsl.ListPath<TestSuite,QTestSuite> |
QIteration.testSuites |
| Modifier and Type | Method and Description |
|---|---|
TestSuite |
TestSuite.createCopy()
returns a copy of a test Suite without it's test plan.
|
TestSuite |
Iteration.getTestSuiteByName(String tsName) |
| Modifier and Type | Method and Description |
|---|---|
Map<TestSuite,List<Integer>> |
Iteration.createTestSuitesPastableCopy()
this method is used in case of copy paste of an iteration with test suites.
|
List<TestSuite> |
Iteration.getContent()
The content of an iteration means its test suites.
|
Collection<TestSuite> |
Iteration.getOrderedContent() |
List<TestSuite> |
Iteration.getTestSuites() |
List<TestSuite> |
IterationTestPlanItem.getTestSuites() |
| Modifier and Type | Method and Description |
|---|---|
void |
Iteration.addContent(TestSuite testSuite) |
void |
Iteration.addContent(TestSuite testSuite,
int position) |
void |
Iteration.addTestSuite(TestSuite suite) |
void |
IterationTestPlanItem.addTestSuite(TestSuite suite) |
void |
Iteration.addTestSuite(TestSuite suite,
int position) |
void |
Iteration.removeContent(TestSuite contentToRemove) |
void |
Iteration.removeTestSuite(TestSuite testSuite) |
void |
IterationTestPlanItem.removeTestSuite(TestSuite suite) |
| Modifier and Type | Method and Description |
|---|---|
void |
IterationTestPlanItem.setTestSuites(List<TestSuite> testSuites) |
| Constructor and Description |
|---|
QTestSuite(Class<? extends TestSuite> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestSuite(com.querydsl.core.types.Path<? extends TestSuite> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
WhichNodeVisitor.visit(TestSuite testSuite) |
void |
NodeVisitor.visit(TestSuite testSuite) |
| Constructor and Description |
|---|
EmptyTestSuiteTestPlanException(TestSuite testSuite) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.