TestCenter Reference
TestSupport.FieldValueTests.FieldValueTestCase.FieldValueList Class Reference

List of field information including field values. More...

Inheritance diagram for TestSupport.FieldValueTests.FieldValueTestCase.FieldValueList:
TestSupport.FieldValueTests.FieldValueTestCase.FieldListBase

Public Member Functions

def __init__ (self, name)
 Default constructor. More...
 
def update (self, index, fieldInfo)
 Update the values of the given fields. More...
 
- Public Member Functions inherited from TestSupport.FieldValueTests.FieldValueTestCase.FieldListBase
def add (self, fieldInfo, index=None)
 Add the field with given info to the list. More...
 
def remove (self, index)
 Remove the element at the given index. More...
 
def swap (self, indexA, indexB)
 Swap the given two elements. More...
 
def load (self, xmlNode)
 Load the given xmlNode. More...
 
def save (self)
 Save the field information to XML. More...
 

Detailed Description

List of field information including field values.

Definition at line 660 of file FieldValueTests.py.

Constructor & Destructor Documentation

◆ __init__()

def TestSupport.FieldValueTests.FieldValueTestCase.FieldValueList.__init__ (   self,
  name 
)

Member Function Documentation

◆ update()

def TestSupport.FieldValueTests.FieldValueTestCase.FieldValueList.update (   self,
  index,
  fieldInfo 
)

Update the values of the given fields.

Parameters
indexIndex of field information to update.
fieldInfoThe new values.

Definition at line 671 of file FieldValueTests.py.

References TestSupport.FieldValueTests.FieldValueTestCase.FieldValueList.__convertValue().


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