Searched refs:mock_storage_get (Results 1 – 1 of 1) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider_pab_test.py | 43 def testAuthenticationNew(self, mock_creds, mock_storage_get, mock_rf, argument 50 mock_storage_get.assert_called_once() 57 def testAuthenticationStale(self, mock_creds, mock_storage_get, mock_rf, argument 63 mock_storage_get.return_value = mock_creds 66 mock_storage_get.assert_called_once() 74 def testAuthenticationFresh(self, mock_creds, mock_storage_get, mock_rf, argument 80 mock_storage_get.return_value = mock_creds 83 mock_storage_get.assert_called_once()
|