Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: ios/chrome/browser/passwords/password_generation_agent_unittest.mm

Issue 2624143003: Update OCMock to 3.1.5 (Closed)
Patch Set: Patches in more commits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/passwords/password_controller_unittest.mm ('k') | third_party/ocmock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/password_generation_agent_unittest.mm
diff --git a/ios/chrome/browser/passwords/password_generation_agent_unittest.mm b/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
index 1c4757732c401450b174181a3ca7488ab939fa03..5060bc491c443922b527de3ea2b2205437d4ad0a 100644
--- a/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
+++ b/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
@@ -435,7 +435,7 @@ TEST_F(PasswordGenerationAgentTest,
@"focus");
EXPECT_OCMOCK_VERIFY(mock);
- [mock stop];
+ [mock stopMocking];
}
// Tests that requesting password generation shows the alert UI.
@@ -451,7 +451,7 @@ TEST_F(PasswordGenerationAgentTest, ShouldShowAlertWhenGenerationRequested) {
EXPECT_EQ(YES, mock_ui_delegate().UIShown);
EXPECT_OCMOCK_VERIFY(mock);
- [mock stop];
+ [mock stopMocking];
}
// Tests that the password generation UI is hidden when the user changes focus
@@ -468,7 +468,7 @@ TEST_F(PasswordGenerationAgentTest,
SimulateFormActivity(kAccountCreationFormName, kEmailFieldName, @"focus");
EXPECT_OCMOCK_VERIFY(mock);
- [mock stop];
+ [mock stopMocking];
}
// Tests that the password field is filled when the user accepts a generated
« no previous file with comments | « ios/chrome/browser/passwords/password_controller_unittest.mm ('k') | third_party/ocmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698