Go to the source code of this file.
|
| namespace | TestSupport |
| | A package of python modules helping to build tests.
|
| |
| namespace | TestSupport.Fields |
| | Package to handle all field related support functions.
|
| |
|
| | TestSupport.Fields.touch (fieldName, verbose=True) |
| | Touch the given field.
|
| |
| | TestSupport.Fields.setValues (fieldValueDict, verbose=True) |
| | Set field values to the given values.
|
| |
| | 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.
|
| |
| | TestSupport.Fields.getValue (fieldName) |
| | Get value of the given field.
|
| |
| | TestSupport.Fields.setValue (fieldName, fieldValue, verbose=True) |
| | Set value of the given field.
|
| |
| | TestSupport.Fields.runFieldValueTestCase (fieldValueTestCaseSet, testCaseName, verbose=True) |
| | Run a field-value test case.
|
| |