|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <navlib_safe_init.h>#include <stdexcept>#include <sys/wait.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (SuccessfulInit) | |
| BOOST_AUTO_TEST_CASE (ExceptionHandling) | |
| BOOST_AUTO_TEST_CASE (SystemErrorHandling) | |
| BOOST_AUTO_TEST_CASE (UnknownExceptionHandling) | |
| BOOST_AUTO_TEST_CASE (AbortRecovery) | |
| BOOST_AUTO_TEST_CASE | ( | AbortRecovery | ) |
Definition at line 85 of file test_navlib_safe_init.cpp.
References BOOST_CHECK_EQUAL(), BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), result, and SafeNavlibInit().
| BOOST_AUTO_TEST_CASE | ( | ExceptionHandling | ) |
Definition at line 47 of file test_navlib_safe_init.cpp.
References NavlibDriverCrashed(), result, and SafeNavlibInit().
| BOOST_AUTO_TEST_CASE | ( | SuccessfulInit | ) |
Definition at line 32 of file test_navlib_safe_init.cpp.
References BOOST_AUTO_TEST_CASE(), NavlibDriverCrashed(), result, and SafeNavlibInit().
| BOOST_AUTO_TEST_CASE | ( | SystemErrorHandling | ) |
Definition at line 59 of file test_navlib_safe_init.cpp.
References NavlibDriverCrashed(), result, and SafeNavlibInit().
| BOOST_AUTO_TEST_CASE | ( | UnknownExceptionHandling | ) |
Definition at line 72 of file test_navlib_safe_init.cpp.
References NavlibDriverCrashed(), result, and SafeNavlibInit().