chromium/components/variations/active_field_trials_unittest.cc

// Copyright 2014 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/variations/active_field_trials.h"

#include <stddef.h>

#include <string_view>

#include "components/variations/hashing.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace variations {

TEST(ActiveFieldTrialsTest, GetFieldTrialActiveGroups) {}

TEST(ActiveFieldTrialsTest, GetFieldTrialActiveGroupsWithSuffix) {}

TEST(ActiveFieldTrialsTest,
     GetFieldTrialActiveGroupsProvidesDifferentHashesForOverriddenTrials) {}

}  // namespace variations