chromium/components/autofill/core/common/save_password_progress_logger_unittest.cc

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

#include "components/autofill/core/common/save_password_progress_logger.h"

#include <stddef.h>

#include <limits>

#include "base/functional/bind.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

UTF8ToUTF16;

namespace autofill {

namespace {

const char kTestString[] =;  // Corresponds to STRING_MESSAGE.

class TestLogger : public SavePasswordProgressLogger {};

}  // namespace

TEST(SavePasswordProgressLoggerTest, LogHTMLForm) {}

TEST(SavePasswordProgressLoggerTest, LogURL) {}

TEST(SavePasswordProgressLoggerTest, LogBooleanTrue) {}

TEST(SavePasswordProgressLoggerTest, LogBooleanFalse) {}

TEST(SavePasswordProgressLoggerTest, LogSignedNumber) {}

TEST(SavePasswordProgressLoggerTest, LogUnsignedNumber) {}

TEST(SavePasswordProgressLoggerTest, LogMessage) {}

// Test that none of the strings associated to string IDs contain the '.'
// character.
TEST(SavePasswordProgressLoggerTest, NoFullStops) {}

}  // namespace autofill