| 226 | } |
| 227 | |
| 228 | type postProcessFnTestOption struct { |
| 229 | fn PostProcessFn |
| 230 | } |
| 231 | |
| 232 | func (opt *postProcessFnTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 233 | t.postProcessFns = append(t.postProcessFns, opt.fn) |
nothing calls this directly
no outgoing calls
no test coverage detected