chromium/third_party/ipcz/src/ipcz/fragment_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 "ipcz/fragment.h"

#include <algorithm>
#include <cstring>
#include <limits>
#include <string>
#include <utility>

#include "ipcz/buffer_id.h"
#include "ipcz/driver_memory.h"
#include "ipcz/driver_memory_mapping.h"
#include "reference_drivers/sync_reference_driver.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace ipcz {
namespace {

const IpczDriver& kTestDriver =;

FragmentTest;

TEST_F(FragmentTest, FromDescriptorUnsafe) {}

TEST_F(FragmentTest, PendingFromDescriptor) {}

TEST_F(FragmentTest, NullMappedFromDescriptor) {}

TEST_F(FragmentTest, InvalidMappedFromDescriptor) {}

TEST_F(FragmentTest, ValidMappedFromDescriptor) {}

}  // namespace
}  // namespace ipcz