Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: generated/googleapis/test/customsearch/v1_test.dart

Issue 560323003: Add discovery service to stable APIs (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: New generator hash in pubspec.yaml, test files renamed ot have _test.dart postfix Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library googleapis.customsearch.v1.test; 1 library googleapis.customsearch.v1.test;
2 2
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "dart:collection" as collection; 4 import "dart:collection" as collection;
5 import "dart:async" as async; 5 import "dart:async" as async;
6 import "dart:convert" as convert; 6 import "dart:convert" as convert;
7 7
8 import 'package:http/http.dart' as http; 8 import 'package:http/http.dart' as http;
9 import 'package:http/testing.dart' as http_testing; 9 import 'package:http/testing.dart' as http_testing;
10 import 'package:unittest/unittest.dart' as unittest; 10 import 'package:unittest/unittest.dart' as unittest;
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 res.list(arg_q, c2coff: arg_c2coff, cr: arg_cr, cref: arg_cref, cx: arg_cx , dateRestrict: arg_dateRestrict, exactTerms: arg_exactTerms, excludeTerms: arg_ excludeTerms, fileType: arg_fileType, filter: arg_filter, gl: arg_gl, googlehost : arg_googlehost, highRange: arg_highRange, hl: arg_hl, hq: arg_hq, imgColorType : arg_imgColorType, imgDominantColor: arg_imgDominantColor, imgSize: arg_imgSize , imgType: arg_imgType, linkSite: arg_linkSite, lowRange: arg_lowRange, lr: arg_ lr, num: arg_num, orTerms: arg_orTerms, relatedSite: arg_relatedSite, rights: ar g_rights, safe: arg_safe, searchType: arg_searchType, siteSearch: arg_siteSearch , siteSearchFilter: arg_siteSearchFilter, sort: arg_sort, start: arg_start).then (unittest.expectAsync(((api.Search response) { 797 res.list(arg_q, c2coff: arg_c2coff, cr: arg_cr, cref: arg_cref, cx: arg_cx , dateRestrict: arg_dateRestrict, exactTerms: arg_exactTerms, excludeTerms: arg_ excludeTerms, fileType: arg_fileType, filter: arg_filter, gl: arg_gl, googlehost : arg_googlehost, highRange: arg_highRange, hl: arg_hl, hq: arg_hq, imgColorType : arg_imgColorType, imgDominantColor: arg_imgDominantColor, imgSize: arg_imgSize , imgType: arg_imgType, linkSite: arg_linkSite, lowRange: arg_lowRange, lr: arg_ lr, num: arg_num, orTerms: arg_orTerms, relatedSite: arg_relatedSite, rights: ar g_rights, safe: arg_safe, searchType: arg_searchType, siteSearch: arg_siteSearch , siteSearchFilter: arg_siteSearchFilter, sort: arg_sort, start: arg_start).then (unittest.expectAsync(((api.Search response) {
798 checkSearch(response); 798 checkSearch(response);
799 }))); 799 })));
800 }); 800 });
801 801
802 }); 802 });
803 803
804 804
805 } 805 }
806 806
OLDNEW
« no previous file with comments | « generated/googleapis/test/customsearch/v1.dart ('k') | generated/googleapis/test/dfareporting/v1_3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698