ENTITIES_ORDERED_BY_INSTRUCTION_ORDER| Constructor and Description |
|---|
FacilityImpl() |
| Modifier and Type | Method and Description |
|---|---|
LogTrain |
addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
createDataset(DatasetTarget dataset)
The creation of a dataset is idempotent (if such dataset exists it wont be created twice)
|
LogTrain |
createParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
createTestCase(TestCaseInstruction instr)
Does exactly the same as the method above but with other arguments.
|
LogTrain |
deleteDataset(DatasetTarget dataset) |
LogTrain |
deleteParameter(ParameterTarget target) |
LogTrain |
deleteTestCase(TestCaseTarget target) |
LogTrain |
deleteTestStep(TestStepTarget target) |
LogTrain |
failsafeUpdateParameterValue(DatasetTarget dataset,
ParameterTarget param,
String value,
boolean isUpdate)
Will update the value for the given parameter in the given dataset.
|
void |
postprocess()
for all other stuffs that need to be done afterward
|
LogTrain |
updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
updateParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
updateTestCase(TestCaseInstruction instr)
Does exactly the same as the method above but with other arguments.
|
public LogTrain createTestCase(TestCaseInstruction instr)
FacilitycreateTestCase in interface FacilityFacility.createTestCase(org.squashtest.tm.service.internal.batchimport.TestCaseInstruction)public LogTrain updateTestCase(TestCaseInstruction instr)
FacilityupdateTestCase in interface FacilityFacility.updateTestCase(org.squashtest.tm.service.internal.batchimport.TestCaseInstruction)public LogTrain deleteTestCase(TestCaseTarget target)
deleteTestCase in interface Facilitypublic LogTrain addActionStep(TestStepTarget target, org.squashtest.tm.domain.testcase.ActionTestStep testStep, Map<String,String> cufValues)
addActionStep in interface Facilitypublic LogTrain addCallStep(TestStepTarget target, org.squashtest.tm.domain.testcase.CallTestStep testStep, TestCaseTarget calledTestCase, CallStepParamsInfo paramInfo, org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup)
addCallStep in interface Facilitypublic LogTrain updateActionStep(TestStepTarget target, org.squashtest.tm.domain.testcase.ActionTestStep testStep, Map<String,String> cufValues)
updateActionStep in interface Facilitypublic LogTrain updateCallStep(TestStepTarget target, org.squashtest.tm.domain.testcase.CallTestStep testStep, TestCaseTarget calledTestCase, CallStepParamsInfo paramInfo, org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup)
updateCallStep in interface Facilitypublic LogTrain deleteTestStep(TestStepTarget target)
deleteTestStep in interface Facilitypublic LogTrain createParameter(ParameterTarget target, org.squashtest.tm.domain.testcase.Parameter param)
createParameter in interface Facilitypublic LogTrain updateParameter(ParameterTarget target, org.squashtest.tm.domain.testcase.Parameter param)
updateParameter in interface Facilitypublic LogTrain deleteParameter(ParameterTarget target)
deleteParameter in interface Facilitypublic LogTrain failsafeUpdateParameterValue(DatasetTarget dataset, ParameterTarget param, String value, boolean isUpdate)
FacilityfailsafeUpdateParameterValue in interface Facilitypublic LogTrain createDataset(DatasetTarget dataset)
FacilitycreateDataset in interface Facilitypublic LogTrain deleteDataset(DatasetTarget dataset)
deleteDataset in interface Facilitypublic void postprocess()
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.