// 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 "components/update_client/cancellation.h" #include "base/test/bind.h" #include "testing/gtest/include/gtest/gtest.h" namespace update_client { TEST(CancellationTest, Cancels) { … } TEST(CancellationTest, CancelsIfAlreadyCancelled) { … } TEST(CancellationTest, Clears) { … } TEST(CancellationTest, IsCancelled) { … } TEST(CancellationTest, Replaces) { … } } // namespace update_client