// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/time/time.h" #include "mojo/public/cpp/base/time_mojom_traits.h" #include "mojo/public/cpp/test_support/test_utils.h" #include "mojo/public/mojom/base/time.mojom.h" #include "testing/gtest/include/gtest/gtest.h" namespace mojo_base { namespace time_unittest { TEST(TimeTest, Time) { … } TEST(TimeTest, JSTime) { … } TEST(TimeTest, TimeDelta) { … } TEST(TimeTest, TimeTicks) { … } } // namespace time_unittest } // namespace mojo_base