MCPcopy
hub / github.com/go-task/task / postProcessFnTestOption

Struct postProcessFnTestOption

task_test.go:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228type postProcessFnTestOption struct {
229 fn PostProcessFn
230}
231
232func (opt *postProcessFnTestOption) applyToExecutorTest(t *ExecutorTest) {
233 t.postProcessFns = append(t.postProcessFns, opt.fn)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected