chromium/components/variations/variations_test_utils_unittest.cc

// Copyright 2021 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/variations_test_utils.h"

#include "base/base64.h"
#include "base/ranges/algorithm.h"
#include "components/variations/metrics.h"
#include "components/variations/proto/variations_seed.pb.h"
#include "components/variations/variations_seed_store.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/zlib/google/compression_utils.h"

namespace variations {

SignedSeedDataTest;

TEST_P(SignedSeedDataTest, HasValidBase64Data) {}

TEST_P(SignedSeedDataTest, HasValidSignature) {}

TEST_P(SignedSeedDataTest, HasStudyNames) {}

INSTANTIATE_TEST_SUITE_P();

}  // namespace variations