Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationMonitor ¶
type MockApplicationMonitor struct { NotifyEventCall func(counterType int) ResetCall func(counterType int, value int) }
MockApplicationMonitor mocked implementation of application monitor
func (MockApplicationMonitor) NotifyEvent ¶
func (m MockApplicationMonitor) NotifyEvent(counterType int)
NotifyEvent mock
func (MockApplicationMonitor) Reset ¶
func (m MockApplicationMonitor) Reset(counterType int, value int)
Reset mock
Click to show internal directories.
Click to hide internal directories.