| 
    KiCad PCB EDA Suite
    
   | 
 
A named data-driven test case. More...
#include <unit_test_utils.h>
  
Public Attributes | |
| std::string | m_CaseName | 
Friends | |
| std::ostream & | operator<< (std::ostream &os, const NAMED_CASE &aCase) | 
A named data-driven test case.
Inherit from this class to provide a printable name for a data-driven test case. (you can also not use this class and provide you own name printer).
Definition at line 303 of file unit_test_utils.h.
      
  | 
  friend | 
Definition at line 307 of file unit_test_utils.h.
References m_CaseName.
| std::string KI_TEST::NAMED_CASE::m_CaseName | 
Definition at line 305 of file unit_test_utils.h.
Referenced by operator<<.