chromium/components/user_education/test/mock_feature_promo_controller.cc

// Copyright 2020 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/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 {}

}  // namespace user_education::test