chromium/components/attribution_reporting/os_registration_unittest.cc

// Copyright 2022 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/attribution_reporting/os_registration.h"

#include <string_view>
#include <tuple>
#include <vector>

#include "base/test/gmock_expected_support.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/types/expected.h"
#include "components/attribution_reporting/os_registration_error.mojom-shared.h"
#include "components/attribution_reporting/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace attribution_reporting {
namespace {

OsRegistrationError;
ErrorIs;
ValueIs;
ElementsAre;

TEST(OsRegistration, ParseOsSourceOrTriggerHeader) {}

TEST(OsRegistration, EmitItemsPerHeaderHistogram) {}

}  // namespace
}  // namespace attribution_reporting