MCPcopy Create free account
hub / github.com/zalando/skipper / WaitFor

Method WaitFor

proxy/proxy_test.go:143–145  ·  view source on GitHub ↗
(exp string, to time.Duration)

Source from the content-addressed store, hash-verified

141}
142
143func (l *testLog) WaitFor(exp string, to time.Duration) error {
144 return l.WaitForN(exp, 1, to)
145}
146
147func (l *testLog) Count(exp string) int {
148 return strings.Count(l.String(), exp)

Calls 1

WaitForNMethod · 0.95

Tested by

no test coverage detected