#include "absl/time/time.h"
#include <chrono>
#include <cstring>
#include <ctime>
#include <iomanip>
#include <limits>
#include <string>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/time/clock.h"
#include "absl/time/internal/test_util.h"
Go to the source code of this file.
Macros | |
#define | EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) |
#define | TEST_CONVERSION_ROUND_TRIP(SOURCE, FROM, TO, MATCHER) EXPECT_THAT(TO(FROM(SOURCE)), MATCHER(SOURCE)) |
#define | TEST_FLOOR_CONVERSION(TO, FROM) |
#define EXPECT_CIVIL_INFO | ( | ci, | |
y, | |||
m, | |||
d, | |||
h, | |||
min, | |||
s, | |||
off, | |||
isdst | |||
) |
Definition at line 39 of file time_test.cc.
#define TEST_CONVERSION_ROUND_TRIP | ( | SOURCE, | |
FROM, | |||
TO, | |||
MATCHER | |||
) | EXPECT_THAT(TO(FROM(SOURCE)), MATCHER(SOURCE)) |
#define TEST_FLOOR_CONVERSION | ( | TO, | |
FROM | |||
) |