// 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/segmentation_platform/embedder/home_modules/card_selection_signals.h" #include "testing/gtest/include/gtest/gtest.h" namespace segmentation_platform::home_modules { class CardSelectionSignalsTest : public testing::Test { … }; TEST_F(CardSelectionSignalsTest, ResultConversion) { … } TEST_F(CardSelectionSignalsTest, GetSignals) { … } } // namespace segmentation_platform::home_modules