KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
test_sch_screen.cpp File Reference

Test suite for SCH_SCREEN. More...

Go to the source code of this file.

Classes

class  TEST_SCH_SCREEN_FIXTURE
 

Functions

 BOOST_AUTO_TEST_CASE (TestInProjectPath)
 Declare the test suite.
 
 BOOST_AUTO_TEST_CASE (TestSharedByMultipleProjects)
 Test SCH_SCREEN::HasInstanceDataFromOtherProjects().
 

Detailed Description

Test suite for SCH_SCREEN.

Definition in file test_sch_screen.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( TestInProjectPath  )

Declare the test suite.

Test SCH_SCREEN::InProjectPath().

Definition at line 64 of file test_sch_screen.cpp.

References SCH_SCREEN::InProjectPath(), LoadSchematic(), and SCH_SCREEN::SetFileName().

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( TestSharedByMultipleProjects  )