Uses of Class
csheets.ext.test.TestCaseParam

Packages that use TestCaseParam
csheets.ext.test Provides support for test cases and test case parameters. 
csheets.ext.test.ui Provides specialized JTable components for displaying and providing editing of test cases and test case parameters. 
 

Uses of TestCaseParam in csheets.ext.test
 

Methods in csheets.ext.test that return TestCaseParam
 TestCaseParam TestableCell.addTestCaseParam(Value value)
          Add a test case parameter to the cell's set of test case parameters.
 TestCaseParam TestableCell.addTestCaseParam(Value value, TestCaseParam.Type type)
          Add a test case parameter to the cell's set of test case parameters.
 

Methods in csheets.ext.test that return types with arguments of type TestCaseParam
 Set<TestCaseParam> TestCase.getParams()
           
 Set<TestCaseParam> TestableCell.getTestCaseParams()
          Returns the cell's test case parameters.
 

Methods in csheets.ext.test with parameters of type TestCaseParam
protected  void TestableCell.extendTestCases(TestableCell firstPrec, TestCaseParam param)
           
 boolean TestCase.hasParam(TestCaseParam param)
          Test if the TestCase is based on a specified TestCaseParam.
 void TestableCell.precedentAddedParam(TestableCell cell, TestCaseParam param)
          Invoked when a test case parameter is added to one of the cell's precedents.
 void TestableCell.precedentRemovedParam(TestableCell cell, TestCaseParam param)
          Invoked when a test case parameter is removed from one of the cell's precedents.
 void TestableCell.removeTestCaseParam(TestCaseParam param)
          Removes a test case parameter from the cell's set of test case parameters.
 void TestableCell.removeTestCaseParam(TestCaseParam param, TestCaseParam.Type type)
          Removes a test case parameter from the cell's set of test case parameters.
 

Constructor parameters in csheets.ext.test with type arguments of type TestCaseParam
TestCase(TestableCell cell, Set<TestCaseParam> params)
          Creates a new test case for the given cell in the given spreadsheet.
TestCaseBuilder(Set<TestCaseParam> params)
          Creates a new reference replacer, that converts the given expression to a test case using the given set of test case parameters
 

Uses of TestCaseParam in csheets.ext.test.ui
 

Methods in csheets.ext.test.ui that return TestCaseParam
 TestCaseParam TestCaseParamController.setTestCaseParams(TestableCell cell, String content, Set<TestCaseParam> unChangedParams)
          Sets the active cell's user-specified testcase parameters.
 

Method parameters in csheets.ext.test.ui with type arguments of type TestCaseParam
 TestCaseParam TestCaseParamController.setTestCaseParams(TestableCell cell, String content, Set<TestCaseParam> unChangedParams)
          Sets the active cell's user-specified testcase parameters.