| Index: generated/googleapis/test/books/v1_test.dart
|
| diff --git a/generated/googleapis/test/books/v1_test.dart b/generated/googleapis/test/books/v1_test.dart
|
| index ffc0acaa60d158550bb94835662772313696f327..9cabfce8a1c22092e9224d60bb65f884539ec576 100644
|
| --- a/generated/googleapis/test/books/v1_test.dart
|
| +++ b/generated/googleapis/test/books/v1_test.dart
|
| @@ -93,14 +93,14 @@ checkAnnotationLayerSummary(api.AnnotationLayerSummary o) {
|
| buildCounterAnnotationLayerSummary--;
|
| }
|
|
|
| -buildUnnamed509() {
|
| +buildUnnamed304() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed509(core.List<core.String> o) {
|
| +checkUnnamed304(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -123,7 +123,7 @@ buildAnnotation() {
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| o.layerSummary = buildAnnotationLayerSummary();
|
| - o.pageIds = buildUnnamed509();
|
| + o.pageIds = buildUnnamed304();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -148,7 +148,7 @@ checkAnnotation(api.Annotation o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.layerId, unittest.equals('foo'));
|
| checkAnnotationLayerSummary(o.layerSummary);
|
| - checkUnnamed509(o.pageIds);
|
| + checkUnnamed304(o.pageIds);
|
| unittest.expect(o.selectedText, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -192,14 +192,14 @@ checkAnnotationdata(api.Annotationdata o) {
|
| buildCounterAnnotationdata--;
|
| }
|
|
|
| -buildUnnamed510() {
|
| +buildUnnamed305() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed510(core.List<api.Annotation> o) {
|
| +checkUnnamed305(core.List<api.Annotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotation(o[0]);
|
| checkAnnotation(o[1]);
|
| @@ -210,7 +210,7 @@ buildAnnotations() {
|
| var o = new api.Annotations();
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - o.items = buildUnnamed510();
|
| + o.items = buildUnnamed305();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -222,7 +222,7 @@ buildAnnotations() {
|
| checkAnnotations(api.Annotations o) {
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - checkUnnamed510(o.items);
|
| + checkUnnamed305(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -257,14 +257,14 @@ checkAnnotationsSummaryLayers(api.AnnotationsSummaryLayers o) {
|
| buildCounterAnnotationsSummaryLayers--;
|
| }
|
|
|
| -buildUnnamed511() {
|
| +buildUnnamed306() {
|
| var o = new core.List<api.AnnotationsSummaryLayers>();
|
| o.add(buildAnnotationsSummaryLayers());
|
| o.add(buildAnnotationsSummaryLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed511(core.List<api.AnnotationsSummaryLayers> o) {
|
| +checkUnnamed306(core.List<api.AnnotationsSummaryLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotationsSummaryLayers(o[0]);
|
| checkAnnotationsSummaryLayers(o[1]);
|
| @@ -276,7 +276,7 @@ buildAnnotationsSummary() {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| o.kind = "foo";
|
| - o.layers = buildUnnamed511();
|
| + o.layers = buildUnnamed306();
|
| }
|
| buildCounterAnnotationsSummary--;
|
| return o;
|
| @@ -286,19 +286,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed511(o.layers);
|
| + checkUnnamed306(o.layers);
|
| }
|
| buildCounterAnnotationsSummary--;
|
| }
|
|
|
| -buildUnnamed512() {
|
| +buildUnnamed307() {
|
| var o = new core.List<api.Annotationdata>();
|
| o.add(buildAnnotationdata());
|
| o.add(buildAnnotationdata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed512(core.List<api.Annotationdata> o) {
|
| +checkUnnamed307(core.List<api.Annotationdata> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotationdata(o[0]);
|
| checkAnnotationdata(o[1]);
|
| @@ -309,7 +309,7 @@ buildAnnotationsdata() {
|
| var o = new api.Annotationsdata();
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - o.items = buildUnnamed512();
|
| + o.items = buildUnnamed307();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -321,7 +321,7 @@ buildAnnotationsdata() {
|
| checkAnnotationsdata(api.Annotationsdata o) {
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - checkUnnamed512(o.items);
|
| + checkUnnamed307(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -435,14 +435,14 @@ checkBookshelf(api.Bookshelf o) {
|
| buildCounterBookshelf--;
|
| }
|
|
|
| -buildUnnamed513() {
|
| +buildUnnamed308() {
|
| var o = new core.List<api.Bookshelf>();
|
| o.add(buildBookshelf());
|
| o.add(buildBookshelf());
|
| return o;
|
| }
|
|
|
| -checkUnnamed513(core.List<api.Bookshelf> o) {
|
| +checkUnnamed308(core.List<api.Bookshelf> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBookshelf(o[0]);
|
| checkBookshelf(o[1]);
|
| @@ -453,7 +453,7 @@ buildBookshelves() {
|
| var o = new api.Bookshelves();
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - o.items = buildUnnamed513();
|
| + o.items = buildUnnamed308();
|
| o.kind = "foo";
|
| }
|
| buildCounterBookshelves--;
|
| @@ -463,7 +463,7 @@ buildBookshelves() {
|
| checkBookshelves(api.Bookshelves o) {
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - checkUnnamed513(o.items);
|
| + checkUnnamed308(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBookshelves--;
|
| @@ -590,14 +590,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o)
|
| buildCounterDictlayerdataDictWordsDerivatives--;
|
| }
|
|
|
| -buildUnnamed514() {
|
| +buildUnnamed309() {
|
| var o = new core.List<api.DictlayerdataDictWordsDerivatives>();
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| return o;
|
| }
|
|
|
| -checkUnnamed514(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| +checkUnnamed309(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsDerivatives(o[0]);
|
| checkDictlayerdataDictWordsDerivatives(o[1]);
|
| @@ -645,14 +645,14 @@ checkDictlayerdataDictWordsExamples(api.DictlayerdataDictWordsExamples o) {
|
| buildCounterDictlayerdataDictWordsExamples--;
|
| }
|
|
|
| -buildUnnamed515() {
|
| +buildUnnamed310() {
|
| var o = new core.List<api.DictlayerdataDictWordsExamples>();
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed515(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| +checkUnnamed310(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsExamples(o[0]);
|
| checkDictlayerdataDictWordsExamples(o[1]);
|
| @@ -679,14 +679,14 @@ checkDictlayerdataDictWordsSensesConjugations(api.DictlayerdataDictWordsSensesCo
|
| buildCounterDictlayerdataDictWordsSensesConjugations--;
|
| }
|
|
|
| -buildUnnamed516() {
|
| +buildUnnamed311() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>();
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed516(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| +checkUnnamed311(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesConjugations(o[0]);
|
| checkDictlayerdataDictWordsSensesConjugations(o[1]);
|
| @@ -734,14 +734,14 @@ checkDictlayerdataDictWordsSensesDefinitionsExamples(api.DictlayerdataDictWordsS
|
| buildCounterDictlayerdataDictWordsSensesDefinitionsExamples--;
|
| }
|
|
|
| -buildUnnamed517() {
|
| +buildUnnamed312() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed517(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| +checkUnnamed312(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesDefinitionsExamples(o[0]);
|
| checkDictlayerdataDictWordsSensesDefinitionsExamples(o[1]);
|
| @@ -753,7 +753,7 @@ buildDictlayerdataDictWordsSensesDefinitions() {
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| o.definition = "foo";
|
| - o.examples = buildUnnamed517();
|
| + o.examples = buildUnnamed312();
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| return o;
|
| @@ -763,19 +763,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| unittest.expect(o.definition, unittest.equals('foo'));
|
| - checkUnnamed517(o.examples);
|
| + checkUnnamed312(o.examples);
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| }
|
|
|
| -buildUnnamed518() {
|
| +buildUnnamed313() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed518(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| +checkUnnamed313(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesDefinitions(o[0]);
|
| checkDictlayerdataDictWordsSensesDefinitions(o[1]);
|
| @@ -844,14 +844,14 @@ checkDictlayerdataDictWordsSensesSynonyms(api.DictlayerdataDictWordsSensesSynony
|
| buildCounterDictlayerdataDictWordsSensesSynonyms--;
|
| }
|
|
|
| -buildUnnamed519() {
|
| +buildUnnamed314() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>();
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| return o;
|
| }
|
|
|
| -checkUnnamed519(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| +checkUnnamed314(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesSynonyms(o[0]);
|
| checkDictlayerdataDictWordsSensesSynonyms(o[1]);
|
| @@ -862,14 +862,14 @@ buildDictlayerdataDictWordsSenses() {
|
| var o = new api.DictlayerdataDictWordsSenses();
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - o.conjugations = buildUnnamed516();
|
| - o.definitions = buildUnnamed518();
|
| + o.conjugations = buildUnnamed311();
|
| + o.definitions = buildUnnamed313();
|
| o.partOfSpeech = "foo";
|
| o.pronunciation = "foo";
|
| o.pronunciationUrl = "foo";
|
| o.source = buildDictlayerdataDictWordsSensesSource();
|
| o.syllabification = "foo";
|
| - o.synonyms = buildUnnamed519();
|
| + o.synonyms = buildUnnamed314();
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| return o;
|
| @@ -878,26 +878,26 @@ buildDictlayerdataDictWordsSenses() {
|
| checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - checkUnnamed516(o.conjugations);
|
| - checkUnnamed518(o.definitions);
|
| + checkUnnamed311(o.conjugations);
|
| + checkUnnamed313(o.definitions);
|
| unittest.expect(o.partOfSpeech, unittest.equals('foo'));
|
| unittest.expect(o.pronunciation, unittest.equals('foo'));
|
| unittest.expect(o.pronunciationUrl, unittest.equals('foo'));
|
| checkDictlayerdataDictWordsSensesSource(o.source);
|
| unittest.expect(o.syllabification, unittest.equals('foo'));
|
| - checkUnnamed519(o.synonyms);
|
| + checkUnnamed314(o.synonyms);
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| }
|
|
|
| -buildUnnamed520() {
|
| +buildUnnamed315() {
|
| var o = new core.List<api.DictlayerdataDictWordsSenses>();
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| return o;
|
| }
|
|
|
| -checkUnnamed520(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| +checkUnnamed315(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSenses(o[0]);
|
| checkDictlayerdataDictWordsSenses(o[1]);
|
| @@ -929,9 +929,9 @@ buildDictlayerdataDictWords() {
|
| var o = new api.DictlayerdataDictWords();
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - o.derivatives = buildUnnamed514();
|
| - o.examples = buildUnnamed515();
|
| - o.senses = buildUnnamed520();
|
| + o.derivatives = buildUnnamed309();
|
| + o.examples = buildUnnamed310();
|
| + o.senses = buildUnnamed315();
|
| o.source = buildDictlayerdataDictWordsSource();
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| @@ -941,22 +941,22 @@ buildDictlayerdataDictWords() {
|
| checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - checkUnnamed514(o.derivatives);
|
| - checkUnnamed515(o.examples);
|
| - checkUnnamed520(o.senses);
|
| + checkUnnamed309(o.derivatives);
|
| + checkUnnamed310(o.examples);
|
| + checkUnnamed315(o.senses);
|
| checkDictlayerdataDictWordsSource(o.source);
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| }
|
|
|
| -buildUnnamed521() {
|
| +buildUnnamed316() {
|
| var o = new core.List<api.DictlayerdataDictWords>();
|
| o.add(buildDictlayerdataDictWords());
|
| o.add(buildDictlayerdataDictWords());
|
| return o;
|
| }
|
|
|
| -checkUnnamed521(core.List<api.DictlayerdataDictWords> o) {
|
| +checkUnnamed316(core.List<api.DictlayerdataDictWords> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWords(o[0]);
|
| checkDictlayerdataDictWords(o[1]);
|
| @@ -968,7 +968,7 @@ buildDictlayerdataDict() {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| o.source = buildDictlayerdataDictSource();
|
| - o.words = buildUnnamed521();
|
| + o.words = buildUnnamed316();
|
| }
|
| buildCounterDictlayerdataDict--;
|
| return o;
|
| @@ -978,7 +978,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| checkDictlayerdataDictSource(o.source);
|
| - checkUnnamed521(o.words);
|
| + checkUnnamed316(o.words);
|
| }
|
| buildCounterDictlayerdataDict--;
|
| }
|
| @@ -1047,14 +1047,14 @@ checkDownloadAccessRestriction(api.DownloadAccessRestriction o) {
|
| buildCounterDownloadAccessRestriction--;
|
| }
|
|
|
| -buildUnnamed522() {
|
| +buildUnnamed317() {
|
| var o = new core.List<api.DownloadAccessRestriction>();
|
| o.add(buildDownloadAccessRestriction());
|
| o.add(buildDownloadAccessRestriction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed522(core.List<api.DownloadAccessRestriction> o) {
|
| +checkUnnamed317(core.List<api.DownloadAccessRestriction> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDownloadAccessRestriction(o[0]);
|
| checkDownloadAccessRestriction(o[1]);
|
| @@ -1065,7 +1065,7 @@ buildDownloadAccesses() {
|
| var o = new api.DownloadAccesses();
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - o.downloadAccessList = buildUnnamed522();
|
| + o.downloadAccessList = buildUnnamed317();
|
| o.kind = "foo";
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1075,7 +1075,7 @@ buildDownloadAccesses() {
|
| checkDownloadAccesses(api.DownloadAccesses o) {
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - checkUnnamed522(o.downloadAccessList);
|
| + checkUnnamed317(o.downloadAccessList);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1129,30 +1129,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) {
|
| buildCounterGeolayerdataGeoBoundary--;
|
| }
|
|
|
| -buildUnnamed523() {
|
| +buildUnnamed318() {
|
| var o = new core.List<api.GeolayerdataGeoBoundary>();
|
| o.add(buildGeolayerdataGeoBoundary());
|
| o.add(buildGeolayerdataGeoBoundary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed523(core.List<api.GeolayerdataGeoBoundary> o) {
|
| +checkUnnamed318(core.List<api.GeolayerdataGeoBoundary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeolayerdataGeoBoundary(o[0]);
|
| checkGeolayerdataGeoBoundary(o[1]);
|
| }
|
|
|
| -buildUnnamed524() {
|
| +buildUnnamed319() {
|
| var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>();
|
| - o.add(buildUnnamed523());
|
| - o.add(buildUnnamed523());
|
| + o.add(buildUnnamed318());
|
| + o.add(buildUnnamed318());
|
| return o;
|
| }
|
|
|
| -checkUnnamed524(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| +checkUnnamed319(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed523(o[0]);
|
| - checkUnnamed523(o[1]);
|
| + checkUnnamed318(o[0]);
|
| + checkUnnamed318(o[1]);
|
| }
|
|
|
| core.int buildCounterGeolayerdataGeoViewportHi = 0;
|
| @@ -1223,7 +1223,7 @@ buildGeolayerdataGeo() {
|
| var o = new api.GeolayerdataGeo();
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - o.boundary = buildUnnamed524();
|
| + o.boundary = buildUnnamed319();
|
| o.cachePolicy = "foo";
|
| o.countryCode = "foo";
|
| o.latitude = 42.0;
|
| @@ -1239,7 +1239,7 @@ buildGeolayerdataGeo() {
|
| checkGeolayerdataGeo(api.GeolayerdataGeo o) {
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - checkUnnamed524(o.boundary);
|
| + checkUnnamed319(o.boundary);
|
| unittest.expect(o.cachePolicy, unittest.equals('foo'));
|
| unittest.expect(o.countryCode, unittest.equals('foo'));
|
| unittest.expect(o.latitude, unittest.equals(42.0));
|
| @@ -1274,14 +1274,14 @@ checkGeolayerdata(api.Geolayerdata o) {
|
| buildCounterGeolayerdata--;
|
| }
|
|
|
| -buildUnnamed525() {
|
| +buildUnnamed320() {
|
| var o = new core.List<api.Layersummary>();
|
| o.add(buildLayersummary());
|
| o.add(buildLayersummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed525(core.List<api.Layersummary> o) {
|
| +checkUnnamed320(core.List<api.Layersummary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLayersummary(o[0]);
|
| checkLayersummary(o[1]);
|
| @@ -1292,7 +1292,7 @@ buildLayersummaries() {
|
| var o = new api.Layersummaries();
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - o.items = buildUnnamed525();
|
| + o.items = buildUnnamed320();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -1303,21 +1303,21 @@ buildLayersummaries() {
|
| checkLayersummaries(api.Layersummaries o) {
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - checkUnnamed525(o.items);
|
| + checkUnnamed320(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterLayersummaries--;
|
| }
|
|
|
| -buildUnnamed526() {
|
| +buildUnnamed321() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed526(core.List<core.String> o) {
|
| +checkUnnamed321(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1329,7 +1329,7 @@ buildLayersummary() {
|
| buildCounterLayersummary++;
|
| if (buildCounterLayersummary < 3) {
|
| o.annotationCount = 42;
|
| - o.annotationTypes = buildUnnamed526();
|
| + o.annotationTypes = buildUnnamed321();
|
| o.annotationsDataLink = "foo";
|
| o.annotationsLink = "foo";
|
| o.contentVersion = "foo";
|
| @@ -1350,7 +1350,7 @@ checkLayersummary(api.Layersummary o) {
|
| buildCounterLayersummary++;
|
| if (buildCounterLayersummary < 3) {
|
| unittest.expect(o.annotationCount, unittest.equals(42));
|
| - checkUnnamed526(o.annotationTypes);
|
| + checkUnnamed321(o.annotationTypes);
|
| unittest.expect(o.annotationsDataLink, unittest.equals('foo'));
|
| unittest.expect(o.annotationsLink, unittest.equals('foo'));
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| @@ -1395,14 +1395,14 @@ checkOffersItemsItems(api.OffersItemsItems o) {
|
| buildCounterOffersItemsItems--;
|
| }
|
|
|
| -buildUnnamed527() {
|
| +buildUnnamed322() {
|
| var o = new core.List<api.OffersItemsItems>();
|
| o.add(buildOffersItemsItems());
|
| o.add(buildOffersItemsItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed527(core.List<api.OffersItemsItems> o) {
|
| +checkUnnamed322(core.List<api.OffersItemsItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItemsItems(o[0]);
|
| checkOffersItemsItems(o[1]);
|
| @@ -1415,7 +1415,7 @@ buildOffersItems() {
|
| if (buildCounterOffersItems < 3) {
|
| o.artUrl = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed527();
|
| + o.items = buildUnnamed322();
|
| }
|
| buildCounterOffersItems--;
|
| return o;
|
| @@ -1426,19 +1426,19 @@ checkOffersItems(api.OffersItems o) {
|
| if (buildCounterOffersItems < 3) {
|
| unittest.expect(o.artUrl, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed527(o.items);
|
| + checkUnnamed322(o.items);
|
| }
|
| buildCounterOffersItems--;
|
| }
|
|
|
| -buildUnnamed528() {
|
| +buildUnnamed323() {
|
| var o = new core.List<api.OffersItems>();
|
| o.add(buildOffersItems());
|
| o.add(buildOffersItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed528(core.List<api.OffersItems> o) {
|
| +checkUnnamed323(core.List<api.OffersItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItems(o[0]);
|
| checkOffersItems(o[1]);
|
| @@ -1449,7 +1449,7 @@ buildOffers() {
|
| var o = new api.Offers();
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - o.items = buildUnnamed528();
|
| + o.items = buildUnnamed323();
|
| o.kind = "foo";
|
| }
|
| buildCounterOffers--;
|
| @@ -1459,7 +1459,7 @@ buildOffers() {
|
| checkOffers(api.Offers o) {
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - checkUnnamed528(o.items);
|
| + checkUnnamed323(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterOffers--;
|
| @@ -1710,14 +1710,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) {
|
| buildCounterVolumeLayerInfoLayers--;
|
| }
|
|
|
| -buildUnnamed529() {
|
| +buildUnnamed324() {
|
| var o = new core.List<api.VolumeLayerInfoLayers>();
|
| o.add(buildVolumeLayerInfoLayers());
|
| o.add(buildVolumeLayerInfoLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed529(core.List<api.VolumeLayerInfoLayers> o) {
|
| +checkUnnamed324(core.List<api.VolumeLayerInfoLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeLayerInfoLayers(o[0]);
|
| checkVolumeLayerInfoLayers(o[1]);
|
| @@ -1728,7 +1728,7 @@ buildVolumeLayerInfo() {
|
| var o = new api.VolumeLayerInfo();
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - o.layers = buildUnnamed529();
|
| + o.layers = buildUnnamed324();
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| return o;
|
| @@ -1737,7 +1737,7 @@ buildVolumeLayerInfo() {
|
| checkVolumeLayerInfo(api.VolumeLayerInfo o) {
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - checkUnnamed529(o.layers);
|
| + checkUnnamed324(o.layers);
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| }
|
| @@ -1870,14 +1870,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) {
|
| buildCounterVolumeSaleInfoOffers--;
|
| }
|
|
|
| -buildUnnamed530() {
|
| +buildUnnamed325() {
|
| var o = new core.List<api.VolumeSaleInfoOffers>();
|
| o.add(buildVolumeSaleInfoOffers());
|
| o.add(buildVolumeSaleInfoOffers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed530(core.List<api.VolumeSaleInfoOffers> o) {
|
| +checkUnnamed325(core.List<api.VolumeSaleInfoOffers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeSaleInfoOffers(o[0]);
|
| checkVolumeSaleInfoOffers(o[1]);
|
| @@ -1913,7 +1913,7 @@ buildVolumeSaleInfo() {
|
| o.country = "foo";
|
| o.isEbook = true;
|
| o.listPrice = buildVolumeSaleInfoListPrice();
|
| - o.offers = buildUnnamed530();
|
| + o.offers = buildUnnamed325();
|
| o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.retailPrice = buildVolumeSaleInfoRetailPrice();
|
| o.saleability = "foo";
|
| @@ -1929,7 +1929,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.isEbook, unittest.isTrue);
|
| checkVolumeSaleInfoListPrice(o.listPrice);
|
| - checkUnnamed530(o.offers);
|
| + checkUnnamed325(o.offers);
|
| unittest.expect(o.onSaleDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkVolumeSaleInfoRetailPrice(o.retailPrice);
|
| unittest.expect(o.saleability, unittest.equals('foo'));
|
| @@ -2060,27 +2060,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) {
|
| buildCounterVolumeUserInfo--;
|
| }
|
|
|
| -buildUnnamed531() {
|
| +buildUnnamed326() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed531(core.List<core.String> o) {
|
| +checkUnnamed326(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed532() {
|
| +buildUnnamed327() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed532(core.List<core.String> o) {
|
| +checkUnnamed327(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2159,14 +2159,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers
|
| buildCounterVolumeVolumeInfoIndustryIdentifiers--;
|
| }
|
|
|
| -buildUnnamed533() {
|
| +buildUnnamed328() {
|
| var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>();
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed533(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| +checkUnnamed328(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[0]);
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[1]);
|
| @@ -2177,15 +2177,15 @@ buildVolumeVolumeInfo() {
|
| var o = new api.VolumeVolumeInfo();
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| - o.authors = buildUnnamed531();
|
| + o.authors = buildUnnamed326();
|
| o.averageRating = 42.0;
|
| o.canonicalVolumeLink = "foo";
|
| - o.categories = buildUnnamed532();
|
| + o.categories = buildUnnamed327();
|
| o.contentVersion = "foo";
|
| o.description = "foo";
|
| o.dimensions = buildVolumeVolumeInfoDimensions();
|
| o.imageLinks = buildVolumeVolumeInfoImageLinks();
|
| - o.industryIdentifiers = buildUnnamed533();
|
| + o.industryIdentifiers = buildUnnamed328();
|
| o.infoLink = "foo";
|
| o.language = "foo";
|
| o.mainCategory = "foo";
|
| @@ -2207,15 +2207,15 @@ buildVolumeVolumeInfo() {
|
| checkVolumeVolumeInfo(api.VolumeVolumeInfo o) {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| - checkUnnamed531(o.authors);
|
| + checkUnnamed326(o.authors);
|
| unittest.expect(o.averageRating, unittest.equals(42.0));
|
| unittest.expect(o.canonicalVolumeLink, unittest.equals('foo'));
|
| - checkUnnamed532(o.categories);
|
| + checkUnnamed327(o.categories);
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkVolumeVolumeInfoDimensions(o.dimensions);
|
| checkVolumeVolumeInfoImageLinks(o.imageLinks);
|
| - checkUnnamed533(o.industryIdentifiers);
|
| + checkUnnamed328(o.industryIdentifiers);
|
| unittest.expect(o.infoLink, unittest.equals('foo'));
|
| unittest.expect(o.language, unittest.equals('foo'));
|
| unittest.expect(o.mainCategory, unittest.equals('foo'));
|
| @@ -2297,14 +2297,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) {
|
| buildCounterVolumeannotationContentRanges--;
|
| }
|
|
|
| -buildUnnamed534() {
|
| +buildUnnamed329() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed534(core.List<core.String> o) {
|
| +checkUnnamed329(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2324,7 +2324,7 @@ buildVolumeannotation() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| - o.pageIds = buildUnnamed534();
|
| + o.pageIds = buildUnnamed329();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2346,7 +2346,7 @@ checkVolumeannotation(api.Volumeannotation o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.layerId, unittest.equals('foo'));
|
| - checkUnnamed534(o.pageIds);
|
| + checkUnnamed329(o.pageIds);
|
| unittest.expect(o.selectedText, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -2355,14 +2355,14 @@ checkVolumeannotation(api.Volumeannotation o) {
|
| buildCounterVolumeannotation--;
|
| }
|
|
|
| -buildUnnamed535() {
|
| +buildUnnamed330() {
|
| var o = new core.List<api.Volumeannotation>();
|
| o.add(buildVolumeannotation());
|
| o.add(buildVolumeannotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed535(core.List<api.Volumeannotation> o) {
|
| +checkUnnamed330(core.List<api.Volumeannotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeannotation(o[0]);
|
| checkVolumeannotation(o[1]);
|
| @@ -2373,7 +2373,7 @@ buildVolumeannotations() {
|
| var o = new api.Volumeannotations();
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - o.items = buildUnnamed535();
|
| + o.items = buildUnnamed330();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -2386,7 +2386,7 @@ buildVolumeannotations() {
|
| checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - checkUnnamed535(o.items);
|
| + checkUnnamed330(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -2395,14 +2395,14 @@ checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations--;
|
| }
|
|
|
| -buildUnnamed536() {
|
| +buildUnnamed331() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed536(core.List<api.Volume> o) {
|
| +checkUnnamed331(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2413,7 +2413,7 @@ buildVolumes() {
|
| var o = new api.Volumes();
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - o.items = buildUnnamed536();
|
| + o.items = buildUnnamed331();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -2424,151 +2424,151 @@ buildVolumes() {
|
| checkVolumes(api.Volumes o) {
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - checkUnnamed536(o.items);
|
| + checkUnnamed331(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterVolumes--;
|
| }
|
|
|
| -buildUnnamed537() {
|
| +buildUnnamed332() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed537(core.List<core.String> o) {
|
| +checkUnnamed332(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed538() {
|
| +buildUnnamed333() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed538(core.List<core.String> o) {
|
| +checkUnnamed333(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed539() {
|
| +buildUnnamed334() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed539(core.List<core.String> o) {
|
| +checkUnnamed334(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed540() {
|
| +buildUnnamed335() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed540(core.List<core.String> o) {
|
| +checkUnnamed335(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed541() {
|
| +buildUnnamed336() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed541(core.List<core.String> o) {
|
| +checkUnnamed336(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed542() {
|
| +buildUnnamed337() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed542(core.List<core.String> o) {
|
| +checkUnnamed337(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed543() {
|
| +buildUnnamed338() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed543(core.List<core.String> o) {
|
| +checkUnnamed338(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed544() {
|
| +buildUnnamed339() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed544(core.List<core.String> o) {
|
| +checkUnnamed339(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed545() {
|
| +buildUnnamed340() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed545(core.List<core.String> o) {
|
| +checkUnnamed340(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed546() {
|
| +buildUnnamed341() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed546(core.List<core.String> o) {
|
| +checkUnnamed341(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed547() {
|
| +buildUnnamed342() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed547(core.List<core.String> o) {
|
| +checkUnnamed342(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3842,7 +3842,7 @@ main() {
|
| var arg_volumeId = "foo";
|
| var arg_layerId = "foo";
|
| var arg_contentVersion = "foo";
|
| - var arg_annotationDataId = buildUnnamed537();
|
| + var arg_annotationDataId = buildUnnamed332();
|
| var arg_h = 42;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| @@ -4082,7 +4082,7 @@ main() {
|
|
|
| var mock = new common_test.HttpServerMock();
|
| api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig;
|
| - var arg_volumeIds = buildUnnamed538();
|
| + var arg_volumeIds = buildUnnamed333();
|
| var arg_cpksver = "foo";
|
| var arg_locale = "foo";
|
| var arg_source = "foo";
|
| @@ -4195,10 +4195,10 @@ main() {
|
| var arg_source = "foo";
|
| var arg_nonce = "foo";
|
| var arg_cpksver = "foo";
|
| - var arg_features = buildUnnamed539();
|
| + var arg_features = buildUnnamed334();
|
| var arg_locale = "foo";
|
| var arg_showPreorders = true;
|
| - var arg_volumeIds = buildUnnamed540();
|
| + var arg_volumeIds = buildUnnamed335();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -4410,9 +4410,9 @@ main() {
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| var arg_contentVersion = "foo";
|
| var arg_layerId = "foo";
|
| - var arg_layerIds = buildUnnamed541();
|
| + var arg_layerIds = buildUnnamed336();
|
| var arg_maxResults = 42;
|
| - var arg_pageIds = buildUnnamed542();
|
| + var arg_pageIds = buildUnnamed337();
|
| var arg_pageToken = "foo";
|
| var arg_showDeleted = true;
|
| var arg_source = "foo";
|
| @@ -4475,7 +4475,7 @@ main() {
|
|
|
| var mock = new common_test.HttpServerMock();
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| - var arg_layerIds = buildUnnamed543();
|
| + var arg_layerIds = buildUnnamed338();
|
| var arg_volumeId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -5468,10 +5468,10 @@ main() {
|
|
|
| var mock = new common_test.HttpServerMock();
|
| api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks;
|
| - var arg_acquireMethod = buildUnnamed544();
|
| + var arg_acquireMethod = buildUnnamed339();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed545();
|
| + var arg_processingState = buildUnnamed340();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -5637,10 +5637,10 @@ main() {
|
| api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed546();
|
| + var arg_processingState = buildUnnamed341();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| - var arg_volumeId = buildUnnamed547();
|
| + var arg_volumeId = buildUnnamed342();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|