Socket client unit tests runner.
More...
#include <socketClientRunner.hpp>
Socket client unit tests runner.
This runner will execute test on receive messages
- Since
- 0.1
- Author
- Vincent Lachenal
◆ SocketClientRunner() [1/3]
| anch::ut::SocketClientRunner::SocketClientRunner |
( |
| ) |
|
|
delete |
◆ SocketClientRunner() [2/3]
| anch::ut::SocketClientRunner::SocketClientRunner |
( |
const SocketClientRunner & | | ) |
|
|
delete |
◆ SocketClientRunner() [3/3]
| anch::ut::SocketClientRunner::SocketClientRunner |
( |
const std::string & | uri | ) |
|
◆ shutdown()
| virtual bool anch::ut::SocketClientRunner::shutdown |
( |
| ) |
|
|
overridevirtual |
Shutdown test runner
- Returns
true when shutdown is OK, false otherwise
Implements anch::ut::Runner.
◆ startup()
| virtual bool anch::ut::SocketClientRunner::startup |
( |
| ) |
|
|
overridevirtual |
Startup test runner
- Returns
true when startup is OK, false otherwise
Implements anch::ut::Runner.
◆ test()
| virtual uint16_t anch::ut::SocketClientRunner::test |
( |
const std::string & | test | ) |
|
|
overridevirtual |
Run test
- Parameters
-
- Returns
0 when OK, 1 when before test processing failed, 2 when test failed and 3 when after test processing failed
Implements anch::ut::Runner.
The documentation for this class was generated from the following file: