|
join 1.0
lightweight network framework library
|

Classes | |
| class | TcpSocketStream |
| Class used to test the TCP socket stream API. More... | |
Functions | |
| TEST_F (TcpSocketStream, defaultConstruct) | |
| Test default constructor. | |
| TEST_F (TcpSocketStream, moveConstruct) | |
| Test move constructor. | |
| TEST_F (TcpSocketStream, moveAssign) | |
| Test move operatore. | |
| TEST_F (TcpSocketStream, bind) | |
| Test bind method. | |
| TEST_F (TcpSocketStream, connect) | |
| Test connect method. | |
| TEST_F (TcpSocketStream, disconnect) | |
| Test disconnect method. | |
| TEST_F (TcpSocketStream, close) | |
| Test close method. | |
| TEST_F (TcpSocketStream, localEndpoint) | |
| Test localEndpoint method. | |
| TEST_F (TcpSocketStream, remoteEndpoint) | |
| Test remoteEndpoint method. | |
| TEST_F (TcpSocketStream, opened) | |
| Test opened method. | |
| TEST_F (TcpSocketStream, connected) | |
| Test connected method. | |
| TEST_F (TcpSocketStream, encrypted) | |
| Test encrypted method. | |
| TEST_F (TcpSocketStream, timeout) | |
| Test timeout method. | |
| TEST_F (TcpSocketStream, socket) | |
| Test socket method. | |
| TEST_F (TcpSocketStream, insert) | |
| Test insert operator. | |
| TEST_F (TcpSocketStream, put) | |
| Test put method. | |
| TEST_F (TcpSocketStream, write) | |
| Test write method. | |
| TEST_F (TcpSocketStream, flush) | |
| Test flush method. | |
| TEST_F (TcpSocketStream, extract) | |
| Test extract method. | |
| TEST_F (TcpSocketStream, get) | |
| Test get method. | |
| TEST_F (TcpSocketStream, peek) | |
| Test peek method. | |
| TEST_F (TcpSocketStream, getline) | |
| Test getline method. | |
| TEST_F (TcpSocketStream, ignore) | |
| Test ignore method. | |
| TEST_F (TcpSocketStream, read) | |
| Test read method. | |
| TEST_F (TcpSocketStream, DISABLED_readsome) | |
| Test readsome method. | |
| TEST_F (TcpSocketStream, gcount) | |
| Test gcount method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | TcpSocketStream | , |
| bind | ) |
Test bind method.
| TEST_F | ( | TcpSocketStream | , |
| close | ) |
Test close method.
| TEST_F | ( | TcpSocketStream | , |
| connect | ) |
Test connect method.
| TEST_F | ( | TcpSocketStream | , |
| connected | ) |
Test connected method.
| TEST_F | ( | TcpSocketStream | , |
| defaultConstruct | ) |
Test default constructor.
| TEST_F | ( | TcpSocketStream | , |
| DISABLED_readsome | ) |
Test readsome method.
| TEST_F | ( | TcpSocketStream | , |
| disconnect | ) |
Test disconnect method.
| TEST_F | ( | TcpSocketStream | , |
| encrypted | ) |
Test encrypted method.
| TEST_F | ( | TcpSocketStream | , |
| extract | ) |
Test extract method.
| TEST_F | ( | TcpSocketStream | , |
| flush | ) |
Test flush method.
| TEST_F | ( | TcpSocketStream | , |
| gcount | ) |
Test gcount method.
| TEST_F | ( | TcpSocketStream | , |
| get | ) |
Test get method.
| TEST_F | ( | TcpSocketStream | , |
| getline | ) |
Test getline method.
| TEST_F | ( | TcpSocketStream | , |
| ignore | ) |
Test ignore method.
| TEST_F | ( | TcpSocketStream | , |
| insert | ) |
Test insert operator.
| TEST_F | ( | TcpSocketStream | , |
| localEndpoint | ) |
Test localEndpoint method.
| TEST_F | ( | TcpSocketStream | , |
| moveAssign | ) |
Test move operatore.
| TEST_F | ( | TcpSocketStream | , |
| moveConstruct | ) |
Test move constructor.
| TEST_F | ( | TcpSocketStream | , |
| opened | ) |
Test opened method.
| TEST_F | ( | TcpSocketStream | , |
| peek | ) |
Test peek method.
| TEST_F | ( | TcpSocketStream | , |
| put | ) |
Test put method.
| TEST_F | ( | TcpSocketStream | , |
| read | ) |
Test read method.
| TEST_F | ( | TcpSocketStream | , |
| remoteEndpoint | ) |
Test remoteEndpoint method.
| TEST_F | ( | TcpSocketStream | , |
| socket | ) |
Test socket method.
| TEST_F | ( | TcpSocketStream | , |
| timeout | ) |
Test timeout method.
| TEST_F | ( | TcpSocketStream | , |
| write | ) |
Test write method.