| 164 | } |
| 165 | |
| 166 | void |
| 167 | run() |
| 168 | { |
| 169 | testLoadLittleEndian(); |
| 170 | testClassifyUtf8(); |
| 171 | testIsValidUtf8(); |
| 172 | testUtf8Sequence(); |
| 173 | } |
| 174 | }; |
| 175 | |
| 176 | TEST_SUITE(utf8_test, "boost.json.utf8"); |
nothing calls this directly
no outgoing calls
no test coverage detected