Searched refs:expect_name (Results 1 – 7 of 7) sorted by relevance
35 const std::string expect_name = "absl/flags/program_name_test"; in TEST() local40 const std::string expect_name = "this.program"; in TEST() local44 EXPECT_TRUE(absl::EndsWith(program_name, expect_name)) << program_name; in TEST()
266 self.expect_name = name286 if self.expect_name:287 test_base.assertEqual(self.expect_name, val.GetName(),