KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <board.h>
#include <board_design_settings.h>
#include <pad.h>
#include <pcb_track.h>
#include <footprint.h>
#include <zone.h>
#include <drc/drc_item.h>
#include <settings/settings_manager.h>
#include <tools/multichannel_tool.h>
#include <connectivity/topo_match.h>
Go to the source code of this file.
Classes | |
struct | MULTICHANNEL_TEST_FIXTURE |
class | MOCK_TOOLS_HOLDER |
Functions | |
RULE_AREA * | findRuleAreaByPartialName (MULTICHANNEL_TOOL *aTool, const wxString &aName) |
BOOST_FIXTURE_TEST_CASE (MultichannelToolRegressions, MULTICHANNEL_TEST_FIXTURE) | |
BOOST_FIXTURE_TEST_CASE | ( | MultichannelToolRegressions | , |
MULTICHANNEL_TEST_FIXTURE | |||
) |
Definition at line 68 of file test_multichannel.cpp.
References MULTICHANNEL_TOOL::AutogenerateRuleAreas(), MULTICHANNEL_TOOL::FindExistingRuleAreas(), findRuleAreaByPartialName(), MULTICHANNEL_TOOL::GetData(), KI_TEST::LoadBoard(), RULE_AREA::m_area, RULE_AREA::m_generateEnabled, RULE_AREA::m_raFootprints, RULE_AREA::m_ruleName, RULE_AREA::m_sheetName, MULTICHANNEL_TOOL::QuerySheetsAndComponentClasses(), TOOL_MANAGER::RegisterTool(), MULTICHANNEL_TOOL::RepeatLayout(), TOOL_MANAGER::SetEnvironment(), and TMATCH::CONNECTION_GRAPH::ST_OK.
RULE_AREA * findRuleAreaByPartialName | ( | MULTICHANNEL_TOOL * | aTool, |
const wxString & | aName | ||
) |
Definition at line 56 of file test_multichannel.cpp.
Referenced by BOOST_FIXTURE_TEST_CASE().