#include "components/segmentation_platform/embedder/default_model/compose_promotion.h"
#include "components/compose/core/browser/config.h"
#include "components/segmentation_platform/embedder/default_model/default_model_test_base.h"
#include "components/segmentation_platform/public/constants.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace segmentation_platform {
class ComposePromotionTest : public DefaultModelTestBase { … };
TEST_F(ComposePromotionTest, InitAndFetchModel) { … }
TEST_F(ComposePromotionTest, ExecuteModelWithInput) { … }
}