|
KiCad PCB EDA Suite
|
Declares the DogboneFixture struct as the boost test fixture. More...
Public Attributes | |
| SEG | m_seg_a |
| SEG | m_seg_b |
| int | m_radius |
| bool | m_add_slots |
| std::optional< DOGBONE_RESULT > | m_expected_result |
Declares the DogboneFixture struct as the boost test fixture.
Definition at line 35 of file test_dogbone.cpp.
| bool DOGBONE_TEST_CASE::m_add_slots |
Definition at line 40 of file test_dogbone.cpp.
Referenced by DoDogboneTestChecks().
| std::optional<DOGBONE_RESULT> DOGBONE_TEST_CASE::m_expected_result |
Definition at line 41 of file test_dogbone.cpp.
Referenced by DoDogboneTestChecks().
| int DOGBONE_TEST_CASE::m_radius |
Definition at line 39 of file test_dogbone.cpp.
Referenced by DoDogboneTestChecks().
| SEG DOGBONE_TEST_CASE::m_seg_a |
Definition at line 37 of file test_dogbone.cpp.
Referenced by DoDogboneTestChecks().
| SEG DOGBONE_TEST_CASE::m_seg_b |
Definition at line 38 of file test_dogbone.cpp.
Referenced by DoDogboneTestChecks().