(t *ExecutorTest)
| 110 | type statusErrorTestOption struct{} |
| 111 | |
| 112 | func (opt *statusErrorTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 113 | t.wantStatusError = true |
| 114 | } |
| 115 | |
| 116 | // Helpers |
| 117 |
nothing calls this directly
no outgoing calls
no test coverage detected