(eventSource v1.EventSource, eventBroadcaster EventBroadcaster, clock clock.Clock)
| 378 | } |
| 379 | |
| 380 | func recorderWithFakeClock(eventSource v1.EventSource, eventBroadcaster EventBroadcaster, clock clock.Clock) EventRecorder { |
| 381 | return &recorderImpl{scheme.Scheme, eventSource, eventBroadcaster.(*eventBroadcasterImpl).Broadcaster, clock} |
| 382 | } |
| 383 | |
| 384 | func TestWriteEventError(t *testing.T) { |
| 385 | type entry struct { |
no outgoing calls
no test coverage detected