KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_jumper_groups.cpp File Reference
#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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( MalformedJumperPinGroupsAreRejected )

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( WellFormedJumperPinGroupsAreParsed )

◆ boost_test_print_type()

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.