| 1149 | } |
| 1150 | |
| 1151 | void |
| 1152 | run() override |
| 1153 | { |
| 1154 | testMembers(); |
| 1155 | testHeaders(); |
| 1156 | testRFC2616(); |
| 1157 | testErase(); |
| 1158 | testIteratorErase(); |
| 1159 | testContainer(); |
| 1160 | testPreparePayload(); |
| 1161 | |
| 1162 | testKeepAlive(); |
| 1163 | testContentLength(); |
| 1164 | testChunked(); |
| 1165 | |
| 1166 | testIssue1828(); |
| 1167 | boost::ignore_unused(&fields_test::testIssue2085); |
| 1168 | testIssue2517(); |
| 1169 | testEmpty(); |
| 1170 | } |
| 1171 | }; |
| 1172 | |
| 1173 | BEAST_DEFINE_TESTSUITE(beast,http,fields); |
nothing calls this directly
no outgoing calls
no test coverage detected