|
KiCad PCB EDA Suite
|
#include <memory>#include <vector>#include <boost/test/unit_test.hpp>#include <wx/filename.h>#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_test_utils.h>#include <api/api_handler_pcb.h>#include <api/headless_pcb_context.h>#include <api/board/board_commands.pb.h>#include <api/common/envelope.pb.h>#include <api/common/types/base_types.pb.h>#include <board.h>#include <connectivity/connectivity_data.h>#include <settings/settings_manager.h>#include <zone.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (RefillZonesSubset) | |
| BOOST_AUTO_TEST_CASE (RefillZonesSubsetRebuildsConnectivity) | |
| BOOST_AUTO_TEST_CASE (RefillZonesAllHeadless) | |
| BOOST_AUTO_TEST_CASE (RefillZonesUnknownIdRejected) | |
| BOOST_AUTO_TEST_CASE | ( | RefillZonesAllHeadless | ) |
Definition at line 177 of file test_api_handler_pcb.cpp.
References BOOST_CHECK_EQUAL(), BOOST_CHECK_MESSAGE(), API_HANDLER::Handle(), and result.
| BOOST_AUTO_TEST_CASE | ( | RefillZonesSubset | ) |
Definition at line 115 of file test_api_handler_pcb.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), API_HANDLER::Handle(), ZONE::IsFilled(), and result.
| BOOST_AUTO_TEST_CASE | ( | RefillZonesSubsetRebuildsConnectivity | ) |
Definition at line 145 of file test_api_handler_pcb.cpp.
References BOOST_CHECK_MESSAGE(), API_HANDLER::Handle(), and result.
| BOOST_AUTO_TEST_CASE | ( | RefillZonesUnknownIdRejected | ) |
Definition at line 198 of file test_api_handler_pcb.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), API_HANDLER::Handle(), and result.