KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_cli_visual_diff.cpp File Reference
#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)
 

Macro Definition Documentation

◆ QA_KICAD_CLI_PATH

#define QA_KICAD_CLI_PATH   "kicad-cli"

Definition at line 40 of file test_cli_visual_diff.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( DiffJobSerializesSingleOutputKey )

◆ BOOST_AUTO_TEST_CASE() [2/3]

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() [3/3]

BOOST_AUTO_TEST_CASE ( RendersChangedPngAndSvgContentForEveryCommand )

Definition at line 450 of file test_cli_visual_diff.cpp.