TestCenter Reference
TestSupport.TestHelper.TC_ChangeSet Class Reference
Inheritance diagram for TestSupport.TestHelper.TC_ChangeSet:
TestSupport.ChangeSet.ChangeSet

Public Member Functions

def __init__ (self, context)
 The default constructor. More...
 
- Public Member Functions inherited from TestSupport.ChangeSet.ChangeSet
def __del__ (self)
 The default destructor. More...
 
def setFieldValue (self, fieldName, fieldValue, verbose=False)
 Set the value of a field. More...
 
def addField (self, fieldName, verbose=False)
 Add a field and its value without setting it. More...
 
def autoRevert (self)
 Revert all changes made if auto-revert is enabled. More...
 
def revert (self)
 Revert all changes made. More...
 
def enableAutoRevert (self, enable)
 

Detailed Description

Definition at line 227 of file TestHelper.py.

Constructor & Destructor Documentation

◆ __init__()

def TestSupport.TestHelper.TC_ChangeSet.__init__ (   self,
  context 
)

The default constructor.

Parameters
contextThe context to be used.

Reimplemented from TestSupport.ChangeSet.ChangeSet.

Definition at line 231 of file TestHelper.py.

References TestSupport.TestHelper.emitSpecialMessage().


The documentation for this class was generated from the following file: