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

Function TEST

Tests/version.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "version.hpp"
4
5TEST(Version_FromHighLow, ConvertsToSameVersion)
6{
7 ASSERT_EQ(Version::FromHighLow(0x00010002, 0x00030004), (Version { 1, 2, 3, 4 }));
8}
9
10TEST(Version_FromPackageVersion_WinRT, ConvertsToSameVersion)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected