Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace xstudio::utility;
7
8
TEST(TimecodeTest, Constructor_Default) {
9
Timecode t;
10
Timecode s(0, 0, 0, 0, 30, false);
11
ASSERT_EQ(t, s);
12
}
13
14
TEST(TimecodeTest, Constructor_String) {
15
Timecode t(
"11;12;13;14"
, 29.97, true);
Callers
nothing calls this directly
Calls
7
hours
Method · 0.80
minutes
Method · 0.80
total_frames
Method · 0.80
Timecode
Class · 0.50
seconds
Method · 0.45
frames
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected