Documentation ¶
Overview ¶
Package notifier provides assertions that notifier channels (<-chan struct{}) received or did not receive a signal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertClosed ¶
AssertClosed asserts that the given channel was closed.
func AssertNoUpdate ¶
AssertNoUpdate asserts that the given channel was not notified or closed.
func AssertNotified ¶
AssertNotified asserts that the given channel received a notification.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.