| 28 | } |
| 29 | |
| 30 | type TextMessage_Expecter struct { |
| 31 | mock *mock.Mock |
| 32 | } |
| 33 | |
| 34 | func (_m *TextMessage) EXPECT() *TextMessage_Expecter { |
| 35 | return &TextMessage_Expecter{mock: &_m.Mock} |
nothing calls this directly
no outgoing calls
no test coverage detected