waitForOptions adds extra delay to let OptionsFunc load before continuing.
()
| 100 | |
| 101 | // waitForOptions adds extra delay to let OptionsFunc load before continuing. |
| 102 | func waitForOptions() interactionStep { |
| 103 | return interactionStep{bytes: nil, delay: 50 * time.Millisecond} |
| 104 | } |
| 105 | |
| 106 | // --- Test harness --- |
| 107 |
no outgoing calls
no test coverage detected