TestCenter Reference
|
Public Member Functions | |
def | __init__ (self, ctx, fieldName) |
def | reset (self) |
def | setField (self, ctx, fieldName) |
def | updateCounter (self, field) |
def | notifications (self) |
def | validNotifications (self) |
Public Attributes | |
counter | |
validCounter | |
fieldListener | |
Definition at line 12 of file NotificationCounter.py.
def TestSupport.NotificationCounter.NotificationCounter.__init__ | ( | self, | |
ctx, | |||
fieldName | |||
) |
Definition at line 13 of file NotificationCounter.py.
def TestSupport.NotificationCounter.NotificationCounter.notifications | ( | self | ) |
Definition at line 37 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.counter.
def TestSupport.NotificationCounter.NotificationCounter.reset | ( | self | ) |
Definition at line 20 of file NotificationCounter.py.
References TestSupport.NotificationCounter.NotificationCounter.counter, and TestSupport.NotificationCounter.NotificationCounter.validCounter.
def 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().
def 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().
def 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 |