chromium/third_party/blink/renderer/platform/network/ip_address_test.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 "third_party/blink/renderer/platform/network/ip_address.h"

#include "net/base/ip_address.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/wtf/hash_map.h"
#include "third_party/blink/renderer/platform/wtf/hash_table_deleted_value_type.h"
#include "third_party/blink/renderer/platform/wtf/hash_traits.h"

namespace blink::test {

constexpr uint8_t kIpAddressBytes1[] =;
constexpr uint8_t kIpAddressBytes2[] =;
constexpr uint8_t kIpAddressBytes3[] =;

TEST(BlinkIPAddressTest, HashTraits) {}

TEST(BlinkIPAddressTest, HashIpAddress) {}

}  // namespace blink::test