Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dpayload_state.h153 friend class PayloadStateTest; variable
154 FRIEND_TEST(PayloadStateTest, RebootAfterUpdateFailedMetric);
155 FRIEND_TEST(PayloadStateTest, RebootAfterUpdateSucceed);
156 FRIEND_TEST(PayloadStateTest, RebootAfterCanceledUpdate);
157 FRIEND_TEST(PayloadStateTest, RollbackHappened);
158 FRIEND_TEST(PayloadStateTest, RollbackVersion);
159 FRIEND_TEST(PayloadStateTest, UpdateSuccessWithWipedPrefs);
160 FRIEND_TEST(PayloadStateTest, NextPayloadResetsUrlIndex);
161 FRIEND_TEST(PayloadStateTest, ExcludeNoopForNonExcludables);
162 FRIEND_TEST(PayloadStateTest, ExcludeOnlyCanExcludables);
[all …]
Dpayload_state_unittest.cc107 class PayloadStateTest : public ::testing::Test { class
115 TEST_F(PayloadStateTest, SetResponseWorksWithEmptyResponse) { in TEST_F() argument
153 TEST_F(PayloadStateTest, SetResponseWorksWithSingleUrl) { in TEST_F() argument
204 TEST_F(PayloadStateTest, SetResponseWorksWithMultipleUrls) { in TEST_F() argument
254 TEST_F(PayloadStateTest, CanAdvanceUrlIndexCorrectly) { in TEST_F() argument
309 TEST_F(PayloadStateTest, NewResponseResetsPayloadState) { in TEST_F() argument
355 TEST_F(PayloadStateTest, AllCountersGetUpdatedProperlyOnErrorCodesAndEvents) { in TEST_F() argument
501 TEST_F(PayloadStateTest, in TEST_F() argument
541 TEST_F(PayloadStateTest, in TEST_F() argument
579 TEST_F(PayloadStateTest, SetResponseResetsInvalidUrlIndex) { in TEST_F() argument
[all …]