| Package | Description |
|---|---|
| org.squashtest.tm.service.internal.batchimport |
| Modifier and Type | Method and Description |
|---|---|
Integer |
Model.addActionStep(TestStepTarget target)
Adds a step of the specified type to the model.
|
LogTrain |
Facility.addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
FacilityImpl.addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
ValidationFacility.addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
SimulationFacility.addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
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.deleteTestStep(TestStepTarget target) |
LogTrain |
FacilityImpl.deleteTestStep(TestStepTarget target) |
LogTrain |
ValidationFacility.deleteTestStep(TestStepTarget target) |
LogTrain |
SimulationFacility.deleteTestStep(TestStepTarget target) |
org.squashtest.tm.domain.testcase.TestStep |
Model.getStep(TestStepTarget target)
may return null
|
Long |
Model.getStepId(TestStepTarget target)
may return null
|
Collection<org.squashtest.tm.domain.customfield.CustomField> |
Model.getTestStepCufs(TestStepTarget target) |
org.squashtest.tm.service.internal.batchimport.StepType |
Model.getType(TestStepTarget target) |
boolean |
Model.indexIsFirstAvailable(TestStepTarget target) |
void |
Model.remove(TestStepTarget target) |
boolean |
Model.stepExists(TestStepTarget target) |
LogTrain |
Facility.updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
FacilityImpl.updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
ValidationFacility.updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
SimulationFacility.updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
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(TestStepTarget step,
TestCaseTarget destTestCase) |
| Constructor and Description |
|---|
ActionStepInstruction(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep actionTestStep) |
CallStepInstruction(TestStepTarget target,
TestCaseTarget calledTestCase,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup,
CallStepParamsInfo datasetInfo) |
StepInstruction(TestStepTarget target) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.