Searched refs:expected_match (Results 1 – 2 of 2) sorted by relevance
81 AutocompleteMatch expected_match; in AssertResultMatches() local82 PopulateAutocompleteMatch(expected[i], &expected_match); in AssertResultMatches()84 EXPECT_EQ(expected_match.provider, match.provider) << i; in AssertResultMatches()85 EXPECT_EQ(expected_match.relevance, match.relevance) << i; in AssertResultMatches()86 EXPECT_EQ(expected_match.destination_url.spec(), in AssertResultMatches()
78 expected_match = expected_matcher.search(output_file.name())79 if not (name_match and (actual_match or (self._include_expected and expected_match))):