| 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) |
| 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 |
NodeVisitor.visit(TestCase testCase) |
void |
WhichNodeVisitor.visit(TestCase testCase) |
| 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 |
Dataset.getTestCase() |
TestCase |
Parameter.getTestCase() |
TestCase |
TestStep.getTestCase() |
TestCase |
RequirementVersionCoverage.getVerifyingTestCase() |
| Modifier and Type | Method and Description |
|---|---|
RequirementVersionCoverage |
RequirementVersionCoverage.copyForTestCase(TestCase tcCopy) |
List<RequirementVersionCoverage> |
TestCase.createRequirementVersionCoveragesForCopy(TestCase copy)
Copy this.requirementVersionCoverages .
|
void |
CallTestStep.setCalledTestCase(TestCase calledTestCase) |
void |
Dataset.setTestCase(TestCase testCase) |
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 |
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) |
| 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-2014 Henix, henix.fr. All Rights Reserved.