Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fake_time_test.h
Go to the documentation of this file.
1// Copyright 2022 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CORE_FXCRT_FAKE_TIME_TEST_H_
6#define CORE_FXCRT_FAKE_TIME_TEST_H_
7
8#include "testing/gtest/include/gtest/gtest.h"
9
10class FakeTimeTest : public ::testing::Test {
11 public:
12 void SetUp() override;
13 void TearDown() override;
14};
15
16#endif // CORE_FXCRT_FAKE_TIME_TEST_H_
TEST_F(FakeTimeTest, Now)
int32_t GetYear() const
static CFX_DateTime Now()
uint8_t GetSecond() const
uint8_t GetHour() const
uint8_t GetDay() const
uint8_t GetMinute() const
uint16_t GetMillisecond() const
uint8_t GetMonth() const
void TearDown() override
void SetUp() override