|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <jobs/job_pcb_diff.h>#include <qa_utils/wx_utils/unit_test_utils.h>#include <wx/file.h>#include <wx/filefn.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 42 of file test_cli_visual_diff.cpp.
| BOOST_AUTO_TEST_CASE | ( | DiffJobSerializesSingleOutputKey | ) |
Definition at line 323 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 345 of file test_cli_visual_diff.cpp.
References BOOST_AUTO_TEST_CASE(), and BOOST_TEST_CONTEXT().
| BOOST_AUTO_TEST_CASE | ( | RendersChangedPngAndSvgContentForEveryCommand | ) |
Definition at line 380 of file test_cli_visual_diff.cpp.