Searched refs:DownloadArtifact (Results 1 – 6 of 6) sorted by relevance
124 self.assertEqual(mock_build_client.DownloadArtifact.call_count, 1)125 mock_build_client.DownloadArtifact.assert_called_once_with(133 mock_build_client.DownloadArtifact.call_count = 0141 self.assertEqual(mock_build_client.DownloadArtifact.call_count, 1)142 mock_build_client.DownloadArtifact.assert_called_once_with(
109 build_client.DownloadArtifact(
72 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID,92 self.assertRaises(errors.DriverError, self.client.DownloadArtifact,
66 def DownloadArtifact(self, member in AndroidBuildClient
486 self._build_api.DownloadArtifact(
181 Test DownloadArtifact. ... ok183 Test DownloadArtifact when OSError is raised. ... ok