Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dgeneric_variables_unittest.cc125 CopyConstructorTestClass test_obj; in TEST_F() local
126 ASSERT_FALSE(test_obj.copied_); in TEST_F()
127 test_obj.val_ = 5; in TEST_F()
130 test_func, &test_obj); in TEST_F()
135 EXPECT_EQ(6, test_obj.val_); // Check that the function was called. in TEST_F()