Searched defs:SuggestionsServiceTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/suggestions/
H A Dsuggestions_service_unittest.cc141 class SuggestionsServiceTest : public testing::Test { class in namespace:suggestions
159 SuggestionsServiceTest() function in class:suggestions::SuggestionsServiceTest
166 virtual ~SuggestionsServiceTest() {}
255 &SuggestionsServiceTest::CheckSuggestionsData, base::Unretained(this)));
262 &SuggestionsServiceTest::CheckSuggestionsData, base::Unretained(this)));
284 DISALLOW_COPY_AND_ASSIGN(SuggestionsServiceTest);
287 TEST_F(SuggestionsServiceTest, IsControlGroup) {
296 TEST_F(SuggestionsServiceTest, FetchSuggestionsDataNoTimeout) {
300 TEST_F(SuggestionsServiceTest, FetchSuggestionsDataNoTimeoutInterleaved) {
304 TEST_F(SuggestionsServiceTest, FetchSuggestionsDataRequestErro
[all...]

Completed in 66 milliseconds