MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / TEST

Function TEST

Tests/win32.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37TEST(win32_GetExeLocation, GetsCorrectFileName)
38{
39 const auto [location, hr] = win32::GetExeLocation();
40
41 ASSERT_HRESULT_SUCCEEDED(hr);
42 ASSERT_EQ(location.filename(), L"Tests.exe");
43}
44
45TEST(win32_GetFixedFileVersion, GetsCorrectFileVersion)
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected