#include <mock_socket.h>
|
void | CheckCalls () |
|
void | Expect_accept (int fd, int ret) |
|
void | Expect_bind (int fd, int port, bool ret) |
|
void | Expect_close (int fd) |
|
void | Expect_connect (int fd, const std::string &host, int port, bool ret) |
|
void | Expect_get_port (int socket, int ret) |
|
void | Expect_getError (int ret) |
|
void | Expect_listen (int fd, int backlog, bool ret) |
|
void | Expect_nbRead (int fd, const std::string &s, bool eof, bool ret) |
|
void | Expect_nbWrite (int fd, const std::string &s, int bytes, bool ret) |
|
void | Expect_setNonBlocking (int fd, bool ret) |
|
void | Expect_setReuseAddr (int fd, bool ret) |
|
void | Expect_socket (int ret) |
|
void | SetUp () |
|
void | TearDown () |
|
Definition at line 28 of file mock_socket.h.
◆ CheckCalls()
void MockSocketTest::CheckCalls |
( |
| ) |
|
|
protected |
◆ Expect_accept()
void MockSocketTest::Expect_accept |
( |
int |
fd, |
|
|
int |
ret |
|
) |
| |
|
protected |
◆ Expect_bind()
void MockSocketTest::Expect_bind |
( |
int |
fd, |
|
|
int |
port, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_close()
void MockSocketTest::Expect_close |
( |
int |
fd | ) |
|
|
protected |
◆ Expect_connect()
void MockSocketTest::Expect_connect |
( |
int |
fd, |
|
|
const std::string & |
host, |
|
|
int |
port, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_get_port()
void MockSocketTest::Expect_get_port |
( |
int |
socket, |
|
|
int |
ret |
|
) |
| |
|
protected |
◆ Expect_getError()
void MockSocketTest::Expect_getError |
( |
int |
ret | ) |
|
|
protected |
◆ Expect_listen()
void MockSocketTest::Expect_listen |
( |
int |
fd, |
|
|
int |
backlog, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_nbRead()
void MockSocketTest::Expect_nbRead |
( |
int |
fd, |
|
|
const std::string & |
s, |
|
|
bool |
eof, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_nbWrite()
void MockSocketTest::Expect_nbWrite |
( |
int |
fd, |
|
|
const std::string & |
s, |
|
|
int |
bytes, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_setNonBlocking()
void MockSocketTest::Expect_setNonBlocking |
( |
int |
fd, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_setReuseAddr()
void MockSocketTest::Expect_setReuseAddr |
( |
int |
fd, |
|
|
bool |
ret |
|
) |
| |
|
protected |
◆ Expect_socket()
void MockSocketTest::Expect_socket |
( |
int |
ret | ) |
|
|
protected |
◆ SetUp()
void MockSocketTest::SetUp |
( |
| ) |
|
|
protected |
◆ TearDown()
void MockSocketTest::TearDown |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following files:
xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:32