ChimeraTK-cppext 01.05.02
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
testContinuations.cc File Reference
#include <boost/test/included/unit_test.hpp>
#include "future_queue.hpp"
+ Include dependency graph for testContinuations.cc:

Go to the source code of this file.

Classes

struct  MyException
 

Macros

#define BOOST_TEST_MODULE   test_future_queue
 

Functions

 BOOST_AUTO_TEST_CASE (testDeferredContinuation)
 
 BOOST_AUTO_TEST_CASE (testDeferredContinuation_wait)
 
 BOOST_AUTO_TEST_CASE (testAsyncContinuation)
 
 BOOST_AUTO_TEST_CASE (testDeferredContinuation_void)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   test_future_queue

Definition at line 3 of file testContinuations.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( testAsyncContinuation  )

Definition at line 169 of file testContinuations.cc.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( testDeferredContinuation  )

Definition at line 15 of file testContinuations.cc.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( testDeferredContinuation_void  )

Definition at line 237 of file testContinuations.cc.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( testDeferredContinuation_wait  )

Definition at line 87 of file testContinuations.cc.