Module: event
This module provides a test case class for testing events called TestEvent and a test suite which contains the event test case class.
Classes
TestEvent
This class is derived from the TestCase class which is part of the builtin unittest Python module. There are several methods defined by this class each representing some area of event testing.
Attributes
SuiteEvent
Value of SuiteEvent
<unittest.TestSuite tests=[<boduch.test.event.TestEvent testMethod=test_A_interface>, <boduch.test.event.TestEvent testMethod=test_B_subscribe>, <boduch.test.event.TestEvent testMethod=test_C_unsubscribe>, <boduch.test.event.TestEvent testMethod=test_D_publish>]>