JayBeams  0.1
Another project to have fun coding.
Functions
ut_launch_thread.cpp File Reference
#include <jb/launch_thread.hpp>
#include <boost/test/unit_test.hpp>
#include <mutex>
#include <thread>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (launch_thread_basic)
 
 BOOST_AUTO_TEST_CASE (launch_thread_errors)
 
 BOOST_AUTO_TEST_CASE (launch_thread_unknown_exception)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( launch_thread_basic  )
Test:
Verify that jb::launch_thread<> compiles and works.

Definition at line 59 of file ut_launch_thread.cpp.

References jb::launch_thread(), and jb::thread_config::name.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( launch_thread_errors  )

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( launch_thread_unknown_exception  )
Test:
Improve coverage, handle unknown exceptions.

Definition at line 130 of file ut_launch_thread.cpp.

References jb::launch_thread().