org.squashtest.tm.service.internal.testcase
Class CustomTestStepModificationServiceImpl
java.lang.Object
org.squashtest.tm.service.internal.testcase.CustomTestStepModificationServiceImpl
- All Implemented Interfaces:
- CustomTestStepFinder, CustomTestStepModificationService
@Service(value="CustomTestStepModificationService")
@Transactional
public class CustomTestStepModificationServiceImpl
- extends Object
- implements CustomTestStepModificationService
Implementations for (non dynamically generated) testStep modification services.
- Author:
- mpagnon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomTestStepModificationServiceImpl
public CustomTestStepModificationServiceImpl()
updateTestStep
public void updateTestStep(Long testStepId,
String action,
String expectedResult,
Map<Long,String> cufValues)
- Description copied from interface:
CustomTestStepModificationService
- Will update the TestStep of the given id with the given params.
If TestStep is a CallStep params "action" and "expectedResult" are ignored.
- Specified by:
updateTestStep in interface CustomTestStepModificationService
- See Also:
CustomTestStepModificationService.updateTestStep(Long, String, String, Map)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.