org.squashtest.tm.service.testcase
Interface CustomTestStepModificationService

All Superinterfaces:
CustomTestStepFinder
All Known Subinterfaces:
TestStepModificationService
All Known Implementing Classes:
CustomTestStepModificationServiceImpl

public interface CustomTestStepModificationService
extends CustomTestStepFinder

Methods non automatically generated for TestStep Modification

Author:
mpagnon

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.
 

Method Detail

updateTestStep

void updateTestStep(Long testStepId,
                    String action,
                    String expectedResult,
                    Map<Long,String> cufValues)
Will update the TestStep of the given id with the given params. If TestStep is a CallStep params "action" and "expectedResult" are ignored.

Parameters:
testStepId -
action -
expectedResult -
cufValues -


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.