// 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 "osp/public/instance_request_ids.h" #include "gtest/gtest.h" namespace openscreen::osp { // These tests validate RequestId generation for two instances with numbers 3 // and 7. TEST(InstanceRequestIdsTest, StrictlyIncreasingRequestIdSequence) { … } TEST(InstanceRequestIdsTest, ResetRequestId) { … } TEST(InstanceRequestIdsTest, ResetAll) { … } } // namespace openscreen::osp