|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <diff_merge/diff_renderer_plotter.h>#include <diff_merge/diff_scene.h>#include <base_units.h>#include <wx/file.h>#include <wx/filename.h>#include <wx/stdpaths.h>#include <wx/utils.h>#include <regex>#include <string>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (SvgSchematicSceneUsesSchematicScale) | |
| BOOST_AUTO_TEST_CASE (PngEmptyScenePlaceholder) | |
| BOOST_AUTO_TEST_CASE (PngPopulatedSceneIsLargerThanPlaceholder) | |
| BOOST_AUTO_TEST_CASE (SvgEmptyScenePlaceholder) | |
| BOOST_AUTO_TEST_CASE (SvgPopulatedSceneEmitsSvgRoot) | |
| BOOST_AUTO_TEST_CASE | ( | PngEmptyScenePlaceholder | ) |
Definition at line 232 of file test_renderer_output.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), KICAD_DIFF::PLOTTER_RENDER_OPTIONS::dpi, header, and KICAD_DIFF::RenderSceneToPng().
| BOOST_AUTO_TEST_CASE | ( | PngPopulatedSceneIsLargerThanPlaceholder | ) |
Definition at line 254 of file test_renderer_output.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), KICAD_DIFF::PLOTTER_RENDER_OPTIONS::dpi, header, KICAD_DIFF::PLOTTER_RENDER_OPTIONS::pixelHeight, KICAD_DIFF::PLOTTER_RENDER_OPTIONS::pixelWidth, and KICAD_DIFF::RenderSceneToPng().
| BOOST_AUTO_TEST_CASE | ( | SvgEmptyScenePlaceholder | ) |
Definition at line 280 of file test_renderer_output.cpp.
References BOOST_REQUIRE(), and KICAD_DIFF::RenderSceneToSvg().
| BOOST_AUTO_TEST_CASE | ( | SvgPopulatedSceneEmitsSvgRoot | ) |
Definition at line 298 of file test_renderer_output.cpp.
References BOOST_REQUIRE(), KICAD_DIFF::PLOTTER_RENDER_OPTIONS::pixelHeight, KICAD_DIFF::PLOTTER_RENDER_OPTIONS::pixelWidth, and KICAD_DIFF::RenderSceneToSvg().
| BOOST_AUTO_TEST_CASE | ( | SvgSchematicSceneUsesSchematicScale | ) |
Definition at line 195 of file test_renderer_output.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_REQUIRE(), KICAD_DIFF::PCB, pcbIUScale, KICAD_DIFF::RenderSceneToSvg(), KICAD_DIFF::SCH, and schIUScale.