LogTrain |
ValidationFacility.addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
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 |
SimulationFacility.addActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
ValidationFacility.addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
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 |
SimulationFacility.addCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionBackupStep) |
LogTrain |
ValidationFacility.createDataset(DatasetTarget dataset) |
LogTrain |
Facility.createDataset(DatasetTarget target)
The creation of a dataset is idempotent (if such dataset exists it wont be created twice)
|
LogTrain |
FacilityImpl.createDataset(DatasetTarget dataset) |
LogTrain |
SimulationFacility.createDataset(DatasetTarget dataset) |
LogTrain |
ValidationFacility.createParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
Facility.createParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
FacilityImpl.createParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
SimulationFacility.createParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
ValidationFacility.createTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |
LogTrain |
Facility.createTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |
LogTrain |
FacilityImpl.createTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |
LogTrain |
SimulationFacility.createTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |
LogTrain |
ValidationFacility.deleteDataset(DatasetTarget dataset) |
LogTrain |
Facility.deleteDataset(DatasetTarget dataset) |
LogTrain |
FacilityImpl.deleteDataset(DatasetTarget dataset) |
LogTrain |
SimulationFacility.deleteDataset(DatasetTarget dataset) |
LogTrain |
ValidationFacility.deleteParameter(ParameterTarget target) |
LogTrain |
Facility.deleteParameter(ParameterTarget target) |
LogTrain |
FacilityImpl.deleteParameter(ParameterTarget target) |
LogTrain |
SimulationFacility.deleteParameter(ParameterTarget target) |
LogTrain |
ValidationFacility.deleteTestCase(TestCaseTarget target) |
LogTrain |
Facility.deleteTestCase(TestCaseTarget target) |
LogTrain |
FacilityImpl.deleteTestCase(TestCaseTarget target) |
LogTrain |
SimulationFacility.deleteTestCase(TestCaseTarget target) |
LogTrain |
ValidationFacility.deleteTestStep(TestStepTarget target) |
LogTrain |
Facility.deleteTestStep(TestStepTarget target) |
LogTrain |
FacilityImpl.deleteTestStep(TestStepTarget target) |
LogTrain |
SimulationFacility.deleteTestStep(TestStepTarget target) |
LogTrain |
Instruction.execute(Facility facility)
Must "execute" I agree, but more importantly must validate.
|
protected LogTrain |
DatasetInstruction.executeCreate(Facility facility) |
protected LogTrain |
TestCaseInstruction.executeCreate(Facility facility) |
protected LogTrain |
CallStepInstruction.executeCreate(Facility facility) |
protected LogTrain |
DatasetParamValueInstruction.executeCreate(Facility facility) |
protected LogTrain |
ActionStepInstruction.executeCreate(Facility facility) |
protected abstract LogTrain |
Instruction.executeCreate(Facility facility) |
protected LogTrain |
ParameterInstruction.executeCreate(Facility facility) |
protected LogTrain |
DatasetInstruction.executeDelete(Facility facility) |
protected LogTrain |
TestCaseInstruction.executeDelete(Facility facility) |
protected LogTrain |
StepInstruction.executeDelete(Facility facility) |
protected LogTrain |
DatasetParamValueInstruction.executeDelete(Facility facility) |
protected abstract LogTrain |
Instruction.executeDelete(Facility facility) |
protected LogTrain |
ParameterInstruction.executeDelete(Facility facility) |
protected LogTrain |
DatasetInstruction.executeUpdate(Facility facility) |
protected LogTrain |
TestCaseInstruction.executeUpdate(Facility facility) |
protected LogTrain |
CallStepInstruction.executeUpdate(Facility facility) |
protected LogTrain |
DatasetParamValueInstruction.executeUpdate(Facility facility) |
protected LogTrain |
ActionStepInstruction.executeUpdate(Facility facility) |
protected abstract LogTrain |
Instruction.executeUpdate(Facility facility) |
protected LogTrain |
ParameterInstruction.executeUpdate(Facility facility) |
LogTrain |
ValidationFacility.failsafeUpdateParameterValue(DatasetTarget dataset,
ParameterTarget param,
String value,
boolean isUpdate) |
LogTrain |
Facility.failsafeUpdateParameterValue(DatasetTarget dataset,
ParameterTarget param,
String value,
boolean isUpdate)
Will update the value for the given parameter in the given dataset.
|
LogTrain |
FacilityImpl.failsafeUpdateParameterValue(DatasetTarget dataset,
ParameterTarget param,
String value,
boolean isUpdate) |
LogTrain |
SimulationFacility.failsafeUpdateParameterValue(DatasetTarget dataset,
ParameterTarget param,
String value,
boolean isUpdate) |
LogTrain |
ValidationFacility.updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
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 |
SimulationFacility.updateActionStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.ActionTestStep testStep,
Map<String,String> cufValues) |
LogTrain |
ValidationFacility.updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfos,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
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 |
SimulationFacility.updateCallStep(TestStepTarget target,
org.squashtest.tm.domain.testcase.CallTestStep testStep,
TestCaseTarget calledTestCase,
CallStepParamsInfo paramInfo,
org.squashtest.tm.domain.testcase.ActionTestStep actionStepBackup) |
LogTrain |
ValidationFacility.updateParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
Facility.updateParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
FacilityImpl.updateParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
SimulationFacility.updateParameter(ParameterTarget target,
org.squashtest.tm.domain.testcase.Parameter param) |
LogTrain |
ValidationFacility.updateTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |
LogTrain |
Facility.updateTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCaseData,
Map<String,String> cufValues) |
LogTrain |
FacilityImpl.updateTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |
LogTrain |
SimulationFacility.updateTestCase(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<String,String> cufValues) |