chromium/chrome/test/chromedriver/fedcm_commands_unittest.cc

// Copyright 2023 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/test/chromedriver/fedcm_commands.h"

#include "chrome/test/chromedriver/chrome/fedcm_tracker.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "chrome/test/chromedriver/chrome/stub_devtools_client.h"
#include "chrome/test/chromedriver/chrome/stub_web_view.h"
#include "chrome/test/chromedriver/session.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

class MockResponseWebView : public StubWebView {};

class FedCmCommandsTest : public testing::Test {};

}  // namespace

TEST_F(FedCmCommandsTest, ExecuteCancelDialog) {}

TEST_F(FedCmCommandsTest, ExecuteSelectAccount) {}

TEST_F(FedCmCommandsTest, ExecuteGetAccounts) {}

TEST_F(FedCmCommandsTest, ExecuteGetTitle) {}

TEST_F(FedCmCommandsTest, ExecuteGetDialogType) {}

TEST_F(FedCmCommandsTest, ExecuteSetDelayEnabled) {}

TEST_F(FedCmCommandsTest, ExecuteResetCooldown) {}