MCPcopy Create free account
hub / github.com/boostorg/json / check

Method check

test/array.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void
49 check(array const& a)
50 {
51 BOOST_TEST(a.size() == 3);
52 BOOST_TEST(a[0].is_number());
53 BOOST_TEST(a[1].is_bool());
54 BOOST_TEST(a[2].is_string());
55 }
56
57 void
58 check(

Callers

nothing calls this directly

Calls 6

checkFunction · 0.85
check_storageFunction · 0.85
is_numberMethod · 0.80
is_boolMethod · 0.80
is_stringMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected