|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TestCase in org.squashtest.csp.tm.domain |
|---|
| Methods in org.squashtest.csp.tm.domain that return TestCase | |
|---|---|
TestCase |
RequirementAlreadyVerifiedException.getVerifyingTestCase()
|
| Constructors in org.squashtest.csp.tm.domain with parameters of type TestCase | |
|---|---|
RequirementAlreadyVerifiedException(RequirementVersion version,
TestCase testCase)
|
|
| Uses of TestCase in org.squashtest.csp.tm.domain.campaign |
|---|
| Methods in org.squashtest.csp.tm.domain.campaign that return TestCase | |
|---|---|
TestCase |
CampaignTestPlanItem.getReferencedTestCase()
|
TestCase |
IterationTestPlanItem.getReferencedTestCase()
|
TestCase |
TestCaseAlreadyInTestPlanException.getTestCase()
|
| Methods in org.squashtest.csp.tm.domain.campaign that return types with arguments of type TestCase | |
|---|---|
List<TestCase> |
Iteration.getPlannedTestCase()
|
| Methods in org.squashtest.csp.tm.domain.campaign with parameters of type TestCase | |
|---|---|
CampaignTestPlanItem |
Campaign.findTestPlanItem(TestCase testCase)
|
void |
CampaignTestPlanItem.setReferencedTestCase(TestCase referencedTestCase)
|
void |
IterationTestPlanItem.setReferencedTestCase(TestCase referencedTestCase)
|
boolean |
Campaign.testPlanContains(TestCase tc)
|
| Constructors in org.squashtest.csp.tm.domain.campaign with parameters of type TestCase | |
|---|---|
CampaignTestPlanItem(TestCase testCase)
|
|
IterationTestPlanItem(TestCase testCase)
|
|
TestCaseAlreadyInTestPlanException(TestCase testCase,
Campaign campaign)
|
|
| Uses of TestCase in org.squashtest.csp.tm.domain.execution |
|---|
| Methods in org.squashtest.csp.tm.domain.execution that return TestCase | |
|---|---|
TestCase |
Execution.getReferencedTestCase()
|
| Constructors in org.squashtest.csp.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. |
|
| Uses of TestCase in org.squashtest.csp.tm.domain.library |
|---|
| Methods in org.squashtest.csp.tm.domain.library with parameters of type TestCase | |
|---|---|
void |
NodeVisitor.visit(TestCase testCase)
|
| Uses of TestCase in org.squashtest.csp.tm.domain.requirement |
|---|
| Methods in org.squashtest.csp.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.csp.tm.domain.requirement with parameters of type TestCase | |
|---|---|
void |
RequirementVersion.addVerifyingTestCase(TestCase testCase)
|
void |
RequirementVersion.notifyNoLongerVerifiedBy(TestCase testCase)
|
void |
RequirementVersion.notifyVerifiedBy(TestCase testCase)
|
void |
RequirementVersion.removeVerifyingTestCase(TestCase testCase)
|
| Uses of TestCase in org.squashtest.csp.tm.domain.testcase |
|---|
| Methods in org.squashtest.csp.tm.domain.testcase that return TestCase | |
|---|---|
TestCase |
TestCase.createCopy()
|
TestCase |
CallTestStep.getCalledTestCase()
|
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type TestCase | |
|---|---|
void |
CallTestStep.setCalledTestCase(TestCase calledTestCase)
|
void |
TestCaseLibraryNodeVisitor.visit(TestCase visited)
|
| Constructors in org.squashtest.csp.tm.domain.testcase with parameters of type TestCase | |
|---|---|
ExportTestCaseData(TestCase testCase,
TestCaseFolder folder)
|
|
| Uses of TestCase in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository that return TestCase | |
|---|---|
TestCase |
TestCaseDao.findAndInit(Long testCaseId)
|
TestCase |
TestCaseDao.findByIdWithInitializedSteps(long testCaseId)
|
TestCase |
TestCaseDao.findTestCaseByTestStepId(long testStepId)
This method returns the test step's associated TestCase |
| Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type TestCase | |
|---|---|
List<TestCase> |
TestCaseDao.findAllByIdListOrderedByName(List<Long> testCaseIds)
|
List<TestCase> |
TestCaseDao.findAllByRequirement(RequirementSearchCriteria criteria,
boolean isProjectOrdered)
Returns the test cases associated with at least a requirement that meets the criteria |
List<TestCase> |
TestCaseDao.findAllByVerifiedRequirementVersion(long verifiedId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
Returns paged and sorted collection of test cases verifying the requirement version of given id. |
List<TestCase> |
TestCaseDao.findAllCallingTestCases(long testCaseId,
CollectionSorting sorting)
returns the ids of all the test cases having at least one call test step referencing the given test case. |
List<TestCase> |
TestCaseDao.findUnsortedAllByVerifiedRequirementVersion(long requirementId)
Returns unsorted collection of test cases verifying the requirement version of given id. |
| Uses of TestCase in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return TestCase | |
|---|---|
TestCase |
HibernateTestCaseDao.findAndInit(Long testCaseId)
|
TestCase |
HibernateTestCaseDao.findByIdWithInitializedSteps(long testCaseId)
|
TestCase |
HibernateTestCaseDao.findTestCaseByTestStepId(long testStepId)
|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type TestCase | |
|---|---|
List<TestCase> |
HibernateTestCaseDao.findAllByIdListOrderedByName(List<Long> testCasesIds)
Deprecated. not used |
List<TestCase> |
HibernateTestCaseDao.findAllByRequirement(RequirementSearchCriteria criteria,
boolean isProjectOrdered)
|
List<TestCase> |
HibernateTestCaseDao.findAllByVerifiedRequirementVersion(long verifiedId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
|
List<TestCase> |
HibernateTestCaseDao.findAllCallingTestCases(long testCaseId,
CollectionSorting sorting)
|
List<TestCase> |
HibernateTestCaseDao.findUnsortedAllByVerifiedRequirementVersion(long requirementVersionId)
|
| Uses of TestCase in org.squashtest.csp.tm.internal.service |
|---|
| Methods in org.squashtest.csp.tm.internal.service that return TestCase | |
|---|---|
TestCase |
CustomTestCaseModificationServiceImpl.findById(long testCaseId)
|
TestCase |
TestCaseLibraryNavigationServiceImpl.findTestCase(long testCaseId)
|
TestCase |
CallStepManagerServiceImpl.findTestCase(long testCaseId)
|
TestCase |
CustomTestCaseModificationServiceImpl.findTestCaseWithSteps(long testCaseId)
|
| Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type TestCase | |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<TestCase>> |
VerifyingTestCaseManagerServiceImpl.findAllByRequirementVersion(long requirementVersionId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
|
FilteredCollectionHolder<List<TestCase>> |
CustomTestCaseModificationServiceImpl.findCallingTestCases(long testCaseId,
CollectionSorting sorting)
|
List<TestCase> |
CallStepManagerServiceImpl.findCallingTestCases(long testCaseId,
CollectionSorting sorting)
|
List<TestCase> |
CustomIterationModificationServiceImpl.findPlannedTestCases(long iterationId)
|
List<TestCase> |
IterationTestPlanManagerServiceImpl.findPlannedTestCases(Long iterationId)
|
List<TestCase> |
SearchServiceImpl.findTestCaseByRequirement(RequirementSearchCriteria criteria,
boolean isProjectOrdered)
|
List<TestCase> |
TestCaseNodeWalker.walk(List<TestCaseLibraryNode> inputList)
|
| Methods in org.squashtest.csp.tm.internal.service with parameters of type TestCase | |
|---|---|
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToFolder(long folderId,
TestCase testCase)
|
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToFolder(long folderId,
TestCase testCase,
Map<Long,String> customFieldValues)
|
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToLibrary(long libraryId,
TestCase testCase)
|
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToLibrary(long libraryId,
TestCase testCase,
Map<Long,String> customFieldValues)
|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfCallStepAddedToTestCases(TestCase calledTestCase,
TestCase parentTestCase)
|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfCallStepRemoved(TestCase calledTestCase,
TestCase parentTestCase)
|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfRelationRemoved(TestCaseImportance maxReqCritImportance,
TestCase testCase)
|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfRelationsAddedToTestCase(List<RequirementVersion> requirementVersions,
TestCase testCase)
|
void |
TestCaseCyclicCallChecker.checkNoCyclicCall(TestCase testCase)
Used to check if the testPlan call tree is not cyclic This method is used to prevent infinite cycle in case of bugged data. |
void |
CallStepManagerServiceImpl.checkNoCyclicCall(TestCase testCase)
|
void |
TestCaseNodeDeletionHandler.deleteStep(TestCase ower,
TestStep step)
|
void |
TestCaseNodeWalker.visit(TestCase testCase)
|
void |
TreeNodeCopier.visit(TestCase source)
|
| Method parameters in org.squashtest.csp.tm.internal.service with type arguments of type TestCase | |
|---|---|
Collection<VerifiedRequirementException> |
VerifiedRequirementsManagerServiceImpl.addVerifyingRequirementVersionsToTestCase(Map<TestCase,List<RequirementVersion>> requirementVersionsByTestCase)
|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfRelationsAddedToReq(List<TestCase> testCases,
RequirementVersion requirementVersion)
|
| Uses of TestCase in org.squashtest.csp.tm.internal.service.deletion |
|---|
| Methods in org.squashtest.csp.tm.internal.service.deletion with parameters of type TestCase | |
|---|---|
void |
TestCaseNodeDeletionHandlerImpl.deleteStep(TestCase owner,
TestStep step)
|
| Uses of TestCase in org.squashtest.csp.tm.internal.service.importer |
|---|
| Methods in org.squashtest.csp.tm.internal.service.importer that return TestCase | |
|---|---|
TestCase |
ExcelTestCaseParserImpl.parseFile(InputStream stream,
ImportSummaryImpl summary)
|
TestCase |
ExcelTestCaseParserImpl.parseFile(org.apache.poi.ss.usermodel.Workbook workbook,
ImportSummaryImpl summary)
|
| Method parameters in org.squashtest.csp.tm.internal.service.importer with type arguments of type TestCase | |
|---|---|
void |
RequirementTestCaseLinkParserImpl.parseRow(org.apache.poi.ss.usermodel.Row row,
ImportRequirementTestCaseLinksSummaryImpl summary,
Map<String,Integer> columnsMapping,
Map<TestCase,List<RequirementVersion>> requirementVersionsByTestCaseList)
|
| Uses of TestCase in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return TestCase | |
|---|---|
TestCase |
TestCaseFinder.findById(long testCaseId)
|
TestCase |
TestCaseLibraryNavigationService.findTestCase(long testCaseId)
Deprecated. use TestCaseFinder.findById(long) instead |
TestCase |
CallStepManagerService.findTestCase(long testCaseId)
|
TestCase |
TestCaseFinder.findTestCaseWithSteps(long testCaseId)
|
| Methods in org.squashtest.csp.tm.service that return types with arguments of type TestCase | |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<TestCase>> |
VerifyingTestCaseManagerService.findAllByRequirementVersion(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
|
List<TestCase> |
CallStepManagerService.findCallingTestCases(long testCaseId,
CollectionSorting sorting)
That method returns the list of test cases having at least one CallTestStep directly calling the test case identified by testCaseId. |
FilteredCollectionHolder<List<TestCase>> |
TestCaseFinder.findCallingTestCases(long testCaseId,
CollectionSorting sorting)
That method returns the list of test cases having at least one CallTestStep directly calling the test case identified by testCaseId. |
List<TestCase> |
IterationFinder.findPlannedTestCases(long iterationId)
|
List<TestCase> |
IterationTestPlanFinder.findPlannedTestCases(Long iterationId)
|
List<TestCase> |
SearchService.findTestCaseByRequirement(RequirementSearchCriteria criteria,
boolean isProjectOrdered)
|
| Methods in org.squashtest.csp.tm.service with parameters of type TestCase | |
|---|---|
void |
TestCaseLibraryNavigationService.addTestCaseToFolder(long folderId,
TestCase testCase)
Adds a TestCase to a folder. |
void |
TestCaseLibraryNavigationService.addTestCaseToFolder(long folderId,
TestCase testCase,
Map<Long,String> customFieldValues)
Adds a TestCase to a folder, and its initial custom field values. |
void |
TestCaseLibraryNavigationService.addTestCaseToLibrary(long libraryId,
TestCase testCase)
Adds a TestCase to the root of the library. |
void |
TestCaseLibraryNavigationService.addTestCaseToLibrary(long libraryId,
TestCase testCase,
Map<Long,String> customFieldValues)
Adds a TestCase to the root of the Library, and its initial custom field values. |
void |
TestCaseImportanceManagerService.changeImportanceIfCallStepAddedToTestCases(TestCase calledTestCase,
TestCase parentTestCase)
will compute and update the importance of the parent testCase if it's importance is auto and, if necessary, will update the importance of any test-case calling the parent test-case. |
void |
TestCaseImportanceManagerService.changeImportanceIfCallStepRemoved(TestCase calledTestCase,
TestCase parentTestCase)
will compute and update the importance of the parent test case if it's importance is auto and, if necessary, will update the importance of any test-case calling the parent test-case. |
void |
TestCaseImportanceManagerService.changeImportanceIfRelationRemoved(TestCaseImportance reqCritImportance,
TestCase testCase)
will compute and update the importance of the test case and it's parents given the removal of requirements |
void |
TestCaseImportanceManagerService.changeImportanceIfRelationsAddedToTestCase(List<RequirementVersion> requirementVersions,
TestCase testCase)
will compute and update the importance of the test-case if it's importance is auto and, if necessary, will update the importance of any test-case calling the parameter test-case. |
| Method parameters in org.squashtest.csp.tm.service with type arguments of type TestCase | |
|---|---|
Collection<VerifiedRequirementException> |
VerifiedRequirementsManagerService.addVerifyingRequirementVersionsToTestCase(Map<TestCase,List<RequirementVersion>> requirementVersionsByTestCase)
Adds a list of requirement-versions to the ones verified by a test case. |
void |
TestCaseImportanceManagerService.changeImportanceIfRelationsAddedToReq(List<TestCase> testCases,
RequirementVersion requirementVersion)
will compute and update the importance of each test-case of the list and, for each test-case "TC" of the list, if necessary, will update the importance of any test-case calling the "TC". |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||