KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <boost/test/data/test_case.hpp>
#include <pcbnew_utils/board_test_utils.h>
#include <pcbnew_utils/board_file_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_CHECK_EQUAL (PCB_IO_MGR::FindPluginTypeFromBoardPath(dataPath), c.m_expected_type) | |
BOOST_CHECK_EQUAL (PCB_IO_MGR::GuessPluginTypeFromLibPath(dataPath), c.m_expected_type) | |
for (auto &entry :pluginEntries) | |
Variables | |
static const std::vector< PCB_IO_PLUGIN_CASE > | BoardPluginCases |
static const std::vector< PCB_IO_PLUGIN_CASE > | LibraryPluginCases |
auto & | pluginEntries = PCB_IO_MGR::PLUGIN_REGISTRY::Instance()->AllPlugins() |
BOOST_CHECK_EQUAL | ( | PCB_IO_MGR::FindPluginTypeFromBoardPath(dataPath) | , |
c. | m_expected_type | ||
) |
Referenced by for().
BOOST_CHECK_EQUAL | ( | PCB_IO_MGR::GuessPluginTypeFromLibPath(dataPath) | , |
c. | m_expected_type | ||
) |
for | ( | auto &entry :pluginEntries | ) |
Definition at line 287 of file test_io_mgr.cpp.
References BOOST_CHECK_EQUAL(), BOOST_TEST_CONTEXT(), and PCB_IO_MGR::PluginFind().
|
static |
Definition at line 49 of file test_io_mgr.cpp.
|
static |
Definition at line 154 of file test_io_mgr.cpp.
auto& pluginEntries = PCB_IO_MGR::PLUGIN_REGISTRY::Instance()->AllPlugins() |
Definition at line 285 of file test_io_mgr.cpp.