(event v1.Event, count int)
| 88 | } |
| 89 | |
| 90 | func setCount(event v1.Event, count int) v1.Event { |
| 91 | event.Count = int32(count) |
| 92 | return event |
| 93 | } |
| 94 | |
| 95 | func validateEvent(messagePrefix string, actualEvent *v1.Event, expectedEvent *v1.Event, t *testing.T) (*v1.Event, error) { |
| 96 | recvEvent := *actualEvent |
no outgoing calls
no test coverage detected