Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ BOOST_AUTO_TEST_CASE
Function
BOOST_AUTO_TEST_CASE
lib/cpp/test/TUuidTest.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
BOOST_AUTO_TEST_SUITE(TUuidTest)
31
32
BOOST_AUTO_TEST_CASE(construction) {
33
BOOST_TEST(TUuid().is_nil());
34
}
35
36
BOOST_AUTO_TEST_CASE(construction_string_valid) {
37
const std::string expected_1{
"5e2ab188-1726-4e75-a04f-1ed9a6a89c4c"
};
Callers
nothing calls this directly
Calls
7
TUuid
Class · 0.85
swap
Function · 0.85
is_nil
Method · 0.80
data
Method · 0.80
to_string
Function · 0.70
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected