|
join 1.0
lightweight network framework library
|
#include <join/condition.hpp>#include <join/proactor.hpp>#include <join/acceptor.hpp>#include <gtest/gtest.h>
Classes | |
| class | SqpollProactorTest |
| Class used to test SqpollProactor. More... | |
Functions | |
| TEST_F (SqpollProactorTest, stop) | |
| Test stop. | |
| TEST_F (SqpollProactorTest, submit) | |
| Test submit. | |
| TEST_F (SqpollProactorTest, cancel) | |
| Test cancel. | |
| TEST_F (SqpollProactorTest, flush) | |
| Test flush. | |
| TEST_F (SqpollProactorTest, chain) | |
| Test SQE chaining. | |
| TEST_F (SqpollProactorTest, mlock) | |
| Test mlock. | |
| TEST_F (SqpollProactorTest, isRunning) | |
| Test isRunning. | |
| TEST_F (SqpollProactorTest, asyncConnect) | |
| Test async connect. | |
| TEST_F (SqpollProactorTest, asyncAccept) | |
| Test async accept. | |
| TEST_F (SqpollProactorTest, asyncWrite) | |
| Test async write. | |
| TEST_F (SqpollProactorTest, asyncRead) | |
| Test async read. | |
| TEST_F (SqpollProactorTest, asyncWriteFixed) | |
| Test async write fixed. | |
| TEST_F (SqpollProactorTest, asyncReadFixed) | |
| Test async read fixed. | |
| TEST_F (SqpollProactorTest, asyncSendmsg) | |
| Test async sendmsg. | |
| TEST_F (SqpollProactorTest, asyncRecvmsg) | |
| Test async recvmsg. | |
| TEST_F (SqpollProactorTest, asyncSend) | |
| Test async send. | |
| TEST_F (SqpollProactorTest, asyncRecv) | |
| Test async recv. | |
| TEST_F (SqpollProactorTest, onClose) | |
| Test onClose. | |
| TEST_F (SqpollProactorTest, onError) | |
| Test onError. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | SqpollProactorTest | , |
| asyncAccept | ) |
Test async accept.
| TEST_F | ( | SqpollProactorTest | , |
| asyncConnect | ) |
Test async connect.
| TEST_F | ( | SqpollProactorTest | , |
| asyncRead | ) |
Test async read.
| TEST_F | ( | SqpollProactorTest | , |
| asyncReadFixed | ) |
Test async read fixed.
| TEST_F | ( | SqpollProactorTest | , |
| asyncRecv | ) |
Test async recv.
| TEST_F | ( | SqpollProactorTest | , |
| asyncRecvmsg | ) |
Test async recvmsg.
| TEST_F | ( | SqpollProactorTest | , |
| asyncSend | ) |
Test async send.
| TEST_F | ( | SqpollProactorTest | , |
| asyncSendmsg | ) |
Test async sendmsg.
| TEST_F | ( | SqpollProactorTest | , |
| asyncWrite | ) |
Test async write.
| TEST_F | ( | SqpollProactorTest | , |
| asyncWriteFixed | ) |
Test async write fixed.
| TEST_F | ( | SqpollProactorTest | , |
| cancel | ) |
Test cancel.
| TEST_F | ( | SqpollProactorTest | , |
| chain | ) |
Test SQE chaining.
| TEST_F | ( | SqpollProactorTest | , |
| flush | ) |
Test flush.
| TEST_F | ( | SqpollProactorTest | , |
| isRunning | ) |
Test isRunning.
| TEST_F | ( | SqpollProactorTest | , |
| mlock | ) |
Test mlock.
| TEST_F | ( | SqpollProactorTest | , |
| onClose | ) |
Test onClose.
| TEST_F | ( | SqpollProactorTest | , |
| onError | ) |
Test onError.
| TEST_F | ( | SqpollProactorTest | , |
| stop | ) |
Test stop.
| TEST_F | ( | SqpollProactorTest | , |
| submit | ) |
Test submit.