(udid: string)
| 64 | } |
| 65 | |
| 66 | export function bootSimulator(udid: string) { |
| 67 | return postSimulatorAction(udid, "boot"); |
| 68 | } |
| 69 | |
| 70 | export function shutdownSimulator(udid: string) { |
| 71 | return postSimulatorAction(udid, "shutdown"); |
no test coverage detected