chromium/components/autofill/core/browser/autofill_form_test_utils.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 "components/autofill/core/browser/autofill_form_test_utils.h"

#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/country_type.h"
#include "components/autofill/core/browser/form_structure.h"
#include "components/autofill/core/common/autocomplete_parsing_util.h"

namespace autofill {

namespace test {

testing::Message DescribeFormData(const FormData& form_data) {}

FormFieldData CreateFieldByRole(FieldType role) {}

FormFieldData GetFormFieldData(const FieldDescription& fd) {}

FormData GetFormData(const FormDescription& d) {}

FormData GetFormData(const std::vector<FieldType>& field_types) {}

std::vector<FieldType> GetHeuristicTypes(
    const FormDescription& form_description) {}

std::vector<FieldType> GetServerTypes(const FormDescription& form_description) {}

// static
void FormStructureTest::CheckFormStructureTestData(
    const std::vector<FormStructureTestCase>& test_cases) {}

}  // namespace test

}  // namespace autofill