package
Version:
v1.0.0-rc.1
Opens a new window with list of versions in this module.
Published: Nov 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func AssertCounterValue(t *testing.T, expected int64, s tally.Snapshot, name string, ...) bool
-
func AssertGaugeNil(t *testing.T, s tally.Snapshot, name string, tags map[string]string) bool
-
func AssertGaugeValue(t *testing.T, expected float64, s tally.Snapshot, name string, ...) bool
AssertCounterValue asserts that the given counter has the expected value.
AssertGaugeNil asserts that the given gauge does not exist.
AssertGaugeValue asserts that the given gauge has the expected value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.