|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <vector>#include <tool/action_manager.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 | ( | Promotion_DefaultBindingLeavesOrderUnchanged | ) |
Definition at line 136 of file test_action_manager.cpp.
References AS_GLOBAL, BOOST_CHECK_EQUAL(), FRAME_PCB_EDITOR, and ACTION_MANAGER::PromoteUserBoundFrameAction().
| BOOST_AUTO_TEST_CASE | ( | Promotion_OtherFrameLeavesOrderUnchanged | ) |
Definition at line 114 of file test_action_manager.cpp.
References AS_GLOBAL, BOOST_CHECK_EQUAL(), FRAME_SCH, ACTION_MANAGER::PromoteUserBoundFrameAction(), and TOOL_ACTION::SetHotKey().
| BOOST_AUTO_TEST_CASE | ( | Promotion_UserBoundFrameActionWins | ) |
Definition at line 91 of file test_action_manager.cpp.
References AS_GLOBAL, BOOST_CHECK_EQUAL(), FRAME_PCB_EDITOR, ACTION_MANAGER::PromoteUserBoundFrameAction(), and TOOL_ACTION::SetHotKey().
| BOOST_AUTO_TEST_CASE | ( | UserBoundDetection_AltSlotIndependent | ) |
Definition at line 60 of file test_action_manager.cpp.
References AS_GLOBAL, TOOL_ACTION::IsHotKeyUserBound(), and TOOL_ACTION::SetHotKey().
| BOOST_AUTO_TEST_CASE | ( | UserBoundDetection_CustomValue | ) |
Definition at line 37 of file test_action_manager.cpp.
References AS_GLOBAL, TOOL_ACTION::IsHotKeyUserBound(), and TOOL_ACTION::SetHotKey().
| BOOST_AUTO_TEST_CASE | ( | UserBoundDetection_DefaultUntouched | ) |
Definition at line 29 of file test_action_manager.cpp.
References AS_GLOBAL, BOOST_AUTO_TEST_CASE(), and TOOL_ACTION::IsHotKeyUserBound().
| BOOST_AUTO_TEST_CASE | ( | UserBoundDetection_IdentityRebindIsIndistinguishable | ) |
Definition at line 48 of file test_action_manager.cpp.
References AS_GLOBAL, TOOL_ACTION::IsHotKeyUserBound(), and TOOL_ACTION::SetHotKey().
| BOOST_AUTO_TEST_CASE | ( | UserBoundDetection_SharedDefaultCollisionPreserved | ) |
Definition at line 71 of file test_action_manager.cpp.
References AS_GLOBAL, and TOOL_ACTION::IsHotKeyUserBound().