#include "components/autofill/core/browser/form_data_importer_utils.h"
#include "components/autofill/core/browser/country_type.h"
#include <string_view>
#include <vector>
#include "base/strings/string_util.h"
#include "base/time/time.h"
#include "components/autofill/core/browser/form_structure.h"
#include "components/autofill/core/browser/test_autofill_clock.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace autofill {
namespace {
struct IntWrapper { … };
bool operator==(IntWrapper x, int y) { … }
}
TEST(FormDataImporterUtilsTest, TimestampedSameOriginQueue) { … }
TEST(FormDataImporterUtilsTest, TimestampedSameOriginQueue_MaxSize) { … }
TEST(FormDataImporterUtilsTest, TimestampedSameOriginQueue_DifferentOrigins) { … }
TEST(FormDataImporterUtilsTest, TimestampedSameOriginQueue_TTL) { … }
constexpr std::string_view kFormAssociatorTestCases[]{ … };
class FormAssociatorTest : public testing::TestWithParam<std::string_view> { … };
INSTANTIATE_TEST_SUITE_P(…);
TEST_P(FormAssociatorTest, FormAssociator) { … }
}