| Package | Description |
|---|---|
| org.squashtest.tm.domain.campaign | |
| org.squashtest.tm.domain.execution |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<IterationTestPlanItem,QIterationTestPlanItem> |
QTestSuite.testPlan |
com.querydsl.core.types.dsl.ListPath<IterationTestPlanItem,QIterationTestPlanItem> |
QIteration.testPlans |
| Modifier and Type | Method and Description |
|---|---|
IterationTestPlanItem |
IterationTestPlanItem.createCopy()
Factory method.
|
static IterationTestPlanItem |
IterationTestPlanItem.createUnparameterizedTestPlanItem(TestCase testCase)
Creates a test plan item for the given test case. the test plan item won't be parameterized (ie no dataset).
|
IterationTestPlanItem |
TestSuite.findFirstExecutableTestPlanItem() |
IterationTestPlanItem |
TestSuite.findFirstExecutableTestPlanItem(String testerLogin) |
IterationTestPlanItem |
TestSuite.findNextExecutableTestPlanItem(long testPlanItemId)
finds next item (that last execution has unexecuted step) or (has no execution and is not test case deleted)
can return item linked to test-case with no step
|
IterationTestPlanItem |
TestSuite.findNextExecutableTestPlanItem(long testPlanItemId,
String testerLogin)
finds next item (that last execution has unexecuted step) or (has no execution and is not test case deleted) and that is assigned to the current user if he is a tester.
|
IterationTestPlanItem |
TestSuite.getFirstTestPlanItem() |
IterationTestPlanItem |
TestSuite.getFirstTestPlanItem(String testerLogin) |
| Modifier and Type | Method and Description |
|---|---|
List<IterationTestPlanItem> |
TestSuite.createPastableCopyOfTestPlan()
returns an ordered copy of the test-suite test plan
-test plans items that are not linked to a test case are not copied -the copy of a test plan item is done using createCopy() |
static Collection<IterationTestPlanItem> |
IterationTestPlanItem.createTestPlanItems(TestCase testCase,
Collection<Dataset> datasets)
Creates a collection of test plan items for the given test case and datasets.
|
List<IterationTestPlanItem> |
TestSuite.getTestPlan() |
List<IterationTestPlanItem> |
Iteration.getTestPlans() |
| Modifier and Type | Method and Description |
|---|---|
void |
Iteration.addTestPlan(IterationTestPlanItem testPlan) |
void |
TestSuite.bindTestPlanItem(IterationTestPlanItem item) |
int |
Iteration.getIndexOf(IterationTestPlanItem item) |
void |
Iteration.removeItemFromTestPlan(IterationTestPlanItem testPlanItem) |
void |
TestSuite.unBindTestPlan(IterationTestPlanItem item) |
void |
Iteration.updateAutoDatesAfterExecutionDetach(IterationTestPlanItem iterationTestPlanItem)
will update acual end and start dates if are auto and if they were driven by the execution last-executed on
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuite.bindTestPlanItems(List<IterationTestPlanItem> items)
Binds the test plan items to this test suite
|
void |
Iteration.moveTestPlans(int newIndex,
List<IterationTestPlanItem> movedItems) |
void |
TestSuite.reorderTestPlan(int newIndex,
List<IterationTestPlanItem> movedItems)
Since the test plan of a TestSuite is merely a view on the backing iteration, we will reorder here the test plan
accordingly.
|
void |
TestSuite.setTestPlan(List<IterationTestPlanItem> testPlan) |
void |
TestSuite.unBindTestPlan(List<IterationTestPlanItem> items) |
| Constructor and Description |
|---|
QIterationTestPlanItem(Class<? extends IterationTestPlanItem> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QIterationTestPlanItem(com.querydsl.core.types.Path<? extends IterationTestPlanItem> path) |
| Modifier and Type | Method and Description |
|---|---|
IterationTestPlanItem |
Execution.getTestPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.notifyAddedTo(IterationTestPlanItem testPlan) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.