KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_sch_group.cpp File Reference

Test suite for SCH_SHEET. More...

#include <qa_utils/wx_utils/unit_test_utils.h>
#include <schematic.h>
#include <sch_sheet.h>
#include <sch_screen.h>
#include <sch_group.h>
#include <sch_symbol.h>
#include <sch_pin.h>
#include <lib_symbol.h>
#include <qa_utils/uuid_test_utils.h>
#include <qa_utils/wx_utils/wx_assert.h>
#include "eeschema_test_utils.h"

Go to the source code of this file.

Classes

class  TEST_SCH_GROUP_FIXTURE
 

Functions

 BOOST_AUTO_TEST_CASE (Default)
 Declare the test suite.
 
 BOOST_AUTO_TEST_CASE (CreateGroup)
 Check create group (and deletion clearing group parent properly)
 
 BOOST_AUTO_TEST_CASE (LoadSchGroups)
 

Detailed Description

Test suite for SCH_SHEET.

Definition in file test_sch_group.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( CreateGroup  )

Check create group (and deletion clearing group parent properly)

Definition at line 145 of file test_sch_group.cpp.

References EE_RTREE::EE_TYPE::begin(), BOOST_CHECK_EQUAL(), EE_RTREE::EE_TYPE::end(), group, and SCH_GROUP_T.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( Default  )

Declare the test suite.

Check default properties

Definition at line 129 of file test_sch_group.cpp.

References BOOST_CHECK_EQUAL().

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( LoadSchGroups  )