(r *Runner)
| 13 | return t.findFirstChar(r) |
| 14 | } |
| 15 | func (t *emptyEngine) Execute(r *Runner) error { |
| 16 | return t.execute(r) |
| 17 | } |
| 18 | |
| 19 | func TestRegisterEngine_CacheHit(t *testing.T) { |
| 20 | didFindFirst := false |
nothing calls this directly
no outgoing calls
no test coverage detected