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/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 285 of file test_io_mgr.cpp.
References IO_MGR::PLUGIN_REGISTRY::AllPlugins(), BoardPluginCases, BOOST_TEST_CONTEXT, KI_TEST::GetPcbnewTestDataDir(), IO_MGR::PLUGIN_REGISTRY::Instance(), and IO_MGR::PluginFind().
BOOST_AUTO_TEST_CASE | ( | FindBoardPluginType | ) |
Definition at line 248 of file test_io_mgr.cpp.
References BoardPluginCases, BOOST_TEST_CONTEXT, IO_MGR::FindPluginTypeFromBoardPath(), and KI_TEST::GetPcbnewTestDataDir().
BOOST_AUTO_TEST_CASE | ( | GuessLibraryPluginType | ) |
Definition at line 267 of file test_io_mgr.cpp.
References BOOST_TEST_CONTEXT, KI_TEST::GetPcbnewTestDataDir(), IO_MGR::GuessPluginTypeFromLibPath(), and LibraryPluginCases.
|
static |
Definition at line 42 of file test_io_mgr.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 147 of file test_io_mgr.cpp.
Referenced by BOOST_AUTO_TEST_CASE().