Searched defs:PayloadStateTest (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dpayload_state_unittest.cc102 class PayloadStateTest : public ::testing::Test { }; class in namespace:chromeos_update_engine
104 TEST(PayloadStateTest, SetResponseWorksWithEmptyResponse) {
147 TEST(PayloadStateTest, SetResponseWorksWithSingleUrl) {
199 TEST(PayloadStateTest, SetResponseWorksWithMultipleUrls) {
250 TEST(PayloadStateTest, CanAdvanceUrlIndexCorrectly) {
304 TEST(PayloadStateTest, NewResponseResetsPayloadState) {
353 TEST(PayloadStateTest, AllCountersGetUpdatedProperlyOnErrorCodesAndEvents) {
498 TEST(PayloadStateTest, PayloadAttemptNumberIncreasesOnSuccessfulFullDownload) {
539 TEST(PayloadStateTest, PayloadAttemptNumberIncreasesOnSuccessfulDeltaDownload) {
579 TEST(PayloadStateTest, SetResponseResetsInvalidUrlInde
[all...]

Completed in 63 milliseconds