Searched defs:mock_ffx (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/build/fuchsia/test/ |
H A D | log_manager_unittests.py | 20 def test_no_logs(self, mock_ffx) -> None: argument 28 def test_log_to_stdout(self, mock_ffx) -> None: argument 38 def test_log_to_file(self, mock_open, mock_ffx) -> None: argument 48 def test_log_with_log_args(self, mock_ffx) -> None: argument 59 def test_log_with_symbols(self, mock_ffx) -> None: argument
|
H A D | ffx_emulator_unittests.py | 51 def test_use_none_device_spec(self, mock_ffx) -> None: argument 69 def test_use_empty_device_spec(self, mock_ffx) -> None: argument 87 def test_use_large_device_spec(self, mock_ffx) -> None: argument
|
H A D | serve_repo_unittests.py | 26 def test_start_server(self, mock_ffx) -> None: argument 48 def test_stop_server(self, mock_ffx) -> None: argument
|
/aosp_15_r20/external/cronet/build/fuchsia/test/ |
H A D | log_manager_unittests.py | 20 def test_no_logs(self, mock_ffx) -> None: argument 28 def test_log_to_stdout(self, mock_ffx) -> None: argument 38 def test_log_to_file(self, mock_open, mock_ffx) -> None: argument 48 def test_log_with_log_args(self, mock_ffx) -> None: argument 59 def test_log_with_symbols(self, mock_ffx) -> None: argument
|
H A D | ffx_emulator_unittests.py | 51 def test_use_none_device_spec(self, mock_ffx) -> None: argument 69 def test_use_empty_device_spec(self, mock_ffx) -> None: argument 87 def test_use_large_device_spec(self, mock_ffx) -> None: argument
|
H A D | serve_repo_unittests.py | 29 def test_run_serve_cmd_start(self, mock_ffx) -> None: argument 51 def test_run_serve_cmd_stop(self, mock_ffx) -> None: argument
|