chromium/services/network/public/cpp/network_interface_change_listener_mojom_traits_unittest.cc

// Copyright 2023 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/network_interface_change_listener_mojom_traits.h"

#include <linux/if_addr.h>

#include <unordered_set>
#include <vector>

#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/base/address_map_linux.h"
#include "net/base/address_tracker_linux_test_util.h"
#include "net/base/ip_address.h"
#include "services/network/public/mojom/network_interface_change_listener.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo {

TEST(NetworkInterfaceChangeListenerMojomTraitsTest, IfAddrMsg) {}

TEST(NetworkInterfaceChangeListenerMojomTraitsTest, OnlineLinks) {}

TEST(NetworkInterfaceChangeListenerMojomTraitsTest, AddressMap) {}

}  // namespace mojo