// 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 <optional> #include "mojo/public/cpp/base/shared_memory_version.h" #include "testing/gtest/include/gtest/gtest.h" namespace { TEST(SharedMemoryVersionTest, InitialSetupAllowsVersionSharing) { … } TEST(SharedMemoryVersionTest, IncrementsAreReflectedInClient) { … } TEST(SharedMemoryVersionTest, ClientRemainsValidThroughControllerDestuction) { … } } // namespace