// Copyright 2019 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "fxjs/fx_date_helpers.h" #include "core/fxcrt/fake_time_test.h" #include "testing/gtest/include/gtest/gtest.h" namespace { constexpr double kMilliSecondsInADay = …; } // namespace ConversionStatus; TEST(FXDateHelperTest, GetYearFromTime) { … } TEST(FXDateHelperTest, GetMonthFromTime) { … } FXDateHelperFakeTimeTest; TEST_F(FXDateHelperFakeTimeTest, ParseDateUsingFormatWithEmptyParams) { … } TEST_F(FXDateHelperFakeTimeTest, ParseDateUsingFormatForValidMonthDay) { … }