Blender
V3.3
|
Go to the source code of this file.
Functions | |
CCL_NAMESPACE_BEGIN | TEST (time_human_readable_to_seconds, Empty) |
TEST (time_human_readable_to_seconds, Fraction) | |
TEST (time_human_readable_to_seconds, Seconds) | |
TEST (time_human_readable_to_seconds, MinutesSeconds) | |
TEST (time_human_readable_to_seconds, HoursMinutesSeconds) | |
CCL_NAMESPACE_BEGIN TEST | ( | time_human_readable_to_seconds | , |
Empty | |||
) |
Definition at line 10 of file util_time_test.cpp.
References EXPECT_EQ(), time_human_readable_from_seconds(), and time_human_readable_to_seconds().
TEST | ( | time_human_readable_to_seconds | , |
Fraction | |||
) |
Definition at line 16 of file util_time_test.cpp.
References EXPECT_EQ(), time_human_readable_from_seconds(), and time_human_readable_to_seconds().
TEST | ( | time_human_readable_to_seconds | , |
HoursMinutesSeconds | |||
) |
Definition at line 45 of file util_time_test.cpp.
References EXPECT_EQ(), time_human_readable_from_seconds(), and time_human_readable_to_seconds().
TEST | ( | time_human_readable_to_seconds | , |
MinutesSeconds | |||
) |
Definition at line 34 of file util_time_test.cpp.
References EXPECT_EQ(), time_human_readable_from_seconds(), and time_human_readable_to_seconds().
TEST | ( | time_human_readable_to_seconds | , |
Seconds | |||
) |
Definition at line 23 of file util_time_test.cpp.
References EXPECT_EQ(), time_human_readable_from_seconds(), and time_human_readable_to_seconds().