| 101 | : public boost::beast::unit_test::suite |
| 102 | { |
| 103 | void |
| 104 | run() override |
| 105 | { |
| 106 | BEAST_EXPECT(&snippets); |
| 107 | } |
| 108 | }; |
| 109 | |
| 110 | BEAST_DEFINE_TESTSUITE(beast,doc,doc_websocket); |
nothing calls this directly
no outgoing calls
no test coverage detected