Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ JSONCONS_CATCH
Function
JSONCONS_CATCH
test/cbor/src/cbor_reader_tests.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
REQUIRE(j2 == expected);
59
}
60
JSONCONS_CATCH (const std::exception& e)
61
{
62
std::cout << e.what() <<
'\n'
;
63
std::cout << expected.to_string() <<
'\n'
;
64
}
65
}
66
TEST_CASE(
"test_cbor_parsing"
)
67
{
Callers
nothing calls this directly
Calls
2
what
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected