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

// Copyright 2024 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/request_destination.h"

#include <string_view>

#include "services/network/public/mojom/fetch_api.mojom-shared.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace network {

TEST(RequestDestinationTest, ToStringUseTheEmptyString) {}

TEST(RequestDestinationTest, ToStringUseFiveCharEmptyString) {}

TEST(RequestDestinationTest, FromStringUseTheEmptyString) {}

TEST(RequestDestinationTest, FromStringUseFiveCharEmptyString) {}

}  // namespace network