| Modifier and Type | Method and Description |
|---|---|
TestCase |
IterationTestPlanItem.getReferencedTestCase() |
TestCase |
CampaignTestPlanItem.getReferencedTestCase() |
| Modifier and Type | Method and Description |
|---|---|
List<TestCase> |
Iteration.getPlannedTestCase() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<IterationTestPlanItem> |
IterationTestPlanItem.createTestPlanItems(TestCase testCase,
Collection<Dataset> datasets)
Creates a collection of test plan items for the given test case and datasets.
|
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).
|
CampaignTestPlanItem |
Campaign.findTestPlanItem(TestCase testCase) |
void |
IterationTestPlanItem.setReferencedTestCase(TestCase referencedTestCase) |
void |
CampaignTestPlanItem.setReferencedTestCase(TestCase referencedTestCase) |
boolean |
Campaign.testPlanContains(TestCase tc) |
| Constructor and Description |
|---|
CampaignTestPlanItem(TestCase testCase) |
CampaignTestPlanItem(TestCase testCase,
Dataset dataset) |
IterationTestPlanItem(TestCase testCase) |
IterationTestPlanItem(TestCase testCase,
Dataset dataset) |
IterationTestPlanItem(TestCase testCase,
Dataset dataset,
User assignee) |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
Execution.getReferencedTestCase() |
| Constructor and Description |
|---|
Execution(TestCase testCase)
Creates an execution for the test case references by the given tess plan item.
|
Execution(TestCase testCase,
Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
WhichNodeVisitor.visit(TestCase testCase) |
void |
NodeVisitor.visit(TestCase testCase) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<TestCase,QTestCase> |
QMilestone.testCases |
| Modifier and Type | Method and Description |
|---|---|
Set<TestCase> |
Milestone.getTestCases()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Milestone.bindTestCase(TestCase testCase)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TestCase> |
RequirementVersion.getVerifyingTestCases()
Returns an UNMODIFIABLE VIEW of the verifying test cases.
|
| Modifier and Type | Method and Description |
|---|---|
RequirementVersionCoverage |
RequirementVersion.getRequirementVersionCoverageOrNullFor(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
static TestCase |
TestCase.createBlankTestCase()
Creates a test case which non-collection, non-primitive type fields are set to null.
|
TestCase |
TestCase.createCopy()
Will create a copy from this instance.
|
TestCase |
CallTestStep.getCalledTestCase() |
TestCase |
Parameter.getTestCase() |
TestCase |
Dataset.getTestCase() |
TestCase |
TestStep.getTestCase() |
TestCase |
RequirementVersionCoverage.getVerifyingTestCase() |
| Modifier and Type | Method and Description |
|---|---|
RequirementVersionCoverage |
RequirementVersionCoverage.copyForTestCase(TestCase tcCopy)
Returns a copy of a RequirementVersionCoverage adapted to a given TestCase (
this TestCase is usually different from the owner of the RequirementVersionCoverage)
In short it means that the given TestCase will verify the target Requirement and if the
original TestCase had steps verifying it, the corresponding steps in the given TestCase
will too.
|
List<RequirementVersionCoverage> |
TestCase.createRequirementVersionCoveragesForCopy(TestCase copy)
Copy this.requirementVersionCoverages .
|
void |
CallTestStep.setCalledTestCase(TestCase calledTestCase) |
void |
Parameter.setTestCase(TestCase testCase)
This method set the test case of this parameter with the given test case and add this to the given test case's
parameters list.
|
void |
Dataset.setTestCase(TestCase testCase) |
void |
TestStep.setTestCase(TestCase testCase) |
void |
RequirementVersionCoverage.setVerifyingTestCase(TestCase verifyingTestCase) |
void |
TestCaseLibraryNodeVisitor.visit(TestCase visited) |
| Constructor and Description |
|---|
Dataset(String name,
TestCase testCase) |
ExportTestCaseData(TestCase testCase,
TestCaseFolder folder) |
Parameter(String name,
TestCase testCase) |
RequirementVersionCoverage(Requirement requirement,
TestCase testCase) |
RequirementVersionCoverage(RequirementVersion requirementVersion,
TestCase testCase) |
| Constructor and Description |
|---|
QTestCase(Class<? extends TestCase> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestCase(com.querydsl.core.types.Path<? extends TestCase> path) |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCaseAlreadyInTestPlanException.getTestCase() |
| Constructor and Description |
|---|
TestCaseAlreadyInTestPlanException(TestCase testCase,
Campaign campaign) |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
RequirementAlreadyVerifiedException.getVerifyingTestCase() |
| Constructor and Description |
|---|
RequirementAlreadyVerifiedException(RequirementVersion version,
TestCase verifier) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.