TestCenter Reference
Fields.py File Reference

Go to the source code of this file.

Namespaces

 TestSupport.Fields
 Package to handle all field related support functions.
 

Functions

def TestSupport.Fields.touch (fieldName, verbose=True)
 Touch the given field. More...
 
def TestSupport.Fields.setValues (fieldValueDict, verbose=True)
 Set field values to the given values. More...
 
def TestSupport.Fields.varyValues (function, funcParams, fieldDict, parentChangeSet=None, verbose=True)
 Set field values and for each combination call the given function with the given parameters. More...
 
def TestSupport.Fields.getValue (fieldName)
 Get value of the given field. More...
 
def TestSupport.Fields.setValue (fieldName, fieldValue, verbose=True)
 Set value of the given field. More...
 
def TestSupport.Fields.runFieldValueTestCase (fieldValueTestCaseSet, testCaseName, verbose=True)
 Run a field-value test case. More...