MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / TEST

Function TEST

src/utility/test/timecode_test.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace xstudio::utility;
7
8TEST(TimecodeTest, Constructor_Default) {
9 Timecode t;
10 Timecode s(0, 0, 0, 0, 30, false);
11 ASSERT_EQ(t, s);
12}
13
14TEST(TimecodeTest, Constructor_String) {
15 Timecode t("11;12;13;14", 29.97, true);

Callers

nothing calls this directly

Calls 7

hoursMethod · 0.80
minutesMethod · 0.80
total_framesMethod · 0.80
TimecodeClass · 0.50
secondsMethod · 0.45
framesMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected