#include "components/user_education/test/mock_feature_promo_controller.h"
namespace user_education::test {
MockFeaturePromoController::MockFeaturePromoController() = default;
MockFeaturePromoController::~MockFeaturePromoController() = default;
base::WeakPtr<FeaturePromoController>
MockFeaturePromoController::GetAsWeakPtr() { … }
FeaturePromoParamsMatcher::FeaturePromoParamsMatcher(
const base::Feature& feature)
: … { … }
FeaturePromoParamsMatcher::FeaturePromoParamsMatcher(
const FeaturePromoParamsMatcher&) = default;
FeaturePromoParamsMatcher::~FeaturePromoParamsMatcher() = default;
FeaturePromoParamsMatcher& FeaturePromoParamsMatcher::operator=(
const FeaturePromoParamsMatcher&) = default;
bool FeaturePromoParamsMatcher::MatchAndExplain(
const FeaturePromoParams& params,
std::ostream*) const { … }
void FeaturePromoParamsMatcher::DescribeTo(std::ostream* os) const { … }
void FeaturePromoParamsMatcher::DescribeNegationTo(std::ostream* os) const { … }
}