()
| 149 | } |
| 150 | |
| 151 | func (tc *simpleTestCase) MinQueryTime() time.Time { |
| 152 | return calculateMinQueryTime(tc.cfg.durationQuerySince, tc.cfg.timeQueryStart) |
| 153 | } |
| 154 | |
| 155 | func verifySamples(log *spanlogger.SpanLogger, tc Case, pairs []model.SamplePair, duration time.Duration, cfg CommonTestConfig) bool { |
| 156 | for _, pair := range pairs { |
nothing calls this directly
no test coverage detected