MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

erpcgen/src/cpptemplate/cpptempl_test.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56// DataMap
57BOOST_AUTO_TEST_CASE(test_DataMap_getvalue)
58{
59 data_map items;
60 data_ptr data(new DataMap(items));
61 BOOST_CHECK_THROW(data->getvalue(), TemplateException);
62}
63BOOST_AUTO_TEST_CASE(test_DataMap_getlist_throws)
64{
65 data_map items;

Callers

nothing calls this directly

Calls 15

data_ptrClass · 0.85
make_dataFunction · 0.85
tokenize_statementFunction · 0.85
gettextFunction · 0.85
TemplateParserClass · 0.85
parseFunction · 0.85
get_things_mapFunction · 0.85
getvalueMethod · 0.80
hasMethod · 0.80
set_parentMethod · 0.80
push_backMethod · 0.80
getintMethod · 0.80

Tested by

no test coverage detected