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

Test suite for WX_FILNAME. More...

Go to the source code of this file.

Classes

struct  WX_FILENAME_SPLIT_CASE
 Declare the test suite. More...
 

Functions

 BOOST_AUTO_TEST_CASE (Split)
 Check the various split cases work correctly.
 

Variables

static const std::vector< WX_FILENAME_SPLIT_CASEsplit_cases
 

Detailed Description

Test suite for WX_FILNAME.

Definition in file test_wx_filename.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( Split  )

Check the various split cases work correctly.

Definition at line 110 of file test_wx_filename.cpp.

References BOOST_TEST_CONTEXT, WX_FILENAME::GetFullName(), WX_FILENAME::GetFullPath(), WX_FILENAME::GetName(), WX_FILENAME::GetPath(), and split_cases.

Variable Documentation

◆ split_cases

const std::vector<WX_FILENAME_SPLIT_CASE> split_cases
static

Definition at line 55 of file test_wx_filename.cpp.

Referenced by BOOST_AUTO_TEST_CASE().