org.squashtest.tm.service.internal.testcase
Class CustomTestStepModificationServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
CustomTestStepModificationServiceImpl()
           
 
Method Summary
 void updateTestStep(Long testStepId, String action, String expectedResult, Map<Long,String> cufValues)
          Will update the TestStep of the given id with the given params.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomTestStepModificationServiceImpl

public CustomTestStepModificationServiceImpl()
Method Detail

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.