MCPcopy 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

30BOOST_AUTO_TEST_SUITE(TUuidTest)
31
32BOOST_AUTO_TEST_CASE(construction) {
33 BOOST_TEST(TUuid().is_nil());
34}
35
36BOOST_AUTO_TEST_CASE(construction_string_valid) {
37 const std::string expected_1{"5e2ab188-1726-4e75-a04f-1ed9a6a89c4c"};

Callers

nothing calls this directly

Calls 7

TUuidClass · 0.85
swapFunction · 0.85
is_nilMethod · 0.80
dataMethod · 0.80
to_stringFunction · 0.70
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected