|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (AppendPaperDeltas_IdenticalProducesNoDeltas) | |
| BOOST_AUTO_TEST_CASE (AppendPaperDeltas_FormatChangeOnly) | |
| BOOST_AUTO_TEST_CASE (AppendPaperDeltas_OrientationChangeOnly) | |
| BOOST_AUTO_TEST_CASE (AppendPaperDeltas_BothChange_EmitsTwoInDocumentedOrder) | |
| BOOST_AUTO_TEST_CASE (AppendPaperDeltas_AppendsToExistingVector) | |
| BOOST_AUTO_TEST_CASE | ( | AppendPaperDeltas_AppendsToExistingVector | ) |
Definition at line 110 of file test_doc_property_helpers.cpp.
References A3, A4, KICAD_DIFF::AppendPaperDeltas(), KICAD_DIFF::DOC_PROP_PAGE_FORMAT, KICAD_DIFF::PROPERTY_DELTA::name, and name.
| BOOST_AUTO_TEST_CASE | ( | AppendPaperDeltas_BothChange_EmitsTwoInDocumentedOrder | ) |
Definition at line 93 of file test_doc_property_helpers.cpp.
References A3, A4, KICAD_DIFF::AppendPaperDeltas(), KICAD_DIFF::DOC_PROP_PAGE_FORMAT, KICAD_DIFF::DOC_PROP_PAGE_ORIENTATION, and name.
| BOOST_AUTO_TEST_CASE | ( | AppendPaperDeltas_FormatChangeOnly | ) |
Definition at line 49 of file test_doc_property_helpers.cpp.
References A3, A4, KICAD_DIFF::AppendPaperDeltas(), BOOST_CHECK_EQUAL(), KICAD_DIFF::DOC_PROP_PAGE_FORMAT, KICAD_DIFF::DIFF_VALUE::ENUM, PAGE_INFO::GetType(), PAGE_INFO::GetTypeAsString(), and name.
| BOOST_AUTO_TEST_CASE | ( | AppendPaperDeltas_IdenticalProducesNoDeltas | ) |
Definition at line 37 of file test_doc_property_helpers.cpp.
References A4, KICAD_DIFF::AppendPaperDeltas(), and BOOST_AUTO_TEST_CASE().
| BOOST_AUTO_TEST_CASE | ( | AppendPaperDeltas_OrientationChangeOnly | ) |
Definition at line 75 of file test_doc_property_helpers.cpp.
References A4, KICAD_DIFF::AppendPaperDeltas(), KICAD_DIFF::DIFF_VALUE::BOOL, BOOST_CHECK_EQUAL(), KICAD_DIFF::DOC_PROP_PAGE_ORIENTATION, PAGE_INFO::GetType(), and name.