KiCad PCB EDA Suite
|
Test suite for SCH_SCREEN. More...
#include <qa_utils/wx_utils/unit_test_utils.h>
#include "eeschema_test_utils.h"
#include <schematic.h>
#include <wildcards_and_files_ext.h>
#include <sch_screen.h>
#include <qa_utils/uuid_test_utils.h>
#include <qa_utils/wx_utils/wx_assert.h>
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(). | |
Test suite for SCH_SCREEN.
Definition in file test_sch_screen.cpp.
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 | ( | TestSharedByMultipleProjects | ) |
Test SCH_SCREEN::HasInstanceDataFromOtherProjects().
Definition at line 112 of file test_sch_screen.cpp.
References SCH_SCREEN::HasInstanceDataFromOtherProjects(), SCH_SCREEN::InProjectPath(), and LoadSchematic().