chromium/third_party/ipcz/src/trap_test.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <tuple>
#include <utility>

#include "ipcz/ipcz.h"
#include "reference_drivers/sync_reference_driver.h"
#include "test/test.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/abseil-cpp/absl/memory/memory.h"

namespace ipcz {
namespace {

class TrapTest : public test::Test {};

TEST_F(TrapTest, RemoveOnClose) {}

TEST_F(TrapTest, PeerClosed) {}

TEST_F(TrapTest, MinLocalParcels) {}

TEST_F(TrapTest, MinLocalBytes) {}

TEST_F(TrapTest, NewLocalParcel) {}

TEST_F(TrapTest, DeadPortal) {}

TEST_F(TrapTest, MultipleTraps) {}

TEST_F(TrapTest, SyncTransportWithinAPICall) {}

}  // namespace
}  // namespace ipcz