(t *ExecutorTest)
| 136 | } |
| 137 | |
| 138 | func (opt *nameTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 139 | t.name = opt.name |
| 140 | } |
| 141 | |
| 142 | func (opt *nameTestOption) applyToFormatterTest(t *FormatterTest) { |
| 143 | t.name = opt.name |
nothing calls this directly
no outgoing calls
no test coverage detected