public class ParameterNamesFinder extends Object implements org.squashtest.tm.domain.testcase.TestStepVisitor
| Constructor and Description |
|---|
ParameterNamesFinder() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findParametersNamesInActionAndExpectedResult(org.squashtest.tm.domain.testcase.TestStep step) |
void |
visit(org.squashtest.tm.domain.testcase.ActionTestStep visited) |
void |
visit(org.squashtest.tm.domain.testcase.CallTestStep visited) |
public Set<String> findParametersNamesInActionAndExpectedResult(org.squashtest.tm.domain.testcase.TestStep step)
public void visit(org.squashtest.tm.domain.testcase.ActionTestStep visited)
visit in interface org.squashtest.tm.domain.testcase.TestStepVisitorpublic void visit(org.squashtest.tm.domain.testcase.CallTestStep visited)
visit in interface org.squashtest.tm.domain.testcase.TestStepVisitorCopyright © 2010–2017 Henix, henix.fr. All rights reserved.