// 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. #include "platform/base/udp_packet.h" #include <vector> #include "gmock/gmock.h" #include "gtest/gtest.h" #include "util/stringprintf.h" namespace openscreen { TEST(UdpPacketTest, ValidateToStringNormalCase) { … } TEST(UdpPacketTest, ValidateToStringEmpty) { … } } // namespace openscreen