Uses of Class
org.squashtest.tm.domain.testcase.TestCase

Packages that use TestCase
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.execution   
org.squashtest.tm.domain.library   
org.squashtest.tm.domain.requirement   
org.squashtest.tm.domain.testcase   
org.squashtest.tm.exception.campaign   
org.squashtest.tm.exception.requirement   
 

Uses of TestCase in org.squashtest.tm.domain.campaign
 

Methods in org.squashtest.tm.domain.campaign that return TestCase
 TestCase IterationTestPlanItem.getReferencedTestCase()
           
 TestCase CampaignTestPlanItem.getReferencedTestCase()
           
 

Methods in org.squashtest.tm.domain.campaign that return types with arguments of type TestCase
 List<TestCase> Iteration.getPlannedTestCase()
           
 

Methods in org.squashtest.tm.domain.campaign with parameters of type TestCase
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)
           
 

Constructors in org.squashtest.tm.domain.campaign with parameters of type TestCase
CampaignTestPlanItem(TestCase testCase)
           
 

Uses of TestCase in org.squashtest.tm.domain.execution
 

Methods in org.squashtest.tm.domain.execution that return TestCase
 TestCase Execution.getReferencedTestCase()
           
 

Constructors in org.squashtest.tm.domain.execution with parameters of type TestCase
Execution(TestCase testCase)
          Creates an execution for the test case references by the given tess plan item.
Execution(TestCase testCase, Dataset dataset)
           
 

Uses of TestCase in org.squashtest.tm.domain.library
 

Methods in org.squashtest.tm.domain.library with parameters of type TestCase
 void NodeVisitor.visit(TestCase testCase)
           
 void WhichNodeVisitor.visit(TestCase testCase)
           
 

Uses of TestCase in org.squashtest.tm.domain.requirement
 

Methods in org.squashtest.tm.domain.requirement that return types with arguments of type TestCase
 Set<TestCase> RequirementVersion.getVerifyingTestCases()
          Returns an UNMODIFIABLE VIEW of the verifying test cases.
 

Methods in org.squashtest.tm.domain.requirement with parameters of type TestCase
 RequirementVersionCoverage RequirementVersion.getRequirementVersionCoverageOrNullFor(TestCase testCase)
           
 

Uses of TestCase in org.squashtest.tm.domain.testcase
 

Methods in org.squashtest.tm.domain.testcase that return TestCase
 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()
           
 

Methods in org.squashtest.tm.domain.testcase with parameters of type TestCase
 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)
           
 

Constructors in org.squashtest.tm.domain.testcase with parameters of type TestCase
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)
           
 

Uses of TestCase in org.squashtest.tm.exception.campaign
 

Methods in org.squashtest.tm.exception.campaign that return TestCase
 TestCase TestCaseAlreadyInTestPlanException.getTestCase()
           
 

Constructors in org.squashtest.tm.exception.campaign with parameters of type TestCase
TestCaseAlreadyInTestPlanException(TestCase testCase, Campaign campaign)
           
 

Uses of TestCase in org.squashtest.tm.exception.requirement
 

Methods in org.squashtest.tm.exception.requirement that return TestCase
 TestCase RequirementAlreadyVerifiedException.getVerifyingTestCase()
           
 

Constructors in org.squashtest.tm.exception.requirement with parameters of type TestCase
RequirementAlreadyVerifiedException(RequirementVersion version, TestCase verifier)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.