#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) { … }
}