Lines Matching full:descriptions
53 StringList matches, descriptions; in TEST() local
59 result.GetDescriptions(descriptions); in TEST()
63 EXPECT_EQ(1U, descriptions.GetSize()); in TEST()
64 EXPECT_STREQ("car", descriptions.GetStringAtIndex(0U)); in TEST()
186 StringList matches, descriptions; in TEST() local
191 result.GetDescriptions(descriptions); in TEST()
198 result.GetDescriptions(descriptions); in TEST()
202 EXPECT_EQ(1U, descriptions.GetSize()); in TEST()
204 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); in TEST()
208 result.GetDescriptions(descriptions); in TEST()
212 EXPECT_EQ(1U, descriptions.GetSize()); in TEST()
214 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); in TEST()
219 result.GetDescriptions(descriptions); in TEST()
223 EXPECT_EQ(2U, descriptions.GetSize()); in TEST()
229 result.GetDescriptions(descriptions); in TEST()
233 EXPECT_EQ(3U, descriptions.GetSize()); in TEST()
235 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); in TEST()
237 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(1)); in TEST()
239 EXPECT_STREQ("another comment", descriptions.GetStringAtIndex(2)); in TEST()
244 result.GetDescriptions(descriptions); in TEST()
248 EXPECT_EQ(4U, descriptions.GetSize()); in TEST()
250 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); in TEST()
252 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(1)); in TEST()
254 EXPECT_STREQ("another comment", descriptions.GetStringAtIndex(2)); in TEST()
256 EXPECT_STREQ("", descriptions.GetStringAtIndex(3)); in TEST()