KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DOGBONE_TEST_CASE Struct Reference

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_RESULTm_expected_result
 

Detailed Description

Declares the DogboneFixture struct as the boost test fixture.

Definition at line 35 of file test_dogbone.cpp.

Member Data Documentation

◆ m_add_slots

bool DOGBONE_TEST_CASE::m_add_slots

Definition at line 40 of file test_dogbone.cpp.

Referenced by DoDogboneTestChecks().

◆ m_expected_result

std::optional<DOGBONE_RESULT> DOGBONE_TEST_CASE::m_expected_result

Definition at line 41 of file test_dogbone.cpp.

Referenced by DoDogboneTestChecks().

◆ m_radius

int DOGBONE_TEST_CASE::m_radius

Definition at line 39 of file test_dogbone.cpp.

Referenced by DoDogboneTestChecks().

◆ m_seg_a

SEG DOGBONE_TEST_CASE::m_seg_a

Definition at line 37 of file test_dogbone.cpp.

Referenced by DoDogboneTestChecks().

◆ m_seg_b

SEG DOGBONE_TEST_CASE::m_seg_b

Definition at line 38 of file test_dogbone.cpp.

Referenced by DoDogboneTestChecks().


The documentation for this struct was generated from the following file: