Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/tests/unit/
H A Dcommands_test.cpp28 TEST(CommandsTest, ParseType) { in TEST() argument
161 TEST(CommandsTest, Parse_EmptyInput) { in TEST() argument
167 TEST(CommandsTest, Parse_ABORT_Allowed) { in TEST() argument
188 TEST(CommandsTest, Parse_BSDIFF) { in TEST() argument
213 TEST(CommandsTest, Parse_ERASE) { in TEST() argument
229 TEST(CommandsTest, Parse_FREE) { in TEST() argument
245 TEST(CommandsTest, Parse_IMGDIFF) { in TEST() argument
269 TEST(CommandsTest, Parse_MOVE) { in TEST() argument
292 TEST(CommandsTest, Parse_NEW) { in TEST() argument
308 TEST(CommandsTest, Parse_STASH) { in TEST() argument
[all …]
/aosp12/bootable/recovery/updater/include/private/
H A 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);