(steps ...interactionStep)
| 27 | } |
| 28 | |
| 29 | func newInteraction(steps ...interactionStep) interaction { |
| 30 | return interaction{steps: steps} |
| 31 | } |
| 32 | |
| 33 | func (ix interaction) run(t *testing.T, w *io.PipeWriter) { |
| 34 | t.Helper() |
no outgoing calls
no test coverage detected