| 65 | EventComparator eventComparator; |
| 66 | |
| 67 | void setup() |
| 68 | { |
| 69 | dispatcher = new EventDispatcher; |
| 70 | mock().installComparator("Event", eventComparator); |
| 71 | } |
| 72 | void teardown() |
| 73 | { |
| 74 | delete dispatcher; |
nothing calls this directly
no test coverage detected