Lines Matching refs:gotValue
352 auto gotValue = std::move(result.value()); in TEST_F() local
353 ASSERT_EQ(gotValue->getPropId(), TEST_PROP_ID); in TEST_F()
354 ASSERT_EQ(gotValue->getAreaId(), TEST_AREA_ID); in TEST_F()
355 ASSERT_EQ(gotValue->getStatus(), VehiclePropertyStatus::AVAILABLE); in TEST_F()
356 ASSERT_EQ(gotValue->getInt32Values(), std::vector<int32_t>({1})); in TEST_F()
387 auto gotValue = std::move(result.value()); in TEST_F() local
388 ASSERT_EQ(gotValue->getPropId(), TEST_PROP_ID); in TEST_F()
389 ASSERT_EQ(gotValue->getAreaId(), TEST_AREA_ID); in TEST_F()
390 ASSERT_EQ(gotValue->getStatus(), VehiclePropertyStatus::AVAILABLE); in TEST_F()
391 ASSERT_EQ(gotValue->getInt32Values(), std::vector<int32_t>({1})); in TEST_F()
419 auto gotValue = std::move(result.value()); in TEST_F() local
420 ASSERT_EQ(gotValue->getPropId(), TEST_PROP_ID); in TEST_F()
421 ASSERT_EQ(gotValue->getAreaId(), TEST_AREA_ID); in TEST_F()
422 ASSERT_EQ(gotValue->getStatus(), VehiclePropertyStatus::UNAVAILABLE); in TEST_F()
568 auto gotValue = std::move(result.value()); in TEST_F() local
569 ASSERT_EQ(gotValue->getPropId(), TEST_PROP_ID); in TEST_F()
570 ASSERT_EQ(gotValue->getAreaId(), TEST_AREA_ID); in TEST_F()
571 ASSERT_EQ(gotValue->getInt32Values(), std::vector<int32_t>({1})); in TEST_F()