// 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 "components/segmentation_platform/embedder/default_model/feed_user_segment.h" #include "components/segmentation_platform/embedder/default_model/default_model_test_base.h" #include "components/segmentation_platform/public/constants.h" namespace segmentation_platform { class FeedUserModelTest : public DefaultModelTestBase { … }; TEST_F(FeedUserModelTest, InitAndFetchModel) { … } TEST_F(FeedUserModelTest, ExecuteModelWithInput) { … } } // namespace segmentation_platform