MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / TEST

Function TEST

tests/tests/hotkey.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34})raw";
35
36TEST(lagi_hotkey, simple_valid_default) {
37 EXPECT_NO_THROW(Hotkey("", simple_valid));
38 EXPECT_NO_THROW(Hotkey("", simple_valid_new));
39}
40
41TEST(lagi_hotkey, empty_default) {
42 EXPECT_THROW(Hotkey("", ""), std::exception);

Callers

nothing calls this directly

Calls 13

insert_comboFunction · 0.85
GetHotkeyMethod · 0.80
GetHotkeysMethod · 0.80
HasHotkeyMethod · 0.80
SetHotkeyMapMethod · 0.80
CmdNameMethod · 0.80
readMethod · 0.80
HotkeyClass · 0.50
ScanMethod · 0.45
sizeMethod · 0.45
StrMethod · 0.45
ContextMethod · 0.45

Tested by

no test coverage detected