Documentation ¶
Index ¶
- func AssertCounterValue(t *testing.T, counters map[string]tally.CounterSnapshot, metric string, ...)
- func AssertGaugeValue(t *testing.T, gauges map[string]tally.GaugeSnapshot, metric string, ...)
- func AssertSyncMapLen(t *testing.T, len int, sm *sync.Map)
- func AssertTimerValue(t *testing.T, timers map[string]tally.TimerSnapshot, metric string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertCounterValue ¶
func AssertGaugeValue ¶
func AssertSyncMapLen ¶
AssertSyncMapLen is a custom solution for checking the length of sync.Map. sync.Map does not currently offer support for length checks: https://github.com/golang/go/issues/20680
func AssertTimerValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.