| 280 | } |
| 281 | |
| 282 | void |
| 283 | run() override |
| 284 | { |
| 285 | testChunkCRLF(); |
| 286 | testChunkHeader(); |
| 287 | testChunkBody(); |
| 288 | testChunkFinal(); |
| 289 | testChunkExtensions(); |
| 290 | testParseChunkExtensions(); |
| 291 | } |
| 292 | }; |
| 293 | |
| 294 | BEAST_DEFINE_TESTSUITE(beast,http,chunk_encode); |
nothing calls this directly
no outgoing calls
no test coverage detected