|
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/common/types/enums.pb.h>#include <eda_shape.h>#include <core/typeinfo.h>#include <font/text_attributes.h>#include <layer_ids.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 <board_stackup_manager/board_stackup.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 367 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | Board3DVRMLUnits | ) |
Definition at line 372 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | BoardLayer | ) |
Definition at line 101 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | BoardStackupLayerType | ) |
Definition at line 217 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | CustomRuleConstraintOption | ) |
Definition at line 330 of file test_api_enums.cpp.
References BOOST_REQUIRE(), FromProtoEnum(), DRC_CONSTRAINT::NUM_OPTIONS, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | CustomRuleConstraintType | ) |
Definition at line 312 of file test_api_enums.cpp.
References BOOST_REQUIRE(), FromProtoEnum(), NULL_CONSTRAINT, and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | CustomRuleDisallowType | ) |
Definition at line 345 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 232 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_DIFF_PAIR_GAP_OUT_OF_RANGE, DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG, DRCE_DISABLED_LAYER_ITEM, 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_MICROVIA_DRILL_OUT_OF_RANGE, DRCE_MIRRORED_TEXT_ON_FRONT_LAYER, DRCE_MISSING_COURTYARD, DRCE_MISSING_FOOTPRINT, DRCE_MISSING_TUNING_PROFILE, DRCE_NET_CONFLICT, DRCE_NONMIRRORED_TEXT_ON_BACK_LAYER, 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_UNRESOLVED_VARIABLE, DRCE_VIA_COUNT_OUT_OF_RANGE, DRCE_VIA_DIAMETER, DRCE_ZONES_INTERSECT, FromProtoEnum(), and ToProtoEnum().
| BOOST_AUTO_TEST_CASE | ( | DimensionArrowDirection | ) |
Definition at line 182 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionPrecision | ) |
Definition at line 187 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionTextBorderStyle | ) |
Definition at line 172 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionTextPosition | ) |
Definition at line 192 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionUnit | ) |
Definition at line 197 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DimensionUnitFormat | ) |
Definition at line 177 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrcSeverity | ) |
Definition at line 222 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillFormat | ) |
Definition at line 458 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillMapFormat | ) |
Definition at line 473 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillOrigin | ) |
Definition at line 463 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillShape | ) |
Definition at line 126 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillUnits | ) |
Definition at line 478 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DrillZerosFormat | ) |
Definition at line 468 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | DxfPaginationMode | ) |
Definition at line 414 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 431 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ElectricalPinType | ) |
Definition at line 96 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | GraphicFillType | ) |
Definition at line 86 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | HorizontalAlignment | ) |
Definition at line 71 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(), and BOOST_AUTO_TEST_CASE().
| BOOST_AUTO_TEST_CASE | ( | InactiveLayerDisplayMode | ) |
Definition at line 202 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | Ipc2581Units | ) |
Definition at line 498 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | Ipc2581Version | ) |
Definition at line 503 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | IslandRemovalMode | ) |
Definition at line 142 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | KiCadObjectType | ) |
Definition at line 91 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | NetColorDisplayMode | ) |
Definition at line 207 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | OdbCompression | ) |
Definition at line 513 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | OdbUnits | ) |
Definition at line 508 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadStackShape | ) |
Definition at line 106 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadStackType | ) |
Definition at line 121 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PadType | ) |
Definition at line 116 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PdfPaginationMode | ) |
Definition at line 436 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PlacementRuleSourceType | ) |
Definition at line 157 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PlotDrillMarks | ) |
Definition at line 362 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PositionFormat | ) |
Definition at line 493 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PositionSide | ) |
Definition at line 483 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PositionUnits | ) |
Definition at line 488 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | PsPaginationMode | ) |
Definition at line 441 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 212 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderBackgroundStyle | ) |
Definition at line 387 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderFormat | ) |
Definition at line 377 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderQuality | ) |
Definition at line 382 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RenderSide | ) |
Definition at line 392 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | RuleSeverity | ) |
Definition at line 227 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | SchematicJobPageSize | ) |
Definition at line 528 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | SchematicNetlistFormat | ) |
Definition at line 533 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | StatsOutputFormat | ) |
Definition at line 518 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | StatsUnits | ) |
Definition at line 523 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | StrokeLineStyle | ) |
Definition at line 81 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | SvgPaginationMode | ) |
Definition at line 397 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 167 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | TeardropType | ) |
Definition at line 162 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | UnconnectedLayerRemoval | ) |
Definition at line 131 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | VerticalAlignment | ) |
Definition at line 76 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ViaType | ) |
Definition at line 136 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneBorderStyle | ) |
Definition at line 152 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneConnectionStyle | ) |
Definition at line 111 of file test_api_enums.cpp.
References testEnums().
| BOOST_AUTO_TEST_CASE | ( | ZoneFillMode | ) |
Definition at line 147 of file test_api_enums.cpp.
References testEnums().