|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, ctx, fieldName) | |
| reset (self) | |
| setField (self, ctx, fieldName) | |
| updateCounter (self, field) | |
| notifications (self) | |
| validNotifications (self) | |
Public Attributes | |
| int | counter = 0 |
| int | validCounter = 0 |
| fieldListener = None | |
Definition at line 12 of file NotificationCounter.py.
| TestSupport.NotificationCounter.NotificationCounter.__init__ | ( | self, | |
| ctx, | |||
| fieldName ) |
Definition at line 13 of file NotificationCounter.py.
| TestSupport.NotificationCounter.NotificationCounter.notifications | ( | self | ) |
Definition at line 37 of file NotificationCounter.py.
References counter.
| TestSupport.NotificationCounter.NotificationCounter.reset | ( | self | ) |
Definition at line 20 of file NotificationCounter.py.
References counter, and validCounter.
| TestSupport.NotificationCounter.NotificationCounter.setField | ( | self, | |
| ctx, | |||
| fieldName ) |
Definition at line 24 of file NotificationCounter.py.
References fieldListener, and updateCounter().
| TestSupport.NotificationCounter.NotificationCounter.updateCounter | ( | self, | |
| field ) |
Definition at line 32 of file NotificationCounter.py.
References counter, and validCounter.
Referenced by setField().
| TestSupport.NotificationCounter.NotificationCounter.validNotifications | ( | self | ) |
Definition at line 40 of file NotificationCounter.py.
References validCounter.
| int TestSupport.NotificationCounter.NotificationCounter.counter = 0 |
Definition at line 14 of file NotificationCounter.py.
Referenced by notifications(), reset(), and updateCounter().
| TestSupport.NotificationCounter.NotificationCounter.fieldListener = None |
Definition at line 16 of file NotificationCounter.py.
Referenced by setField().
| int TestSupport.NotificationCounter.NotificationCounter.validCounter = 0 |
Definition at line 15 of file NotificationCounter.py.
Referenced by reset(), updateCounter(), and validNotifications().