|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <jobs/job_export_sch_plot.h>#include <nlohmann/json.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (VariantRoundTrip) | |
| BOOST_AUTO_TEST_CASE (EmptyVariantRoundTrip) | |
| BOOST_AUTO_TEST_CASE (VariantFromJobsetJson) | |
| BOOST_AUTO_TEST_CASE | ( | EmptyVariantRoundTrip | ) |
Definition at line 49 of file test_job_export_sch_plot.cpp.
References BOOST_CHECK_EQUAL(), JOB::FromJson(), JOB_EXPORT_SCH_PLOT::m_variant, JOB_EXPORT_SCH_PLOT::m_variantNames, and JOB::ToJson().
| BOOST_AUTO_TEST_CASE | ( | VariantFromJobsetJson | ) |
Definition at line 66 of file test_job_export_sch_plot.cpp.
References JOB::FromJson(), JOB_EXPORT_SCH_PLOT::m_variant, and JOB_EXPORT_SCH_PLOT::m_variantNames.
| BOOST_AUTO_TEST_CASE | ( | VariantRoundTrip | ) |
Definition at line 32 of file test_job_export_sch_plot.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), JOB::FromJson(), JOB_EXPORT_SCH_PLOT::m_variant, and JOB::ToJson().