// 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 "services/network/public/cpp/net_log_mojom_traits.h" #include "testing/gtest/include/gtest/gtest.h" namespace network { namespace { template <typename MojoType, typename NativeType> bool SerializeAndDeserializeEnum(NativeType in, NativeType* out) { … } TEST(NetLogTraitsTest, Roundtrips_CaptureMode) { … } TEST(NetLogTraitsTest, Roundtrips_EventPhase) { … } } // namespace } // namespace network