|
rad
2.0.0
|
Unit tests for the MsgRequestor class. More...
#include <rad/errors.hpp>#include <rad/logger.hpp>#include <rad/msgHandler.hpp>#include <rad/msgRequestorRaw.hpp>#include <gtest/gtest.h>Classes | |
| struct | TestMsgRequestorRaw2 |
| struct | TestMsgRequestorRaw2_P |
Functions | |
| TEST_F (TestMsgRequestorRaw2, TimeoutDuringReceive) | |
| TEST_F (TestMsgRequestorRaw2, RetryReceiveAfterInitialTimeout) | |
| TEST_P (TestMsgRequestorRaw2_P, SendRequestReceiveReplyWithoutError) | |
| TEST_P (TestMsgRequestorRaw2_P, DeletingRequestorCancelsOperation) | |
Unit tests for the MsgRequestor class.
| TEST_F | ( | TestMsgRequestorRaw2 | , |
| TimeoutDuringReceive | |||
| ) |
Test reply timeout.
| TEST_F | ( | TestMsgRequestorRaw2 | , |
| RetryReceiveAfterInitialTimeout | |||
| ) |
Test that it is possible to successfully send a request and receive the related reply.
| TEST_P | ( | TestMsgRequestorRaw2_P | , |
| SendRequestReceiveReplyWithoutError | |||
| ) |
Test that it is possible to successfully send a request and receive the related reply.
| TEST_P | ( | TestMsgRequestorRaw2_P | , |
| DeletingRequestorCancelsOperation | |||
| ) |
1.8.5