Previous topic

test_event_queue

Next topic

test_events

This Page

test_event_system

class pyogp.lib.base.tests.test_event_system.TestEvents(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

onEvent(event, expected)
setUp()
tearDown()
test_AppEvent_kwdargs()
test_AppEvent_payload()
test_event_handler_invalid_timeout_param()
test_event_handler_no_timeout()
test_event_handler_timeout()
class pyogp.lib.base.tests.test_event_system.MockEvent(data)
mock event class for event system testing