|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <jobs/job_pcb_diff.h>#include <wx/file.h>#include <wx/filename.h>#include <wx/process.h>#include <wx/stdpaths.h>#include <wx/txtstrm.h>#include <array>#include <string>#include <vector>Go to the source code of this file.
Macros | |
| #define | QA_KICAD_CLI_PATH "kicad-cli" |
Functions | |
| BOOST_AUTO_TEST_CASE (DiffJobSerializesSingleOutputKey) | |
| BOOST_AUTO_TEST_CASE (RejectsInvalidVisualDiffArguments) | |
| BOOST_AUTO_TEST_CASE (RendersChangedPngAndSvgContentForEveryCommand) | |
| #define QA_KICAD_CLI_PATH "kicad-cli" |
Definition at line 40 of file test_cli_visual_diff.cpp.
| BOOST_AUTO_TEST_CASE | ( | DiffJobSerializesSingleOutputKey | ) |
Definition at line 393 of file test_cli_visual_diff.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), JOB::GetConfiguredOutputPath(), JOB::SetConfiguredOutputPath(), and JOB::ToJson().
| BOOST_AUTO_TEST_CASE | ( | RejectsInvalidVisualDiffArguments | ) |
Definition at line 415 of file test_cli_visual_diff.cpp.
References BOOST_AUTO_TEST_CASE(), and BOOST_TEST_CONTEXT().
| BOOST_AUTO_TEST_CASE | ( | RendersChangedPngAndSvgContentForEveryCommand | ) |
Definition at line 450 of file test_cli_visual_diff.cpp.