Home
last modified time | relevance | path

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

/external/python/mobly/tests/mobly/controllers/android_device_lib/services/
Dsnippet_management_service_test.py37 def test_get_snippet_client(self, mock_class): argument
51 def test_stop_with_live_client(self, mock_class): argument
76 def test_add_snippet_client_dup_package(self, mock_class): argument
88 def test_remove_snippet_client(self, mock_class): argument
100 def test_remove_snippet_client(self, mock_class): argument
111 def test_start_with_live_service(self, mock_class): argument
126 def test_pause(self, mock_class): argument
135 def test_resume_positive_case(self, mock_class): argument
145 def test_resume_negative_case(self, mock_class): argument
155 def test_attribute_access(self, mock_class): argument
/external/autotest/client/common_lib/test_utils/
Dmock.py285 class mock_class(object): class