KiCad PCB EDA Suite
|
#include <pcbnew_utils/board_test_utils.h>
#include <pcbnew_utils/board_file_utils.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew/pcb_io/pcb_io.h>
#include <pcbnew/pcb_io/pcb_io_mgr.h>
Go to the source code of this file.
Classes | |
struct | PCB_IO_PLUGIN_CASE |
Functions | |
BOOST_AUTO_TEST_CASE (FindBoardPluginType) | |
BOOST_AUTO_TEST_CASE (GuessLibraryPluginType) | |
BOOST_AUTO_TEST_CASE (CheckCanReadBoard) | |
Variables | |
static const std::vector< PCB_IO_PLUGIN_CASE > | BoardPluginCases |
static const std::vector< PCB_IO_PLUGIN_CASE > | LibraryPluginCases |
BOOST_AUTO_TEST_CASE | ( | CheckCanReadBoard | ) |
Definition at line 286 of file test_io_mgr.cpp.
References PCB_IO_MGR::PLUGIN_REGISTRY::AllPlugins(), BoardPluginCases, KI_TEST::GetPcbnewTestDataDir(), PCB_IO_MGR::PLUGIN_REGISTRY::Instance(), and PCB_IO_MGR::PluginFind().
BOOST_AUTO_TEST_CASE | ( | FindBoardPluginType | ) |
Definition at line 249 of file test_io_mgr.cpp.
References BoardPluginCases, PCB_IO_MGR::FindPluginTypeFromBoardPath(), and KI_TEST::GetPcbnewTestDataDir().
BOOST_AUTO_TEST_CASE | ( | GuessLibraryPluginType | ) |
Definition at line 268 of file test_io_mgr.cpp.
References KI_TEST::GetPcbnewTestDataDir(), PCB_IO_MGR::GuessPluginTypeFromLibPath(), and LibraryPluginCases.
|
static |
Definition at line 43 of file test_io_mgr.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 148 of file test_io_mgr.cpp.
Referenced by BOOST_AUTO_TEST_CASE().