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

Method applyToExecutorTest

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

Source from the content-addressed store, hash-verified

284}
285
286func (opt *fixtureTemplateDataTestOption) applyToExecutorTest(t *ExecutorTest) {
287 t.fixtureTemplatingEnabled = true
288 t.fixtureTemplateData[opt.k] = opt.v
289}
290
291func (opt *fixtureTemplateDataTestOption) applyToFormatterTest(t *FormatterTest) {
292 t.fixtureTemplatingEnabled = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected