Home
last modified time | relevance | path

Searched defs:mock_class (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/mobly/tests/mobly/controllers/android_device_lib/services/
Dsnippet_management_service_test.py41 def test_get_snippet_client(self, mock_class): argument
57 def test_stop_with_live_client(self, mock_class): argument
73 def test_add_snippet_client_without_config(self, mock_class): argument
84 def test_add_snippet_client_with_config(self, mock_class): argument
109 def test_add_snippet_client_dup_package(self, mock_class): argument
124 def test_remove_snippet_client(self, mock_class): argument
137 def test_remove_snippet_client(self, mock_class): argument
150 def test_start_with_live_service(self, mock_class): argument
166 def test_pause(self, mock_class): argument
176 def test_resume_positive_case(self, mock_class): argument
[all …]
/aosp_15_r20/external/autotest/client/common_lib/test_utils/
H A Dmock.py285 class mock_class(object): class