Home | History | Annotate | Download | only in unit

Lines Matching refs:STASH

35   ASSERT_EQ(Command::Type::STASH, Command::ParseType("stash"));
177 ASSERT_EQ(StashInfo(), command.stash());
209 ASSERT_EQ(StashInfo(), command.stash());
225 ASSERT_EQ(StashInfo(), command.stash());
241 ASSERT_EQ(StashInfo("hash1", RangeSet()), command.stash());
265 ASSERT_EQ(StashInfo(), command.stash());
288 ASSERT_EQ(StashInfo(), command.stash());
304 ASSERT_EQ(StashInfo(), command.stash());
309 const std::string input{ "stash hash1 2,5,10" };
314 ASSERT_EQ(Command::Type::STASH, command.type());
320 ASSERT_EQ(StashInfo("hash1", RangeSet({ { 5, 10 } })), command.stash());
336 ASSERT_EQ(StashInfo(), command.stash());
355 ASSERT_EQ(StashInfo(), command.stash());
376 "stash",
377 "stash id1",
378 "stash id1 4,3,5,10,12 id2",
507 "stash 1d74d1a60332fd38cf9405f1bae67917888da6cb 2,0,1",
519 ASSERT_EQ(Command::Type::STASH, transfer_list.commands()[0].type());
529 "stash 1d74d1a60332fd38cf9405f1bae67917888da6cb 2,0,1",