| 32 | ) |
| 33 | |
| 34 | type simpleTestCase struct { |
| 35 | prometheus.GaugeFunc |
| 36 | name string |
| 37 | expectedValueAt func(time.Time) float64 |
| 38 | cfg CommonTestConfig |
| 39 | } |
| 40 | |
| 41 | type CommonTestConfig struct { |
| 42 | testTimeEpsilon time.Duration |
nothing calls this directly
no outgoing calls
no test coverage detected