Uses of Class
csheets.ext.test.TestCase.ValidationState

Packages that use TestCase.ValidationState
csheets.ext.test Provides support for test cases and test case parameters. 
 

Uses of TestCase.ValidationState in csheets.ext.test
 

Methods in csheets.ext.test that return TestCase.ValidationState
 TestCase.ValidationState TestCase.getValidationState()
           
static TestCase.ValidationState TestCase.ValidationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCase.ValidationState[] TestCase.ValidationState.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 TestCase.ValidationState
 void TestCase.setValidationState(TestCase.ValidationState state)