Searched refs:kTestValue (Results 1 – 3 of 3) sorted by relevance
16 const char kTestValue[] = "This is a test"; in TEST() local25 EXPECT_TRUE(env->SetVar("LD_PRELOAD", kTestValue)); in TEST()48 EXPECT_EQ(sandbox_ld_preload, kTestValue); in TEST()
135 const int kTestValue = 10; in TEST() local137 prefs.registry()->RegisterIntegerPref(kPrefName, kTestValue); in TEST()149 EXPECT_EQ(kTestValue, actual_int_value); in TEST()
145 static const float kTestValue = 3; in TEST_F() local147 data.get(), data.get() + data_size / sizeof(*data.get()), kTestValue); in TEST_F()152 VerifyValue(bus->channel(i), bus->frames(), kTestValue); in TEST_F()