Uses of Class
csheets.ext.test.TestCaseParam.Type

Packages that use TestCaseParam.Type
csheets.ext.test Provides support for test cases and test case parameters. 
 

Uses of TestCaseParam.Type in csheets.ext.test
 

Methods in csheets.ext.test that return TestCaseParam.Type
static TestCaseParam.Type TestCaseParam.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCaseParam.Type[] TestCaseParam.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in csheets.ext.test with parameters of type TestCaseParam.Type
 TestCaseParam TestableCell.addTestCaseParam(Value value, TestCaseParam.Type type)
          Add a test case parameter to the cell's set of test case parameters.
 boolean TestCaseParam.hasType(TestCaseParam.Type type)
           
protected  void TestableCell.removeAllTcpsOfType(TestCaseParam.Type type)
           
 void TestableCell.removeTestCaseParam(TestCaseParam param, TestCaseParam.Type type)
          Removes a test case parameter from the cell's set of test case parameters.
 void TestCaseParam.setType(TestCaseParam.Type type, boolean toggle)
           
 

Constructors in csheets.ext.test with parameters of type TestCaseParam.Type
TestCaseParam(TestableCell cell, Value value, TestCaseParam.Type type)
          Creates the Test Case Parameter.