MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / JSONCONS_CATCH

Function JSONCONS_CATCH

test/cbor/src/cbor_encoder_tests.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 CHECK(result[0].as<std::string>() == std::string("-18446744073709551617"));
213 }
214 JSONCONS_CATCH (const std::exception& e)
215 {
216 std::cout << e.what() << '\n';
217 }
218}
219
220TEST_CASE("test_serialize_negative_bignum2")

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected