(self, line)
| 23 | |
| 24 | class MockEvent(object): |
| 25 | def __init__(self, line): |
| 26 | self.line = line |
| 27 | |
| 28 | #----------------------------------------------------------------------------- |
| 29 | # Test functions begin |
nothing calls this directly
no outgoing calls
no test coverage detected