chromium/components/segmentation_platform/embedder/home_modules/ephemeral_home_module_backend_unittest.cc

// 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/ephemeral_home_module_backend.h"

#include "base/test/scoped_feature_list.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "components/prefs/testing_pref_service.h"
#include "components/segmentation_platform/embedder/default_model/default_model_test_base.h"
#include "components/segmentation_platform/embedder/home_modules/home_modules_card_registry.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace segmentation_platform::home_modules {

class EphemeralHomeModuleBackendTest : public DefaultModelTestBase {};

TEST_F(EphemeralHomeModuleBackendTest, InitAndFetchModel) {}

TEST_F(EphemeralHomeModuleBackendTest, ExecuteModelWithInput) {}

}  // namespace segmentation_platform::home_modules