| Package | Description |
|---|---|
| org.squashtest.tm.service.internal.batchimport | |
| org.squashtest.tm.service.internal.batchimport.testcase.excel |
| Modifier and Type | Method and Description |
|---|---|
TestCaseTarget |
CallStepInstruction.getCalledTC() |
TestCaseTarget |
ParameterTarget.getOwner() |
TestCaseTarget |
DatasetTarget.getTestCase() |
TestCaseTarget |
TestStepTarget.getTestCase() |
| Modifier and Type | Method and Description |
|---|---|
LogTrain |
Facility.addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
FacilityImpl.addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
ValidationFacility.addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
SimulationFacility.addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionBackupStep) |
Integer |
Model.addCallStep(TestStepTarget target,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo) |
LogTrain |
Facility.deleteTestCase(TestCaseTarget target) |
LogTrain |
FacilityImpl.deleteTestCase(TestCaseTarget target) |
LogTrain |
TestCaseFacility.deleteTestCase(TestCaseTarget target) |
LogTrain |
ValidationFacility.deleteTestCase(TestCaseTarget target) |
LogTrain |
SimulationFacility.deleteTestCase(TestCaseTarget target) |
org.squashtest.tm.domain.testcase.TestCase |
Model.get(TestCaseTarget target) |
Collection<ParameterTarget> |
Model.getAllParameters(TestCaseTarget testCase)
returns all parameters available to a test case.
|
Collection<DatasetTarget> |
Model.getDatasets(TestCaseTarget testCase)
returns the parameters owned by this test case.
|
Long |
Model.getId(TestCaseTarget target)
may return null
|
Collection<ParameterTarget> |
Model.getOwnParameters(TestCaseTarget testCase)
returns the parameters owned by this test case.
|
org.squashtest.tm.service.internal.batchimport.TargetStatus |
Model.getStatus(TestCaseTarget target) |
Collection<org.squashtest.tm.domain.customfield.CustomField> |
Model.getTestCaseCufs(TestCaseTarget target) |
boolean |
Model.isCalled(TestCaseTarget target)
returns true if the test case is being called by another test case or
else false.
|
boolean |
Model.isCalledBy(TestCaseTarget called,
TestCaseTarget caller) |
boolean |
Model.isTestCaseLockedByMilestones(TestCaseTarget target) |
void |
Model.mainInitTestCase(TestCaseTarget target) |
void |
Model.setDeleted(TestCaseTarget target) |
void |
Model.setExists(TestCaseTarget target,
Long id) |
void |
Model.setNotExists(TestCaseTarget target)
virtually an alias of setDeleted
|
void |
ParameterTarget.setOwner(TestCaseTarget owner) |
void |
TestStepTarget.setTestCase(TestCaseTarget testCase) |
void |
Model.setToBeCreated(TestCaseTarget target) |
void |
Model.setToBeDeleted(TestCaseTarget target) |
LogTrain |
Facility.updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
FacilityImpl.updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
ValidationFacility.updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfos,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
SimulationFacility.updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
void |
Model.updateCallStepTarget(TestStepTarget step,
TestCaseTarget newTarget,
CallStepParamsInfo paramInfo)
warning : won't check that the operation will not create a cycle.
|
boolean |
Model.wouldCreateCycle(TestCaseTarget srcTestCase,
TestCaseTarget destTestCase) |
boolean |
Model.wouldCreateCycle(TestStepTarget step,
TestCaseTarget destTestCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.mainInitTestCase(List<TestCaseTarget> targets) |
| Constructor and Description |
|---|
CallStepInstruction(TestStepTarget target,
TestCaseTarget calledTestCase,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup,
CallStepParamsInfo datasetInfo) |
DatasetTarget(TestCaseTarget testCase,
String name) |
ParameterTarget(TestCaseTarget owner,
String name) |
TestCaseInstruction(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase) |
TestStepTarget(TestCaseTarget testCase,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
StepPropSetter.setOnTarget(String value,
TestCaseTarget target) |
protected void |
StepResultPropSetter.setOnTarget(String value,
TestCaseTarget target) |
protected void |
StepActionPropSetter.setOnTarget(String value,
TestCaseTarget target) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.