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

Method run

test/beast/websocket/write.cpp:854–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
873BEAST_DEFINE_TESTSUITE(beast,websocket,write);

Callers 5

testWriteSuspendMethod · 0.45
testIssue226Method · 0.45
testIssue227Method · 0.45
testIssue1666Method · 0.45
testIssue2880Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected