Home
last modified time | relevance | path

Searched refs:CommandsTest (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/tests/unit/
Dcommands_test.cpp28 TEST(CommandsTest, ParseType) { in TEST() argument
40 TEST(CommandsTest, ParseType_InvalidCommand) { in TEST() argument
45 TEST(CommandsTest, ParseTargetInfoAndSourceInfo_SourceBlocksOnly) { in TEST() argument
66 TEST(CommandsTest, ParseTargetInfoAndSourceInfo_StashesOnly) { in TEST() argument
91 TEST(CommandsTest, ParseTargetInfoAndSourceInfo_SourceBlocksAndStashes) { in TEST() argument
119 TEST(CommandsTest, ParseTargetInfoAndSourceInfo_InvalidInput) { in TEST() argument
161 TEST(CommandsTest, Parse_EmptyInput) { in TEST() argument
167 TEST(CommandsTest, Parse_ABORT_Allowed) { in TEST() argument
181 TEST(CommandsTest, Parse_ABORT_NotAllowed) { in TEST() argument
188 TEST(CommandsTest, Parse_BSDIFF) { in TEST() argument
[all …]
/bootable/recovery/updater/include/private/
Dcommands.h369 FRIEND_TEST(CommandsTest, Parse_ABORT_Allowed);
370 FRIEND_TEST(CommandsTest, Parse_InvalidNumberOfArgs);
371 FRIEND_TEST(CommandsTest, ParseTargetInfoAndSourceInfo_InvalidInput);
372 FRIEND_TEST(CommandsTest, ParseTargetInfoAndSourceInfo_StashesOnly);
373 FRIEND_TEST(CommandsTest, ParseTargetInfoAndSourceInfo_SourceBlocksAndStashes);
374 FRIEND_TEST(CommandsTest, ParseTargetInfoAndSourceInfo_SourceBlocksOnly);