|
join 1.0
lightweight network framework library
|
#include <join/async_acceptor.hpp>#include <join/condition.hpp>#include <gtest/gtest.h>#include <unistd.h>
Classes | |
| class | UnixAsyncStreamSocket |
| Class used to test the unix asynchronous stream socket API. More... | |
Functions | |
| TEST_F (UnixAsyncStreamSocket, open) | |
| Test open method. | |
| TEST_F (UnixAsyncStreamSocket, close) | |
| Test close method. | |
| TEST_F (UnixAsyncStreamSocket, bind) | |
| Test bind method. | |
| TEST_F (UnixAsyncStreamSocket, bindToDevice) | |
| Test bindToDevice method. | |
| TEST_F (UnixAsyncStreamSocket, asyncWait) | |
| Test asyncWait method. | |
| TEST_F (UnixAsyncStreamSocket, asyncWaitMulti) | |
| Test asyncWaitMulti method. | |
| TEST_F (UnixAsyncStreamSocket, asyncConnect) | |
| Test asyncConnect method. | |
| TEST_F (UnixAsyncStreamSocket, asyncWrite) | |
| Test asyncWrite method. | |
| TEST_F (UnixAsyncStreamSocket, move) | |
| Test move. | |
| TEST_F (UnixAsyncStreamSocket, cancelConnect) | |
| Test cancelConnect method. | |
| TEST_F (UnixAsyncStreamSocket, asyncReadMulti) | |
| Test asyncReadMulti method. | |
| TEST_F (UnixAsyncStreamSocket, asyncRead) | |
| Test asyncRead method. | |
| TEST_F (UnixAsyncStreamSocket, resubmit) | |
| Test asyncRead method resubmitted from its own handler. | |
| TEST_F (UnixAsyncStreamSocket, closeFromWriteHandler) | |
| Test close from within the write completion handler. | |
| TEST_F (UnixAsyncStreamSocket, cancel) | |
| Test cancel method. | |
| TEST_F (UnixAsyncStreamSocket, setOption) | |
| Test setOption method. | |
| TEST_F (UnixAsyncStreamSocket, localEndpoint) | |
| Test localEndpoint method. | |
| TEST_F (UnixAsyncStreamSocket, remoteEndpoint) | |
| Test remoteEndpoint method. | |
| TEST_F (UnixAsyncStreamSocket, opened) | |
| Test opened method. | |
| TEST_F (UnixAsyncStreamSocket, connected) | |
| Test connected method. | |
| TEST_F (UnixAsyncStreamSocket, connecting) | |
| Test connecting method. | |
| TEST_F (UnixAsyncStreamSocket, canRead) | |
| Test canRead method. | |
| TEST_F (UnixAsyncStreamSocket, mtu) | |
| Test mtu method. | |
| TEST_F (UnixAsyncStreamSocket, family) | |
| Test family method. | |
| TEST_F (UnixAsyncStreamSocket, type) | |
| Test type method. | |
| TEST_F (UnixAsyncStreamSocket, protocol) | |
| Test protocol method. | |
| TEST_F (UnixAsyncStreamSocket, handle) | |
| Test handle method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| asyncConnect | ) |
Test asyncConnect method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| asyncRead | ) |
Test asyncRead method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| asyncReadMulti | ) |
Test asyncReadMulti method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| asyncWait | ) |
Test asyncWait method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| asyncWaitMulti | ) |
Test asyncWaitMulti method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| asyncWrite | ) |
Test asyncWrite method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| bind | ) |
Test bind method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| bindToDevice | ) |
Test bindToDevice method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| cancel | ) |
Test cancel method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| cancelConnect | ) |
Test cancelConnect method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| canRead | ) |
Test canRead method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| close | ) |
Test close method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| closeFromWriteHandler | ) |
Test close from within the write completion handler.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| connected | ) |
Test connected method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| connecting | ) |
Test connecting method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| family | ) |
Test family method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| handle | ) |
Test handle method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| localEndpoint | ) |
Test localEndpoint method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| move | ) |
Test move.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| mtu | ) |
Test mtu method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| open | ) |
Test open method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| opened | ) |
Test opened method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| protocol | ) |
Test protocol method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| remoteEndpoint | ) |
Test remoteEndpoint method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| resubmit | ) |
Test asyncRead method resubmitted from its own handler.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| setOption | ) |
Test setOption method.
| TEST_F | ( | UnixAsyncStreamSocket | , |
| type | ) |
Test type method.