![]() |
PhoenixSocket
1.0.0
Library which integrates socket unix use in Phoenix
|
Set of parameters to be passed to create a socket with mock backend. More...
#include <PMockBackend.h>
Public Attributes | |
std::string | address |
Host address. | |
bool | isMockRecord |
True to record the activity of the backend durring real use to make reusable mock. | |
std::string | mockPrefix |
Prefix where to find/save mock files. | |
size_t | port |
Connection port. | |
Set of parameters to be passed to create a socket with mock backend.
Definition at line 14 of file PMockBackend.h.
std::string PMockParam::address |
Host address.
Definition at line 16 of file PMockBackend.h.
bool PMockParam::isMockRecord |
True to record the activity of the backend durring real use to make reusable mock.
Definition at line 20 of file PMockBackend.h.
Referenced by PMockBackend::close(), PMockBackend::createClientSocket(), PMockBackend::recv(), PMockBackend::send(), and PMockBackend::setIsMockRecord().
std::string PMockParam::mockPrefix |
Prefix where to find/save mock files.
Definition at line 22 of file PMockBackend.h.
Referenced by PMockBackend::createClientSocket(), and PMockBackend::setMockPrefix().
size_t PMockParam::port |
Connection port.
Definition at line 18 of file PMockBackend.h.