chromium/components/autofill/core/browser/form_processing/label_processing_util_unittest.cc

// Copyright 2021 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/form_processing/label_processing_util.h"

#include <string_view>

#include "base/feature_list.h"
#include "base/strings/utf_string_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "components/autofill/core/common/autofill_features.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

TEST(LabelProcessingUtil, GetParseableNameLabels) {}

TEST(LabelProcessingUtil, GetParseableNameLabels_ThreeComponents) {}

TEST(LabelProcessingUtil, GetParseableNameLabels_TooManyComponents) {}

TEST(LabelProcessingUtil, GetParseableNameLabels_UnmachtingComponents) {}

TEST(LabelProcessingUtil, GetParseableNameLabels_SplitableLabelAtEnd) {}

TEST(LabelProcessingUtil, GetParseableNameLabels_TooLongLabel) {}

}  // namespace autofill