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

Method applyToExecutorTest

executor_test.go:23–23  ·  view source on GitHub ↗
(*ExecutorTest)

Source from the content-addressed store, hash-verified

21 // A ExecutorTestOption is a function that configures an [ExecutorTest].
22 ExecutorTestOption interface {
23 applyToExecutorTest(*ExecutorTest)
24 }
25 // A ExecutorTest is a test wrapper around a [task.Executor] to make it easy
26 // to write tests for tasks. See [NewExecutorTest] for information on

Callers 1

NewExecutorTestFunction · 0.65

Implementers 12

inputTestOptionexecutor_test.go
runErrorTestOptionexecutor_test.go
statusErrorTestOptionexecutor_test.go
nameTestOptiontask_test.go
taskTestOptiontask_test.go
varTestOptiontask_test.go

Calls

no outgoing calls

Tested by 1

NewExecutorTestFunction · 0.52