| 19 | } |
| 20 | |
| 21 | type fakeGuiDriver struct { |
| 22 | failureMessage string |
| 23 | pressedKeys []string |
| 24 | clickedCoordinates []coordinate |
| 25 | } |
| 26 | |
| 27 | var _ integrationTypes.GuiDriver = &fakeGuiDriver{} |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected