KiCad PCB EDA Suite
|
Public Member Functions | |
PNS_TEST_CASE (std::string name, std::string path) | |
std::string | GetDataPath () const |
std::string | GetName () const |
Public Attributes | |
std::string | m_dataPath |
std::string | m_name |
Definition at line 100 of file qa_pns_regressions_main.cpp.
|
inline |
Definition at line 102 of file qa_pns_regressions_main.cpp.
|
inline |
Definition at line 104 of file qa_pns_regressions_main.cpp.
References m_dataPath.
Referenced by PNS_TEST_FIXTURE::RunTest().
|
inline |
Definition at line 105 of file qa_pns_regressions_main.cpp.
References m_name.
Referenced by PNS_TEST_FIXTURE::RunTest().
std::string PNS_TEST_CASE::m_dataPath |
Definition at line 106 of file qa_pns_regressions_main.cpp.
Referenced by GetDataPath().
std::string PNS_TEST_CASE::m_name |
Definition at line 107 of file qa_pns_regressions_main.cpp.
Referenced by GetName().