aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_asio_stream.cpp
diff options
context:
space:
mode:
authorHannes Rantzsch <[email protected]>2019-04-10 15:00:55 +0200
committerHannes Rantzsch <[email protected]>2019-04-16 10:48:23 +0200
commit1f623d8ccac1cabcb223b6a5d907a90d05918403 (patch)
treecc4354e57e48dcfc6d13de626a360948f3145ee0 /src/tests/unit_asio_stream.cpp
parentb589bbacb7296efaccd0ef522a9d5145402eb415 (diff)
documentation and minor fixes for async ops
Diffstat (limited to 'src/tests/unit_asio_stream.cpp')
-rw-r--r--src/tests/unit_asio_stream.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/tests/unit_asio_stream.cpp b/src/tests/unit_asio_stream.cpp
index 53b402a3d..2bb883e3a 100644
--- a/src/tests/unit_asio_stream.cpp
+++ b/src/tests/unit_asio_stream.cpp
@@ -144,14 +144,13 @@ class StreamBase<Botan_Tests::ThrowingMockChannel> : public StreamBase<Botan_Tes
namespace Botan_Tests {
/**
- Synchronous tests for Botan::Stream.
-
- This test validates the asynchronous behavior Botan::Stream, including its utility classes StreamCore and Async_*_Op.
- The stream's channel, i.e. TLS_Client or TLS_Server, is mocked and pretends to perform TLS operations (noop) and
- provides the test data to the stream.
- The underlying network socket, claiming it read / wrote a number of bytes.
-*/
-
+ * Synchronous tests for Botan::Stream.
+ *
+ * This test validates the asynchronous behavior Botan::Stream, including its utility classes StreamCore and Async_*_Op.
+ * The stream's channel, i.e. TLS_Client or TLS_Server, is mocked and pretends to perform TLS operations (noop) and
+ * provides the test data to the stream.
+ * The underlying network socket, claiming it read / wrote a number of bytes.
+ */
class Asio_Stream_Tests final : public Test
{
using TestStream = boost::beast::test::stream;