|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <magic_enum.hpp>#include <import_export.h>#include <qa_utils/wx_utils/wx_assert.h>#include <qa_utils/api_test_utils.h>#include <api/api_enums.h>#include <api/board/board.pb.h>#include <api/board/board_rules.pb.h>#include <api/common/types/enums.pb.h>#include <api/common/types/library_types.pb.h>#include <eda_shape.h>#include <core/mirror.h>#include <core/typeinfo.h>#include <font/text_attributes.h>#include <layer_ids.h>#include <libraries/library_manager.h>#include <libraries/library_table.h>#include <pin_type.h>#include <stroke_params.h>#include <widgets/report_severity.h>#include <api/board/board_types.pb.h>#include <api/board/board_commands.pb.h>#include <api/board/board_jobs.pb.h>#include <api/schematic/schematic_jobs.pb.h>#include <api/common/types/embedded_files.pb.h>#include <embedded_files.h>#include <board_stackup_manager/board_stackup.h>#include <constraints/pcb_constraint.h>#include <jobs/job_export_sch_netlist.h>#include <jobs/job_export_sch_plot.h>#include <jobs/job_export_pcb_3d.h>#include <jobs/job_export_pcb_dxf.h>#include <jobs/job_export_pcb_drill.h>#include <jobs/job_export_pcb_ipc2581.h>#include <jobs/job_export_pcb_odb.h>#include <jobs/job_export_pcb_pdf.h>#include <jobs/job_export_pcb_pos.h>#include <jobs/job_export_pcb_ps.h>#include <jobs/job_export_pcb_stats.h>#include <jobs/job_export_pcb_svg.h>#include <jobs/job_pcb_render.h>#include <drc/drc_item.h>#include <drc/drc_rule.h>#include <padstack.h>#include <pcb_dimension.h>#include <pcb_track.h>#include <plotprint_opts.h>#include <project/board_project_settings.h>#include <zones.h>#include <zone_settings.h>Go to the source code of this file.
| BOOST_AUTO_TEST_CASE | ( | Board3DFormat | ) |
Definition at line 415 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | Board3DVRMLUnits | ) |
Definition at line 420 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | BoardEdgeConnectorType | ) |
Definition at line 245 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | BoardFlipDirection | ) |
Definition at line 230 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | BoardLayer | ) |
Definition at line 109 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | BoardStackupLayerType | ) |
Definition at line 235 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ConstraintAnchor | ) |
Definition at line 271 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ConstraintType | ) |
Definition at line 265 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | CustomRuleConstraintOption | ) |
Definition at line 378 of file test_api_enums.cpp.
References BOOST_REQUIRE(), FromProtoEnum(), DRC_CONSTRAINT::NUM_OPTIONS, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | CustomRuleConstraintType | ) |
Definition at line 360 of file test_api_enums.cpp.
References BOOST_REQUIRE(), FromProtoEnum(), NULL_CONSTRAINT, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | CustomRuleDisallowType | ) |
Definition at line 393 of file test_api_enums.cpp.
References BOOST_REQUIRE(), DRC_DISALLOW_BLIND_VIAS, DRC_DISALLOW_BURIED_VIAS, DRC_DISALLOW_FOOTPRINTS, DRC_DISALLOW_GRAPHICS, DRC_DISALLOW_HOLES, DRC_DISALLOW_MICRO_VIAS, DRC_DISALLOW_PADS, DRC_DISALLOW_TEXTS, DRC_DISALLOW_THROUGH_VIAS, DRC_DISALLOW_TRACKS, DRC_DISALLOW_ZONES, FromProtoEnum(), and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | DesignRuleType | ) |
Definition at line 276 of file test_api_enums.cpp.
References BOOST_REQUIRE(), DRCE_ALLOWED_ITEMS, DRCE_ANNULAR_WIDTH, DRCE_ASSERTION_FAILURE, DRCE_CLEARANCE, DRCE_CONNECTION_WIDTH, DRCE_COPPER_SLIVER, DRCE_CREEPAGE, DRCE_DANGLING_TRACK, DRCE_DANGLING_VIA, DRCE_DISABLED_LAYER_ITEM, DRCE_DP_GAP_OUT_OF_RANGE, DRCE_DP_UNCOUPLED_LENGTH_TOO_LONG, DRCE_DRILL_OUT_OF_RANGE, DRCE_DRILLED_HOLES_COLOCATED, DRCE_DRILLED_HOLES_TOO_CLOSE, DRCE_DUPLICATE_FOOTPRINT, DRCE_EDGE_CLEARANCE, DRCE_EXTRA_FOOTPRINT, DRCE_FOOTPRINT, DRCE_FOOTPRINT_FILTERS, DRCE_FOOTPRINT_TYPE_MISMATCH, DRCE_GENERIC_ERROR, DRCE_GENERIC_WARNING, DRCE_HOLE_CLEARANCE, DRCE_INVALID_OUTLINE, DRCE_ISOLATED_COPPER, DRCE_LENGTH_OUT_OF_RANGE, DRCE_LIB_FOOTPRINT_ISSUES, DRCE_LIB_FOOTPRINT_MISMATCH, DRCE_MALFORMED_COURTYARD, DRCE_MALFORMED_MICROVIA_STACK_SPAN, DRCE_MICROVIA_ASPECT_RATIO, DRCE_MICROVIA_CROSSES_CORE, DRCE_MICROVIA_DRILL_OUT_OF_RANGE, DRCE_MICROVIA_STACK_DEPTH, DRCE_MICROVIA_STACK_NOT_FILLED, DRCE_MIRRORED_TEXT_ON_FRONT_LAYER, DRCE_MISSING_COURTYARD, DRCE_MISSING_FOOTPRINT, DRCE_MISSING_TUNING_PROFILE, DRCE_NET_CONFLICT, DRCE_NPTH_IN_COURTYARD, DRCE_OVERLAPPING_FOOTPRINTS, DRCE_PAD_TH_WITH_NO_HOLE, DRCE_PADSTACK, DRCE_PADSTACK_INVALID, DRCE_PTH_IN_COURTYARD, DRCE_SCHEMATIC_FIELDS_PARITY, DRCE_SCHEMATIC_PARITY, DRCE_SHORTING_ITEMS, DRCE_SILK_CLEARANCE, DRCE_SILK_EDGE_CLEARANCE, DRCE_SILK_MASK_CLEARANCE, DRCE_SKEW_OUT_OF_RANGE, DRCE_SOLDERMASK_BRIDGE, DRCE_STARVED_THERMAL, DRCE_TEXT_HEIGHT, DRCE_TEXT_ON_EDGECUTS, DRCE_TEXT_THICKNESS, DRCE_TRACK_ANGLE, DRCE_TRACK_NOT_CENTERED_ON_VIA, DRCE_TRACK_ON_POST_MACHINED_LAYER, DRCE_TRACK_SEGMENT_LENGTH, DRCE_TRACK_WIDTH, DRCE_TRACKS_CROSSING, DRCE_UNCONNECTED_ITEMS, DRCE_UNMIRRORED_TEXT_ON_BACK_LAYER, DRCE_UNRESOLVED_VARIABLE, DRCE_VIA_COUNT_OUT_OF_RANGE, DRCE_VIA_DIAMETER, FromProtoEnum(), and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | DielectricModel | ) |
Definition at line 240 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionArrowDirection | ) |
Definition at line 195 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionPrecision | ) |
Definition at line 200 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionTextBorderStyle | ) |
Definition at line 185 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionTextPosition | ) |
Definition at line 205 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionUnit | ) |
Definition at line 210 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionUnitFormat | ) |
Definition at line 190 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrcSeverity | ) |
Definition at line 255 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillFormat | ) |
Definition at line 506 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillMapFormat | ) |
Definition at line 521 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillOrigin | ) |
Definition at line 511 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillShape | ) |
Definition at line 139 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillUnits | ) |
Definition at line 526 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillZerosFormat | ) |
Definition at line 516 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DxfPaginationMode | ) |
Definition at line 462 of file test_api_enums.cpp.
References FromProtoEnum(), JOB_EXPORT_PCB_DXF::MULTI, JOB_EXPORT_PCB_DXF::SINGLE, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | DxfUnits | ) |
Definition at line 479 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ElectricalPinType | ) |
Definition at line 104 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | EmbeddedFileType | ) |
Definition at line 250 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | GraphicFillType | ) |
Definition at line 94 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | HorizontalAlignment | ) |
Definition at line 79 of file test_api_enums.cpp.
References BOOST_AUTO_TEST_CASE(), and testEnums().
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| BOOST_AUTO_TEST_CASE | ( | InactiveLayerDisplayMode | ) |
Definition at line 215 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | Ipc2581Units | ) |
Definition at line 546 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | Ipc2581Version | ) |
Definition at line 551 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | IslandRemovalMode | ) |
Definition at line 155 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | KiCadObjectType | ) |
Definition at line 99 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | LibraryLoadStatus | ) |
Definition at line 596 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | LibraryTableScope | ) |
Definition at line 591 of file test_api_enums.cpp.
References testEnums(), and UNINITIALIZED.
| BOOST_AUTO_TEST_CASE | ( | LibraryType | ) |
Definition at line 586 of file test_api_enums.cpp.
References testEnums(), and UNINITIALIZED.
| BOOST_AUTO_TEST_CASE | ( | NetColorDisplayMode | ) |
Definition at line 220 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | OdbCompression | ) |
Definition at line 561 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | OdbUnits | ) |
Definition at line 556 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadFabricationProperty | ) |
Definition at line 134 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadStackShape | ) |
Definition at line 114 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadStackType | ) |
Definition at line 129 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadType | ) |
Definition at line 124 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PdfPaginationMode | ) |
Definition at line 484 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PlacementRuleSourceType | ) |
Definition at line 170 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PlotDrillMarks | ) |
Definition at line 410 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PositionFormat | ) |
Definition at line 541 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PositionSide | ) |
Definition at line 531 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PositionUnits | ) |
Definition at line 536 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PsPaginationMode | ) |
Definition at line 489 of file test_api_enums.cpp.
References FromProtoEnum(), JOB_EXPORT_PCB_PS::MULTI, JOB_EXPORT_PCB_PS::SINGLE, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | RatsnestDisplayMode | ) |
Definition at line 225 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderBackgroundStyle | ) |
Definition at line 435 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderFormat | ) |
Definition at line 425 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderQuality | ) |
Definition at line 430 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderSide | ) |
Definition at line 440 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RuleSeverity | ) |
Definition at line 260 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | SchematicJobPageSize | ) |
Definition at line 576 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | SchematicNetlistFormat | ) |
Definition at line 581 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | StatsOutputFormat | ) |
Definition at line 566 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | StatsUnits | ) |
Definition at line 571 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | StrokeLineStyle | ) |
Definition at line 89 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | SvgPaginationMode | ) |
Definition at line 445 of file test_api_enums.cpp.
References FromProtoEnum(), JOB_EXPORT_PCB_SVG::MULTI, JOB_EXPORT_PCB_SVG::SINGLE, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | TeardropTarget | ) |
Definition at line 180 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | UnconnectedLayerRemoval | ) |
Definition at line 144 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | VerticalAlignment | ) |
Definition at line 84 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ViaType | ) |
Definition at line 149 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneBorderStyle | ) |
Definition at line 165 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneConnectionStyle | ) |
Definition at line 119 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneFillMode | ) |
Definition at line 160 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneTeardropType | ) |
Definition at line 175 of file test_api_enums.cpp.
References testEnums().