Lines Matching refs:Errorf
30 t.Errorf(`first call to Once should return "a": %q`, a)
34 t.Errorf(`second call to Once with the same key should return "a": %q`, b)
49 t.Errorf("expect %q, got %q", "foo", a)
61 t.Errorf(`first call to Once should return "a": %q`, a)
65 t.Errorf(`Get with the same key should return "a": %q`, b)
95 t.Errorf("expect %q, got %q", "foo", a)
107 t.Errorf(`first call to OnceStringSlice should return ["a"]: %q`, a)
111 t.Errorf(`second call to OnceStringSlice with the same key should return ["a"]: %q`, b)
123 t.Errorf(`first call to Once2StringSlice should return ["a"], ["b"]: %q, %q`, a, b)
127 …t.Errorf(`second call to Once2StringSlice with the same key should return ["a"], ["b"]: %q, %q`, c…
140 t.Errorf(`first call to Once should return "a": %q`, a)
144 t.Errorf(`second call to Once with the NewOnceKey from same string should return "b": %q`, b)
160 t.Errorf(`first call to Once should return "a": %q`, a)
164 t.Errorf(`second call to Once with the NewCustomOnceKey from equal key should return "a": %q`, b)
175 t.Errorf(`reentrant Once should return "a": %q`, a)
201 t.Errorf(`expected panic with "foo", got %#v`, p)
205 t.Errorf(`expected a to be nil, got %#v`, a)
215 t.Errorf(`expected b to be nil, got %#v`, b)