// 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 "net/dns/public/doh_provider_entry.h" #include <set> #include <string> #include "testing/gmock/include/gmock/gmock-matchers.h" #include "testing/gtest/include/gtest/gtest-death-test.h" #include "testing/gtest/include/gtest/gtest.h" namespace net { namespace { TEST(DohProviderListTest, GetDohProviderList) { … } TEST(DohProviderListTest, ProviderNamesAreUnique) { … } TEST(DohProviderListTest, UiNamesAreUniqueOrEmpty) { … } TEST(DohProviderListTest, NonEmptyDnsOverTlsHostnames) { … } } // namespace } // namespace net