|
KiCad PCB EDA Suite
|
#include <qa_utils/file_utils.h>#include <qa_utils/pdf_test_utils.h>#include <qa_utils/wx_utils/unit_test_utils.h>#include <memory>#include <set>#include <string>#include <vector>#include <eeschema_helpers.h>#include <locale_io.h>#include <sch_plotter.h>#include <sch_render_settings.h>#include <sch_screen.h>#include <sch_sheet.h>#include <sch_sheet_path.h>#include <schematic.h>#include <wx/filefn.h>#include <wx/filename.h>#include <wx/stdpaths.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (LoadsEveryTopLevelSheet) | |
| BOOST_AUTO_TEST_CASE (PlotsEveryTopLevelSheetToPdf) | |
| BOOST_AUTO_TEST_CASE (PlotsEveryTopLevelSheetToItsOwnSvg) | |
| BOOST_AUTO_TEST_CASE (PlotsNewTopLevelSheetsToDistinctFiles) | |
| BOOST_AUTO_TEST_CASE | ( | LoadsEveryTopLevelSheet | ) |
Definition at line 127 of file test_issue25198_multi_top_level_plot.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), dummy, and SCH_SHEET::GetName().
| BOOST_AUTO_TEST_CASE | ( | PlotsEveryTopLevelSheetToItsOwnSvg | ) |
Definition at line 161 of file test_issue25198_multi_top_level_plot.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), dummy, KI_TEST::LoadStringData(), path, and SVG.
| BOOST_AUTO_TEST_CASE | ( | PlotsEveryTopLevelSheetToPdf | ) |
Definition at line 146 of file test_issue25198_multi_top_level_plot.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), dummy, and PDF.
| BOOST_AUTO_TEST_CASE | ( | PlotsNewTopLevelSheetsToDistinctFiles | ) |
Definition at line 197 of file test_issue25198_multi_top_level_plot.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), dummy, path, and SVG.