// 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/data_model/autofill_structured_address_regex_provider.h" #include "base/test/gtest_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace autofill { // Tests the caching of a compiled regular expression. TEST(AutofillStructuredAddressRegExProvider, IsRegExCached) { … } // Builds all expressions and verifes that the result is not a nullptr. TEST(AutofillStructuredAddressRegExProvider, BuildAllRegExs) { … } } // namespace autofill