chromium/components/metrics/structured/mojom/mojom_traits_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 <string>

#include "base/values.h"
#include "components/metrics/structured/event.h"
#include "components/metrics/structured/mojom/event.mojom.h"
#include "components/metrics/structured/mojom/event_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

AllOf;
ContainerEq;
Eq;
Property;

namespace metrics::structured {

namespace {
void ExpectEventsEqual(const Event& expected, const Event& actual) {}

}  // namespace

TEST(EventStructTraitsTest, ValidEvent) {}

TEST(EventStructTraitsTest, EventWithUptime) {}

}  // namespace metrics::structured