TestCenter Reference
|
Public Member Functions | |
__init__ (self, ctx, fieldName) | |
reset (self) | |
setField (self, ctx, fieldName) | |
updateCounter (self, field) | |
notifications (self) | |
validNotifications (self) | |
Public Attributes | |
counter | |
validCounter | |
fieldListener | |
Definition at line 11 of file NotificationCounter.py.
TestSupport.NotificationCounter.NotificationCounter.__init__ | ( | self, | |
ctx, | |||
fieldName ) |
Definition at line 12 of file NotificationCounter.py.
TestSupport.NotificationCounter.NotificationCounter.notifications | ( | self | ) |
Definition at line 34 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.counter.
TestSupport.NotificationCounter.NotificationCounter.reset | ( | self | ) |
Definition at line 19 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.counter, and TestSupport.NotificationCounter.NotificationCounter.validCounter.
TestSupport.NotificationCounter.NotificationCounter.setField | ( | self, | |
ctx, | |||
fieldName ) |
Definition at line 23 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.fieldListener, and TestSupport.NotificationCounter.NotificationCounter.updateCounter().
TestSupport.NotificationCounter.NotificationCounter.updateCounter | ( | self, | |
field ) |
Definition at line 29 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.counter, and TestSupport.NotificationCounter.NotificationCounter.validCounter.
Referenced by TestSupport.NotificationCounter.NotificationCounter.setField().
TestSupport.NotificationCounter.NotificationCounter.validNotifications | ( | self | ) |
Definition at line 37 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.validCounter.
TestSupport.NotificationCounter.NotificationCounter.counter |
TestSupport.NotificationCounter.NotificationCounter.fieldListener |
Definition at line 15 of file NotificationCounter.py.
Referenced by TestSupport.NotificationCounter.NotificationCounter.setField().
TestSupport.NotificationCounter.NotificationCounter.validCounter |