|
KiCad PCB EDA Suite
|
Struct to hold test cases for a given circle, a point and an expected return boolean. More...
Public Attributes | |
| CIRCLE | m_circle |
| VECTOR2I | m_point |
| bool | m_exp_result |
| std::string | m_CaseName |
Struct to hold test cases for a given circle, a point and an expected return boolean.
Definition at line 81 of file test_circle.cpp.
|
inherited |
Definition at line 305 of file unit_test_utils.h.
Referenced by operator<<.
| CIRCLE CIR_PT_BOOL_CASE::m_circle |
Definition at line 83 of file test_circle.cpp.
| bool CIR_PT_BOOL_CASE::m_exp_result |
Definition at line 85 of file test_circle.cpp.
| VECTOR2I CIR_PT_BOOL_CASE::m_point |
Definition at line 84 of file test_circle.cpp.