MCPcopy Create free account
hub / github.com/cortexproject/cortex / simpleTestCase

Struct simpleTestCase

pkg/testexporter/correctness/simple.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type simpleTestCase struct {
35 prometheus.GaugeFunc
36 name string
37 expectedValueAt func(time.Time) float64
38 cfg CommonTestConfig
39}
40
41type CommonTestConfig struct {
42 testTimeEpsilon time.Duration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected