|
KiCad PCB EDA Suite
|
#include <boost/test/tools/old/interface.hpp>#include <qa_utils/wx_utils/unit_test_utils.h>#include <vector>#include <string_utils.h>#include <jumper_group.h>#include <lib_symbol.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_parser.h>Go to the source code of this file.
Classes | |
| struct | PARSED_JUMPER_TEST_CASE |
Functions | |
| std::ostream & | boost_test_print_type (std::ostream &aStream, const JUMPER_GROUP_SET &aGroups) |
| Boost.Test print helper for jumper group collections. | |
| BOOST_AUTO_TEST_CASE (WellFormedJumperPinGroupsAreParsed) | |
| BOOST_AUTO_TEST_CASE (MalformedJumperPinGroupsAreRejected) | |
| BOOST_AUTO_TEST_CASE | ( | MalformedJumperPinGroupsAreRejected | ) |
Definition at line 137 of file test_jumper_groups.cpp.
References BOOST_TEST_CONTEXT(), and SCH_IO_KICAD_SEXPR::ParseLibSymbols().
| BOOST_AUTO_TEST_CASE | ( | WellFormedJumperPinGroupsAreParsed | ) |
Definition at line 72 of file test_jumper_groups.cpp.
References JUMPER_GROUP_SET::Add(), BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), BOOST_TEST_CONTEXT(), LIB_SYMBOL::JumperPinGroups(), and SCH_IO_KICAD_SEXPR::ParseLibSymbols().
| std::ostream & boost_test_print_type | ( | std::ostream & | aStream, |
| const JUMPER_GROUP_SET & | aGroups ) |
Boost.Test print helper for jumper group collections.
Definition at line 36 of file test_jumper_groups.cpp.
References JUMPER_GROUP_SET::GetAll(), JUMPER_GROUP_SET::IsEmpty(), and name.