KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_drawing_sheet_reactive.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include <base_units.h>
#include <drawing_sheet/ds_data_item.h>
#include <drawing_sheet/ds_data_model.h>
#include <drawing_sheet/ds_draw_item.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <page_info.h>
#include <text_var_dependency.h>
#include <title_block.h>

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

 BOOST_AUTO_TEST_CASE (CollectKeysFindsTitleBlockSources)
 
 BOOST_AUTO_TEST_CASE (AttachRegistersProxyAsDependent)
 
 BOOST_AUTO_TEST_CASE (InvalidationReachesProxyViaListener)
 
 BOOST_AUTO_TEST_CASE (DetachUnregistersProxy)
 
 BOOST_AUTO_TEST_CASE (DestructorAutoUnregisters)
 
 BOOST_AUTO_TEST_CASE (RepeatedTextKeepsAllInstancesWithNegativeStep)
 
static std::vector< wxString > repeatTexts (const wxString &aBase, int aCount, int aLabelStep)
 
 BOOST_AUTO_TEST_CASE (RepeatedLabelStepsLettersAndNumbersCleanly)
 

Macro Definition Documentation

◆ BOOST_TEST_NO_MAIN

#define BOOST_TEST_NO_MAIN

Definition at line 20 of file test_drawing_sheet_reactive.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( CollectKeysFindsTitleBlockSources )

◆ BOOST_AUTO_TEST_CASE() [3/7]

◆ BOOST_AUTO_TEST_CASE() [4/7]

◆ BOOST_AUTO_TEST_CASE() [5/7]

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( RepeatedLabelStepsLettersAndNumbersCleanly )

Definition at line 228 of file test_drawing_sheet_reactive.cpp.

References repeatTexts().

◆ BOOST_AUTO_TEST_CASE() [7/7]

◆ repeatTexts()

static std::vector< wxString > repeatTexts ( const wxString & aBase,
int aCount,
int aLabelStep )
static