|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <dialog_shim.h>#include <wx/display.h>#include <wx/textctrl.h>Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_NO_MAIN |
| #define | SKIP_IF_HEADLESS() |
Functions | |
| static bool | IsDisplayAvailable () |
| BOOST_AUTO_TEST_CASE (OptOutControlNotRestored) | |
| BOOST_AUTO_TEST_CASE (OptOutControlNotSaved) | |
| #define BOOST_TEST_NO_MAIN |
Definition at line 20 of file test_dialog_shim.cpp.
| #define SKIP_IF_HEADLESS | ( | ) |
Definition at line 37 of file test_dialog_shim.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| BOOST_AUTO_TEST_CASE | ( | OptOutControlNotRestored | ) |
Definition at line 83 of file test_dialog_shim.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and SKIP_IF_HEADLESS.
| BOOST_AUTO_TEST_CASE | ( | OptOutControlNotSaved | ) |
Definition at line 110 of file test_dialog_shim.cpp.
References BOOST_CHECK_EQUAL(), and SKIP_IF_HEADLESS.
|
static |
Definition at line 29 of file test_dialog_shim.cpp.