|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <boost/test/unit_test.hpp>#include <lib_id.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (ParseFullyQualified) | |
| BOOST_AUTO_TEST_CASE (ParseLegacy) | |
| BOOST_AUTO_TEST_CASE (EqualityFullyQualified) | |
| BOOST_AUTO_TEST_CASE (EqualityLegacyVsFullyQualified) | |
| BOOST_AUTO_TEST_CASE (FormatRoundTrip) | |
| BOOST_AUTO_TEST_CASE (EmptyId) | |
| BOOST_AUTO_TEST_CASE | ( | EmptyId | ) |
Definition at line 105 of file test_lib_id.cpp.
References empty().
| BOOST_AUTO_TEST_CASE | ( | EqualityFullyQualified | ) |
Definition at line 57 of file test_lib_id.cpp.
| BOOST_AUTO_TEST_CASE | ( | EqualityLegacyVsFullyQualified | ) |
Definition at line 68 of file test_lib_id.cpp.
References BOOST_CHECK_EQUAL(), LIB_ID::GetLibItemName(), LIB_ID::IsLegacy(), and LIB_ID::Parse().
| BOOST_AUTO_TEST_CASE | ( | FormatRoundTrip | ) |
Definition at line 84 of file test_lib_id.cpp.
References BOOST_CHECK_EQUAL(), LIB_ID::Format(), LIB_ID::GetLibItemName(), LIB_ID::IsLegacy(), LIB_ID::Parse(), and UTF8::wx_str().
| BOOST_AUTO_TEST_CASE | ( | ParseFullyQualified | ) |
Definition at line 33 of file test_lib_id.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and empty().
| BOOST_AUTO_TEST_CASE | ( | ParseLegacy | ) |
Definition at line 45 of file test_lib_id.cpp.
References BOOST_CHECK_EQUAL(), and empty().