Searched defs:NativeSimulatorAdapter (Results 1 – 3 of 3) sorted by relevance
42 device: NativeSimulatorAdapter, script_path: str52 def test_if_binary_adapter_runs_without_errors(launched_device: NativeSimulatorAdapter) -> None:68 device: NativeSimulatorAdapter, script_path: str84 def test_if_binary_adapter_raises_exception_empty_command(device: NativeSimulatorAdapter) -> None:93 patched_popen, device: NativeSimulatorAdapter102 patched_popen, device: NativeSimulatorAdapter111 patched_popen, device: NativeSimulatorAdapter119 caplog: pytest.LogCaptureFixture, launched_device: NativeSimulatorAdapter143 launched_device: NativeSimulatorAdapter159 launched_device: NativeSimulatorAdapter[all …]
9 def test_if_shell_helper_properly_send_command(shell_simulator_adapter: NativeSimulatorAdapter) -> …
116 class NativeSimulatorAdapter(BinaryAdapterBase): class