Searched refs:test_obj (Results 1 – 1 of 1) sorted by relevance
125 CopyConstructorTestClass test_obj; in TEST_F() local126 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()