KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_action_manager.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <vector>
#include <tool/action_manager.h>
#include <tool/selection.h>
#include <tool/selection_conditions.h>
#include <tool/tool_action.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (UserBoundDetection_DefaultUntouched)
 
 BOOST_AUTO_TEST_CASE (UserBoundDetection_CustomValue)
 
 BOOST_AUTO_TEST_CASE (UserBoundDetection_IdentityRebindIsIndistinguishable)
 
 BOOST_AUTO_TEST_CASE (UserBoundDetection_AltSlotIndependent)
 
 BOOST_AUTO_TEST_CASE (UserBoundDetection_SharedDefaultCollisionPreserved)
 
 BOOST_AUTO_TEST_CASE (Promotion_UserBoundFrameActionWins)
 
 BOOST_AUTO_TEST_CASE (Promotion_OtherFrameLeavesOrderUnchanged)
 
 BOOST_AUTO_TEST_CASE (Promotion_DefaultBindingLeavesOrderUnchanged)
 
 BOOST_AUTO_TEST_CASE (HotkeyCondition_FallsBackToEnableWhenUnset)
 
 BOOST_AUTO_TEST_CASE (HotkeyCondition_DivergesFromEnableWhenSet)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/10]

◆ BOOST_AUTO_TEST_CASE() [2/10]

BOOST_AUTO_TEST_CASE ( HotkeyCondition_FallsBackToEnableWhenUnset )

◆ BOOST_AUTO_TEST_CASE() [3/10]

BOOST_AUTO_TEST_CASE ( Promotion_DefaultBindingLeavesOrderUnchanged )

◆ BOOST_AUTO_TEST_CASE() [4/10]

BOOST_AUTO_TEST_CASE ( Promotion_OtherFrameLeavesOrderUnchanged )

◆ BOOST_AUTO_TEST_CASE() [5/10]

BOOST_AUTO_TEST_CASE ( Promotion_UserBoundFrameActionWins )

◆ BOOST_AUTO_TEST_CASE() [6/10]

BOOST_AUTO_TEST_CASE ( UserBoundDetection_AltSlotIndependent )

◆ BOOST_AUTO_TEST_CASE() [7/10]

BOOST_AUTO_TEST_CASE ( UserBoundDetection_CustomValue )

◆ BOOST_AUTO_TEST_CASE() [8/10]

BOOST_AUTO_TEST_CASE ( UserBoundDetection_DefaultUntouched )

◆ BOOST_AUTO_TEST_CASE() [9/10]

BOOST_AUTO_TEST_CASE ( UserBoundDetection_IdentityRebindIsIndistinguishable )

◆ BOOST_AUTO_TEST_CASE() [10/10]

BOOST_AUTO_TEST_CASE ( UserBoundDetection_SharedDefaultCollisionPreserved )

Definition at line 73 of file test_action_manager.cpp.

References AS_GLOBAL, and TOOL_ACTION::IsHotKeyUserBound().