Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Functions
Reactor.ut.cpp File Reference
#include "Reactor.hpp"
#include <toolbox/net/Endpoint.hpp>
#include <toolbox/net/IoSock.hpp>
#include <toolbox/util/RefCount.hpp>
#include <boost/test/unit_test.hpp>
#include <thread>
#include <string_view>
Include dependency graph for Reactor.ut.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (ReactorLevelCase)
 
 BOOST_AUTO_TEST_CASE (ReactorSocketPriority)
 
 BOOST_AUTO_TEST_CASE (ReactorHighPriorityYield)
 
 BOOST_AUTO_TEST_CASE (ReactorEdgeCase)
 
 BOOST_AUTO_TEST_CASE (ReactorHookCase)
 
 BOOST_AUTO_TEST_CASE (ReactorLowPriorityProgress)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( ReactorLevelCase  )

Definition at line 48 of file Reactor.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( ReactorSocketPriority  )

Definition at line 80 of file Reactor.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( ReactorHighPriorityYield  )

Definition at line 144 of file Reactor.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( ReactorEdgeCase  )

Definition at line 355 of file Reactor.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( ReactorHookCase  )

Definition at line 394 of file Reactor.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( ReactorLowPriorityProgress  )

Definition at line 408 of file Reactor.ut.cpp.