MCPcopy Create free account
hub / github.com/go-task/task / applyToExecutorTest

Method applyToExecutorTest

task_test.go:248–250  ·  view source on GitHub ↗
(t *ExecutorTest)

Source from the content-addressed store, hash-verified

246type setupErrorTestOption struct{}
247
248func (opt *setupErrorTestOption) applyToExecutorTest(t *ExecutorTest) {
249 t.wantSetupError = true
250}
251
252func (opt *setupErrorTestOption) applyToFormatterTest(t *FormatterTest) {
253 t.wantSetupError = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected