KiCad PCB EDA Suite
|
Test utils (e.g. More...
Go to the source code of this file.
Classes | |
struct | BOOST_TEST_PRINT_NAMESPACE_OPEN::print_log_value< LIB_FIELD > |
struct | BOOST_TEST_PRINT_NAMESPACE_OPEN::print_log_value< std::vector< LIB_FIELD > > |
Namespaces | |
namespace | BOOST_TEST_PRINT_NAMESPACE_OPEN |
Before Boost 1.64, nullptr_t wasn't handled. | |
namespace | KI_TEST |
Functions | |
bool | KI_TEST::FieldNameIdMatches (const LIB_FIELD &aField, const std::string &aExpectedName, int aExpectedId) |
Predicate to check a field name is as expected. More... | |
bool | KI_TEST::AreDefaultFieldsCorrect (const std::vector< LIB_FIELD > &aFields) |
Predicate to check that the mandatory fields in a LIB_FIELDS object look sensible. More... | |
Test utils (e.g.
print helpers and test predicates for LIB_FIELD objects
Definition in file lib_field_test_utils.h.