| 852 | #endif |
| 853 | |
| 854 | void |
| 855 | run() override |
| 856 | { |
| 857 | testWrite(); |
| 858 | testPausationAbandoning(); |
| 859 | testWriteSuspend(); |
| 860 | testAsyncWriteFrame(); |
| 861 | testMoveOnly(); |
| 862 | testIssue226(); |
| 863 | testIssue227(); |
| 864 | testIssue300(); |
| 865 | testIssue1666(); |
| 866 | testIssue2880(); |
| 867 | #if BOOST_ASIO_HAS_CO_AWAIT |
| 868 | boost::ignore_unused(&write_test::testAwaitableCompiles); |
| 869 | #endif |
| 870 | } |
| 871 | }; |
| 872 | |
| 873 | BEAST_DEFINE_TESTSUITE(beast,websocket,write); |
no outgoing calls
no test coverage detected