mock config
(r Reporter)
| 14 | |
| 15 | // mock config |
| 16 | func newMockConfig(r Reporter) Config { |
| 17 | return Config{Reporter: r}.withDefaults() |
| 18 | } |
| 19 | |
| 20 | // mock chain |
| 21 | func newMockChain(t *testing.T, flag ...chainFlags) *chain { |
no test coverage detected
searching dependent graphs…