|
join 1.0
lightweight network framework library
|
#include <join/async_acceptor.hpp>#include <join/condition.hpp>#include <thread>#include <gtest/gtest.h>
Classes | |
| class | UnixAsyncAcceptor |
| Class used to test the unix asynchronous stream acceptor API. More... | |
Functions | |
| TEST_F (UnixAsyncAcceptor, create) | |
| Test create method. | |
| TEST_F (UnixAsyncAcceptor, close) | |
| Test close method. | |
| TEST_F (UnixAsyncAcceptor, asyncAccept) | |
| Test asyncAccept method. | |
| TEST_F (UnixAsyncAcceptor, asyncAcceptMulti) | |
| Test asyncAcceptMulti method. | |
| TEST_F (UnixAsyncAcceptor, resubmit) | |
| Test asyncAccept method resubmitted from its own handler. | |
| TEST_F (UnixAsyncAcceptor, discard) | |
| Test asyncAccept method without handler. | |
| TEST_F (UnixAsyncAcceptor, closeFromHandler) | |
| Test acceptor closed from within its own handler. | |
| TEST_F (UnixAsyncAcceptor, cancel) | |
| Test cancel method. | |
| TEST_F (UnixAsyncAcceptor, localEndpoint) | |
| Test localEndpoint method. | |
| TEST_F (UnixAsyncAcceptor, opened) | |
| Test opened method. | |
| TEST_F (UnixAsyncAcceptor, family) | |
| Test family method. | |
| TEST_F (UnixAsyncAcceptor, type) | |
| Test type method. | |
| TEST_F (UnixAsyncAcceptor, protocol) | |
| Test protocol method. | |
| TEST_F (UnixAsyncAcceptor, handle) | |
| Test handle method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | UnixAsyncAcceptor | , |
| asyncAccept | ) |
Test asyncAccept method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| asyncAcceptMulti | ) |
Test asyncAcceptMulti method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| cancel | ) |
Test cancel method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| close | ) |
Test close method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| closeFromHandler | ) |
Test acceptor closed from within its own handler.
| TEST_F | ( | UnixAsyncAcceptor | , |
| create | ) |
Test create method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| discard | ) |
Test asyncAccept method without handler.
| TEST_F | ( | UnixAsyncAcceptor | , |
| family | ) |
Test family method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| handle | ) |
Test handle method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| localEndpoint | ) |
Test localEndpoint method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| opened | ) |
Test opened method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| protocol | ) |
Test protocol method.
| TEST_F | ( | UnixAsyncAcceptor | , |
| resubmit | ) |
Test asyncAccept method resubmitted from its own handler.
| TEST_F | ( | UnixAsyncAcceptor | , |
| type | ) |
Test type method.