|
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 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 TestSupport.NotificationCounter.NotificationCounter.counter.
| TestSupport.NotificationCounter.NotificationCounter.reset | ( | self | ) |
Definition at line 20 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.counter, and TestSupport.NotificationCounter.NotificationCounter.validCounter.
| TestSupport.NotificationCounter.NotificationCounter.setField | ( | self, | |
| ctx, | |||
| fieldName ) |
Definition at line 24 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.fieldListener, and TestSupport.NotificationCounter.NotificationCounter.updateCounter().
| TestSupport.NotificationCounter.NotificationCounter.updateCounter | ( | self, | |
| field ) |
Definition at line 32 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 40 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.validCounter.
| TestSupport.NotificationCounter.NotificationCounter.counter |
| TestSupport.NotificationCounter.NotificationCounter.fieldListener |
Definition at line 16 of file NotificationCounter.py.
Referenced by TestSupport.NotificationCounter.NotificationCounter.setField().
| TestSupport.NotificationCounter.NotificationCounter.validCounter |