|
KiCad PCB EDA Suite
|
#include <filesystem>#include <fstream>#include <memory>#include <vector>#include <qa_utils/wx_utils/unit_test_utils.h>#include <design_block.h>#include <design_block_io.h>#include <design_block_library_adapter.h>#include <ki_exception.h>#include <libraries/library_manager.h>#include <libraries/library_table.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (LoadNamesTheBlockNotThePath) | |
| BOOST_AUTO_TEST_CASE (LoadReportsUnreadableMetadata) | |
| BOOST_AUTO_TEST_CASE (LoadReportsLibraryNotInTable) | |
| BOOST_AUTO_TEST_CASE | ( | LoadNamesTheBlockNotThePath | ) |
Definition at line 101 of file test_design_block_library_adapter.cpp.
References BOOST_AUTO_TEST_CASE(), DESIGN_BLOCK_IO::DesignBlockLoad(), and IO_ERROR::What().
| BOOST_AUTO_TEST_CASE | ( | LoadReportsLibraryNotInTable | ) |
Definition at line 146 of file test_design_block_library_adapter.cpp.
References BOOST_REQUIRE().
| BOOST_AUTO_TEST_CASE | ( | LoadReportsUnreadableMetadata | ) |
Definition at line 129 of file test_design_block_library_adapter.cpp.
References BOOST_AUTO_TEST_CASE().