chromium/chrome/browser/ui/passwords/bubble_controllers/save_unsynced_credentials_locally_bubble_controller_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/passwords/bubble_controllers/save_unsynced_credentials_locally_bubble_controller.h"

#include <vector>

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "components/password_manager/core/browser/password_form.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ASCIIToUTF16;
NiceMock;
ReturnRef;

class SaveUnsyncedCredentialsLocallyBubbleControllerTest
    : public ::testing::Test {};

TEST_F(SaveUnsyncedCredentialsLocallyBubbleControllerTest,
       ShouldGetCredentialsFromDelegate) {}

TEST_F(SaveUnsyncedCredentialsLocallyBubbleControllerTest,
       ShouldSaveSelectedCredentialsInProfileStoreOnSaveButtonClicked) {}

TEST_F(SaveUnsyncedCredentialsLocallyBubbleControllerTest,
       ShouldDiscardCredentialsInProfileStoreOnCancelButtonClicked) {}