public class TestCaseParamController extends Object
Constructor and Description |
---|
TestCaseParamController(UIController uiController)
Creates a new test case parameter controller.
|
Modifier and Type | Method and Description |
---|---|
TestCaseParam |
setTestCaseParams(TestableCell cell,
String content,
Set<TestCaseParam> unChangedParams)
Sets the active cell's user-specified testcase parameters.
|
public TestCaseParamController(UIController uiController)
uiController
- the user interface controllerpublic TestCaseParam setTestCaseParams(TestableCell cell, String content, Set<TestCaseParam> unChangedParams)
cell
- the cell to add the parameter tocontent
- the content of the parameter to be addedunChangedParams
- a set containing all parameters that were not changed