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

Method run

test/utf8.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void
167 run()
168 {
169 testLoadLittleEndian();
170 testClassifyUtf8();
171 testIsValidUtf8();
172 testUtf8Sequence();
173 }
174};
175
176TEST_SUITE(utf8_test, "boost.json.utf8");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected