Searched refs:SignedSettingsHelperTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper_unittest.cc49 class SignedSettingsHelperTest : public ::testing::Test, class in namespace:chromeos
52 SignedSettingsHelperTest() function in class:chromeos::SignedSettingsHelperTest
111 TEST_F(SignedSettingsHelperTest, SerializedOps) {
130 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
138 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
143 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
161 TEST_F(SignedSettingsHelperTest, CanceledOps) {
181 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
189 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
197 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest
[all...]
H A Dsigned_settings.h117 friend class SignedSettingsHelperTest;

Completed in 1605 milliseconds