chromium/components/optimization_guide/core/model_execution/model_execution_features_unittest.cc

// Copyright 2023 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/optimization_guide/core/model_execution/model_execution_features.h"

#include "base/test/scoped_feature_list.h"
#include "components/optimization_guide/core/model_execution/feature_keys.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace optimization_guide {
namespace {

GetAllowedFeaturesForUnsignedUser;
UnorderedElementsAre;

TEST(ModelExecutionFeature, GetAllowedFeaturesForUnsignedUser) {}

TEST(ModelExecutionFeature, GetOptimizationTargetForModelAdaptation) {}

}  // namespace
}  // namespace optimization_guide