MCPcopy Create free account
hub / github.com/baidu/babylon / TEST

Function TEST

test/test_any.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62TEST(any, default_create_empty) {
63 Any any;
64 ASSERT_FALSE(any);
65}
66
67TEST(any, create_by_copy_instance) {
68 Normal<0> obj(0);

Callers

nothing calls this directly

Calls 9

Sub3Class · 0.85
refMethod · 0.80
is_const_referenceMethod · 0.80
is_referenceMethod · 0.80
crefMethod · 0.80
typeMethod · 0.80
assignMethod · 0.80
SClass · 0.70
clearMethod · 0.45

Tested by

no test coverage detected