Ejemplo n.º 1
0
TEST(Datetime, defaultCtor) {
    Datetime time;

    ASSERT_EQ(time_t_to_str(std::time(0)), time.toString());
}