chromium/components/attribution_reporting/event_report_windows_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/attribution_reporting/event_report_windows.h"

#include <optional>
#include <vector>

#include "base/test/gmock_expected_support.h"
#include "base/test/values_test_util.h"
#include "base/time/time.h"
#include "base/values.h"
#include "components/attribution_reporting/source_registration_error.mojom-shared.h"
#include "components/attribution_reporting/source_type.mojom-shared.h"
#include "components/attribution_reporting/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace attribution_reporting {

namespace {

SourceRegistrationError;
SourceType;
ErrorIs;
ValueIs;
AllOf;
ElementsAre;
Eq;
Optional;
Property;

WindowResult;

TEST(EventReportWindowsTest, FromDefaults) {}

TEST(EventReportWindowsTest, CreateWindows) {}

TEST(EventReportWindowsTest, Parse) {}

TEST(EventReportWindowsTest, ComputeReportTime) {}

TEST(EventReportWindowsTest, ReportTimeAtWindow) {}

TEST(EventReportWindowsTest, StartTimeAtWindow) {}

TEST(EventReportWindowsTest, FallsWithin) {}

TEST(EventReportWindowsTest, Serialize) {}

}  // namespace
}  // namespace attribution_reporting