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

Method run

test/serializer.cpp:897–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895 }
896
897 void
898 run()
899 {
900 {
901 serializer sr;
902 BOOST_ASSERT( sr.read(nullptr, 0).empty() );
903 }
904 testNull();
905 testBoolean();
906 testString();
907 testNumber();
908 testArray();
909 testObject();
910
911 testMembers();
912 testVectors();
913 testOstream();
914 testNumberRoundTrips();
915 testStack();
916 testUDT();
917 }
918};
919
920TEST_SUITE(serializer_test, "boost.json.serializer");

Callers

nothing calls this directly

Calls 9

testNullFunction · 0.85
testBooleanFunction · 0.85
testStringFunction · 0.85
testNumberFunction · 0.85
testArrayFunction · 0.85
testObjectFunction · 0.85
testMembersFunction · 0.85
emptyMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected