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

Tests for PROJECT_TEMPLATE class. More...

#include <qa_utils/wx_utils/unit_test_utils.h>
#include <project_template.h>
#include <wx/dir.h>
#include <wx/filename.h>
#include <filesystem>
#include <fstream>

Go to the source code of this file.

Classes

class  PROJECT_TEMPLATE_TEST_FIXTURE
 

Functions

 BOOST_AUTO_TEST_CASE (DirectoriesRenamedCorrectly)
 
 BOOST_AUTO_TEST_CASE (CreateProjectRenamesDirectories)
 
 BOOST_AUTO_TEST_CASE (ExactMatchDirectoryRenamed)
 

Detailed Description

Tests for PROJECT_TEMPLATE class.

Definition in file test_project_template.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( CreateProjectRenamesDirectories )

Definition at line 142 of file test_project_template.cpp.

References PROJECT_TEMPLATE::CreateProject(), and result.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( DirectoriesRenamedCorrectly )

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( ExactMatchDirectoryRenamed )