Lines Matching refs:error_event_
230 ASSERT_EQ(nullptr, attempter_.error_event_.get()); in TEST_F()
240 ASSERT_NE(nullptr, attempter_.error_event_.get()); in TEST_F()
258 ASSERT_TRUE(attempter_.error_event_.get() == nullptr); in TEST_F()
365 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
568 ASSERT_NE(nullptr, attempter_.error_event_.get()); in TEST_F()
569 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
570 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
574 attempter_.error_event_->error_code); in TEST_F()
585 ASSERT_NE(nullptr, attempter_.error_event_.get()); in TEST_F()
586 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
587 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
593 attempter_.error_event_->error_code); in TEST_F()