#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 { … };
}
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) { … }