// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file contains the ResponseAnalyzerTests (which test the response // analyzer's behavior in several parameterized test scenarios) and at the end // includes the CrossOriginReadBlockingTests, which are more typical unittests. #include "services/network/orb/orb_mimetypes.h" #include <initializer_list> #include <memory> #include <string> #include <string_view> #include <utility> #include <vector> #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace network::orb { TEST(CrossOriginReadBlockingTest, GetCanonicalMimeType) { … } } // namespace network::orb