// 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 "content/services/auction_worklet/auction_v8_inspector_util.h" #include <stdint.h> #include <string> #include <vector> #include "testing/gmock/include/gmock/gmock-matchers.h" #include "testing/gtest/include/gtest/gtest.h" #include "v8/include/v8-inspector.h" ElementsAre; namespace auction_worklet { TEST(AuctionV8InspectorUtilTest, GetStringBytes8) { … } TEST(AuctionV8InspectorUtilTest, GetStringBytes16) { … } } // namespace auction_worklet