| 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 ab6457d28c53903974a0dcbb37f3264b2c748f04..85478cacdc5a9c397585abda5dec780835718006 100644
|
| --- a/generated/googleapis/test/books/v1_test.dart
|
| +++ b/generated/googleapis/test/books/v1_test.dart
|
| @@ -128,14 +128,14 @@ checkAnnotationLayerSummary(api.AnnotationLayerSummary o) {
|
| buildCounterAnnotationLayerSummary--;
|
| }
|
|
|
| -buildUnnamed494() {
|
| +buildUnnamed953() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed494(core.List<core.String> o) {
|
| +checkUnnamed953(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'));
|
| @@ -158,7 +158,7 @@ buildAnnotation() {
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| o.layerSummary = buildAnnotationLayerSummary();
|
| - o.pageIds = buildUnnamed494();
|
| + o.pageIds = buildUnnamed953();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -183,7 +183,7 @@ checkAnnotation(api.Annotation o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.layerId, unittest.equals('foo'));
|
| checkAnnotationLayerSummary(o.layerSummary);
|
| - checkUnnamed494(o.pageIds);
|
| + checkUnnamed953(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")));
|
| @@ -227,14 +227,14 @@ checkAnnotationdata(api.Annotationdata o) {
|
| buildCounterAnnotationdata--;
|
| }
|
|
|
| -buildUnnamed495() {
|
| +buildUnnamed954() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed495(core.List<api.Annotation> o) {
|
| +checkUnnamed954(core.List<api.Annotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotation(o[0]);
|
| checkAnnotation(o[1]);
|
| @@ -245,7 +245,7 @@ buildAnnotations() {
|
| var o = new api.Annotations();
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - o.items = buildUnnamed495();
|
| + o.items = buildUnnamed954();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -257,7 +257,7 @@ buildAnnotations() {
|
| checkAnnotations(api.Annotations o) {
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - checkUnnamed495(o.items);
|
| + checkUnnamed954(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -292,14 +292,14 @@ checkAnnotationsSummaryLayers(api.AnnotationsSummaryLayers o) {
|
| buildCounterAnnotationsSummaryLayers--;
|
| }
|
|
|
| -buildUnnamed496() {
|
| +buildUnnamed955() {
|
| var o = new core.List<api.AnnotationsSummaryLayers>();
|
| o.add(buildAnnotationsSummaryLayers());
|
| o.add(buildAnnotationsSummaryLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed496(core.List<api.AnnotationsSummaryLayers> o) {
|
| +checkUnnamed955(core.List<api.AnnotationsSummaryLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotationsSummaryLayers(o[0]);
|
| checkAnnotationsSummaryLayers(o[1]);
|
| @@ -311,7 +311,7 @@ buildAnnotationsSummary() {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| o.kind = "foo";
|
| - o.layers = buildUnnamed496();
|
| + o.layers = buildUnnamed955();
|
| }
|
| buildCounterAnnotationsSummary--;
|
| return o;
|
| @@ -321,19 +321,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed496(o.layers);
|
| + checkUnnamed955(o.layers);
|
| }
|
| buildCounterAnnotationsSummary--;
|
| }
|
|
|
| -buildUnnamed497() {
|
| +buildUnnamed956() {
|
| var o = new core.List<api.Annotationdata>();
|
| o.add(buildAnnotationdata());
|
| o.add(buildAnnotationdata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed497(core.List<api.Annotationdata> o) {
|
| +checkUnnamed956(core.List<api.Annotationdata> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotationdata(o[0]);
|
| checkAnnotationdata(o[1]);
|
| @@ -344,7 +344,7 @@ buildAnnotationsdata() {
|
| var o = new api.Annotationsdata();
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - o.items = buildUnnamed497();
|
| + o.items = buildUnnamed956();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -356,7 +356,7 @@ buildAnnotationsdata() {
|
| checkAnnotationsdata(api.Annotationsdata o) {
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - checkUnnamed497(o.items);
|
| + checkUnnamed956(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -470,14 +470,14 @@ checkBookshelf(api.Bookshelf o) {
|
| buildCounterBookshelf--;
|
| }
|
|
|
| -buildUnnamed498() {
|
| +buildUnnamed957() {
|
| var o = new core.List<api.Bookshelf>();
|
| o.add(buildBookshelf());
|
| o.add(buildBookshelf());
|
| return o;
|
| }
|
|
|
| -checkUnnamed498(core.List<api.Bookshelf> o) {
|
| +checkUnnamed957(core.List<api.Bookshelf> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBookshelf(o[0]);
|
| checkBookshelf(o[1]);
|
| @@ -488,7 +488,7 @@ buildBookshelves() {
|
| var o = new api.Bookshelves();
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - o.items = buildUnnamed498();
|
| + o.items = buildUnnamed957();
|
| o.kind = "foo";
|
| }
|
| buildCounterBookshelves--;
|
| @@ -498,7 +498,7 @@ buildBookshelves() {
|
| checkBookshelves(api.Bookshelves o) {
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - checkUnnamed498(o.items);
|
| + checkUnnamed957(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBookshelves--;
|
| @@ -527,14 +527,14 @@ checkCategoryItems(api.CategoryItems o) {
|
| buildCounterCategoryItems--;
|
| }
|
|
|
| -buildUnnamed499() {
|
| +buildUnnamed958() {
|
| var o = new core.List<api.CategoryItems>();
|
| o.add(buildCategoryItems());
|
| o.add(buildCategoryItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed499(core.List<api.CategoryItems> o) {
|
| +checkUnnamed958(core.List<api.CategoryItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCategoryItems(o[0]);
|
| checkCategoryItems(o[1]);
|
| @@ -545,7 +545,7 @@ buildCategory() {
|
| var o = new api.Category();
|
| buildCounterCategory++;
|
| if (buildCounterCategory < 3) {
|
| - o.items = buildUnnamed499();
|
| + o.items = buildUnnamed958();
|
| o.kind = "foo";
|
| }
|
| buildCounterCategory--;
|
| @@ -555,7 +555,7 @@ buildCategory() {
|
| checkCategory(api.Category o) {
|
| buildCounterCategory++;
|
| if (buildCounterCategory < 3) {
|
| - checkUnnamed499(o.items);
|
| + checkUnnamed958(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCategory--;
|
| @@ -682,14 +682,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o)
|
| buildCounterDictlayerdataDictWordsDerivatives--;
|
| }
|
|
|
| -buildUnnamed500() {
|
| +buildUnnamed959() {
|
| var o = new core.List<api.DictlayerdataDictWordsDerivatives>();
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| return o;
|
| }
|
|
|
| -checkUnnamed500(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| +checkUnnamed959(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsDerivatives(o[0]);
|
| checkDictlayerdataDictWordsDerivatives(o[1]);
|
| @@ -737,14 +737,14 @@ checkDictlayerdataDictWordsExamples(api.DictlayerdataDictWordsExamples o) {
|
| buildCounterDictlayerdataDictWordsExamples--;
|
| }
|
|
|
| -buildUnnamed501() {
|
| +buildUnnamed960() {
|
| var o = new core.List<api.DictlayerdataDictWordsExamples>();
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed501(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| +checkUnnamed960(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsExamples(o[0]);
|
| checkDictlayerdataDictWordsExamples(o[1]);
|
| @@ -771,14 +771,14 @@ checkDictlayerdataDictWordsSensesConjugations(api.DictlayerdataDictWordsSensesCo
|
| buildCounterDictlayerdataDictWordsSensesConjugations--;
|
| }
|
|
|
| -buildUnnamed502() {
|
| +buildUnnamed961() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>();
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed502(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| +checkUnnamed961(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesConjugations(o[0]);
|
| checkDictlayerdataDictWordsSensesConjugations(o[1]);
|
| @@ -826,14 +826,14 @@ checkDictlayerdataDictWordsSensesDefinitionsExamples(api.DictlayerdataDictWordsS
|
| buildCounterDictlayerdataDictWordsSensesDefinitionsExamples--;
|
| }
|
|
|
| -buildUnnamed503() {
|
| +buildUnnamed962() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed503(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| +checkUnnamed962(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesDefinitionsExamples(o[0]);
|
| checkDictlayerdataDictWordsSensesDefinitionsExamples(o[1]);
|
| @@ -845,7 +845,7 @@ buildDictlayerdataDictWordsSensesDefinitions() {
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| o.definition = "foo";
|
| - o.examples = buildUnnamed503();
|
| + o.examples = buildUnnamed962();
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| return o;
|
| @@ -855,19 +855,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| unittest.expect(o.definition, unittest.equals('foo'));
|
| - checkUnnamed503(o.examples);
|
| + checkUnnamed962(o.examples);
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| }
|
|
|
| -buildUnnamed504() {
|
| +buildUnnamed963() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed504(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| +checkUnnamed963(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesDefinitions(o[0]);
|
| checkDictlayerdataDictWordsSensesDefinitions(o[1]);
|
| @@ -936,14 +936,14 @@ checkDictlayerdataDictWordsSensesSynonyms(api.DictlayerdataDictWordsSensesSynony
|
| buildCounterDictlayerdataDictWordsSensesSynonyms--;
|
| }
|
|
|
| -buildUnnamed505() {
|
| +buildUnnamed964() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>();
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| return o;
|
| }
|
|
|
| -checkUnnamed505(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| +checkUnnamed964(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSensesSynonyms(o[0]);
|
| checkDictlayerdataDictWordsSensesSynonyms(o[1]);
|
| @@ -954,14 +954,14 @@ buildDictlayerdataDictWordsSenses() {
|
| var o = new api.DictlayerdataDictWordsSenses();
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - o.conjugations = buildUnnamed502();
|
| - o.definitions = buildUnnamed504();
|
| + o.conjugations = buildUnnamed961();
|
| + o.definitions = buildUnnamed963();
|
| o.partOfSpeech = "foo";
|
| o.pronunciation = "foo";
|
| o.pronunciationUrl = "foo";
|
| o.source = buildDictlayerdataDictWordsSensesSource();
|
| o.syllabification = "foo";
|
| - o.synonyms = buildUnnamed505();
|
| + o.synonyms = buildUnnamed964();
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| return o;
|
| @@ -970,26 +970,26 @@ buildDictlayerdataDictWordsSenses() {
|
| checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - checkUnnamed502(o.conjugations);
|
| - checkUnnamed504(o.definitions);
|
| + checkUnnamed961(o.conjugations);
|
| + checkUnnamed963(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'));
|
| - checkUnnamed505(o.synonyms);
|
| + checkUnnamed964(o.synonyms);
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| }
|
|
|
| -buildUnnamed506() {
|
| +buildUnnamed965() {
|
| var o = new core.List<api.DictlayerdataDictWordsSenses>();
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| return o;
|
| }
|
|
|
| -checkUnnamed506(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| +checkUnnamed965(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWordsSenses(o[0]);
|
| checkDictlayerdataDictWordsSenses(o[1]);
|
| @@ -1021,9 +1021,9 @@ buildDictlayerdataDictWords() {
|
| var o = new api.DictlayerdataDictWords();
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - o.derivatives = buildUnnamed500();
|
| - o.examples = buildUnnamed501();
|
| - o.senses = buildUnnamed506();
|
| + o.derivatives = buildUnnamed959();
|
| + o.examples = buildUnnamed960();
|
| + o.senses = buildUnnamed965();
|
| o.source = buildDictlayerdataDictWordsSource();
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| @@ -1033,22 +1033,22 @@ buildDictlayerdataDictWords() {
|
| checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - checkUnnamed500(o.derivatives);
|
| - checkUnnamed501(o.examples);
|
| - checkUnnamed506(o.senses);
|
| + checkUnnamed959(o.derivatives);
|
| + checkUnnamed960(o.examples);
|
| + checkUnnamed965(o.senses);
|
| checkDictlayerdataDictWordsSource(o.source);
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| }
|
|
|
| -buildUnnamed507() {
|
| +buildUnnamed966() {
|
| var o = new core.List<api.DictlayerdataDictWords>();
|
| o.add(buildDictlayerdataDictWords());
|
| o.add(buildDictlayerdataDictWords());
|
| return o;
|
| }
|
|
|
| -checkUnnamed507(core.List<api.DictlayerdataDictWords> o) {
|
| +checkUnnamed966(core.List<api.DictlayerdataDictWords> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDictlayerdataDictWords(o[0]);
|
| checkDictlayerdataDictWords(o[1]);
|
| @@ -1060,7 +1060,7 @@ buildDictlayerdataDict() {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| o.source = buildDictlayerdataDictSource();
|
| - o.words = buildUnnamed507();
|
| + o.words = buildUnnamed966();
|
| }
|
| buildCounterDictlayerdataDict--;
|
| return o;
|
| @@ -1070,7 +1070,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| checkDictlayerdataDictSource(o.source);
|
| - checkUnnamed507(o.words);
|
| + checkUnnamed966(o.words);
|
| }
|
| buildCounterDictlayerdataDict--;
|
| }
|
| @@ -1127,14 +1127,14 @@ checkDiscoveryclustersClustersBannerWithContentContainer(api.DiscoveryclustersCl
|
| buildCounterDiscoveryclustersClustersBannerWithContentContainer--;
|
| }
|
|
|
| -buildUnnamed508() {
|
| +buildUnnamed967() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed508(core.List<api.Volume> o) {
|
| +checkUnnamed967(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -1150,7 +1150,7 @@ buildDiscoveryclustersClusters() {
|
| o.title = "foo";
|
| o.totalVolumes = 42;
|
| o.uid = "foo";
|
| - o.volumes = buildUnnamed508();
|
| + o.volumes = buildUnnamed967();
|
| }
|
| buildCounterDiscoveryclustersClusters--;
|
| return o;
|
| @@ -1164,19 +1164,19 @@ checkDiscoveryclustersClusters(api.DiscoveryclustersClusters o) {
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| unittest.expect(o.totalVolumes, unittest.equals(42));
|
| unittest.expect(o.uid, unittest.equals('foo'));
|
| - checkUnnamed508(o.volumes);
|
| + checkUnnamed967(o.volumes);
|
| }
|
| buildCounterDiscoveryclustersClusters--;
|
| }
|
|
|
| -buildUnnamed509() {
|
| +buildUnnamed968() {
|
| var o = new core.List<api.DiscoveryclustersClusters>();
|
| o.add(buildDiscoveryclustersClusters());
|
| o.add(buildDiscoveryclustersClusters());
|
| return o;
|
| }
|
|
|
| -checkUnnamed509(core.List<api.DiscoveryclustersClusters> o) {
|
| +checkUnnamed968(core.List<api.DiscoveryclustersClusters> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDiscoveryclustersClusters(o[0]);
|
| checkDiscoveryclustersClusters(o[1]);
|
| @@ -1187,7 +1187,7 @@ buildDiscoveryclusters() {
|
| var o = new api.Discoveryclusters();
|
| buildCounterDiscoveryclusters++;
|
| if (buildCounterDiscoveryclusters < 3) {
|
| - o.clusters = buildUnnamed509();
|
| + o.clusters = buildUnnamed968();
|
| o.kind = "foo";
|
| o.totalClusters = 42;
|
| }
|
| @@ -1198,7 +1198,7 @@ buildDiscoveryclusters() {
|
| checkDiscoveryclusters(api.Discoveryclusters o) {
|
| buildCounterDiscoveryclusters++;
|
| if (buildCounterDiscoveryclusters < 3) {
|
| - checkUnnamed509(o.clusters);
|
| + checkUnnamed968(o.clusters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalClusters, unittest.equals(42));
|
| }
|
| @@ -1246,14 +1246,14 @@ checkDownloadAccessRestriction(api.DownloadAccessRestriction o) {
|
| buildCounterDownloadAccessRestriction--;
|
| }
|
|
|
| -buildUnnamed510() {
|
| +buildUnnamed969() {
|
| var o = new core.List<api.DownloadAccessRestriction>();
|
| o.add(buildDownloadAccessRestriction());
|
| o.add(buildDownloadAccessRestriction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed510(core.List<api.DownloadAccessRestriction> o) {
|
| +checkUnnamed969(core.List<api.DownloadAccessRestriction> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDownloadAccessRestriction(o[0]);
|
| checkDownloadAccessRestriction(o[1]);
|
| @@ -1264,7 +1264,7 @@ buildDownloadAccesses() {
|
| var o = new api.DownloadAccesses();
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - o.downloadAccessList = buildUnnamed510();
|
| + o.downloadAccessList = buildUnnamed969();
|
| o.kind = "foo";
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1274,7 +1274,7 @@ buildDownloadAccesses() {
|
| checkDownloadAccesses(api.DownloadAccesses o) {
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - checkUnnamed510(o.downloadAccessList);
|
| + checkUnnamed969(o.downloadAccessList);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1328,30 +1328,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) {
|
| buildCounterGeolayerdataGeoBoundary--;
|
| }
|
|
|
| -buildUnnamed511() {
|
| +buildUnnamed970() {
|
| var o = new core.List<api.GeolayerdataGeoBoundary>();
|
| o.add(buildGeolayerdataGeoBoundary());
|
| o.add(buildGeolayerdataGeoBoundary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed511(core.List<api.GeolayerdataGeoBoundary> o) {
|
| +checkUnnamed970(core.List<api.GeolayerdataGeoBoundary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeolayerdataGeoBoundary(o[0]);
|
| checkGeolayerdataGeoBoundary(o[1]);
|
| }
|
|
|
| -buildUnnamed512() {
|
| +buildUnnamed971() {
|
| var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>();
|
| - o.add(buildUnnamed511());
|
| - o.add(buildUnnamed511());
|
| + o.add(buildUnnamed970());
|
| + o.add(buildUnnamed970());
|
| return o;
|
| }
|
|
|
| -checkUnnamed512(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| +checkUnnamed971(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed511(o[0]);
|
| - checkUnnamed511(o[1]);
|
| + checkUnnamed970(o[0]);
|
| + checkUnnamed970(o[1]);
|
| }
|
|
|
| core.int buildCounterGeolayerdataGeoViewportHi = 0;
|
| @@ -1422,7 +1422,7 @@ buildGeolayerdataGeo() {
|
| var o = new api.GeolayerdataGeo();
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - o.boundary = buildUnnamed512();
|
| + o.boundary = buildUnnamed971();
|
| o.cachePolicy = "foo";
|
| o.countryCode = "foo";
|
| o.latitude = 42.0;
|
| @@ -1438,7 +1438,7 @@ buildGeolayerdataGeo() {
|
| checkGeolayerdataGeo(api.GeolayerdataGeo o) {
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - checkUnnamed512(o.boundary);
|
| + checkUnnamed971(o.boundary);
|
| unittest.expect(o.cachePolicy, unittest.equals('foo'));
|
| unittest.expect(o.countryCode, unittest.equals('foo'));
|
| unittest.expect(o.latitude, unittest.equals(42.0));
|
| @@ -1473,14 +1473,14 @@ checkGeolayerdata(api.Geolayerdata o) {
|
| buildCounterGeolayerdata--;
|
| }
|
|
|
| -buildUnnamed513() {
|
| +buildUnnamed972() {
|
| var o = new core.List<api.Layersummary>();
|
| o.add(buildLayersummary());
|
| o.add(buildLayersummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed513(core.List<api.Layersummary> o) {
|
| +checkUnnamed972(core.List<api.Layersummary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLayersummary(o[0]);
|
| checkLayersummary(o[1]);
|
| @@ -1491,7 +1491,7 @@ buildLayersummaries() {
|
| var o = new api.Layersummaries();
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - o.items = buildUnnamed513();
|
| + o.items = buildUnnamed972();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -1502,21 +1502,21 @@ buildLayersummaries() {
|
| checkLayersummaries(api.Layersummaries o) {
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - checkUnnamed513(o.items);
|
| + checkUnnamed972(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterLayersummaries--;
|
| }
|
|
|
| -buildUnnamed514() {
|
| +buildUnnamed973() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed514(core.List<core.String> o) {
|
| +checkUnnamed973(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'));
|
| @@ -1528,7 +1528,7 @@ buildLayersummary() {
|
| buildCounterLayersummary++;
|
| if (buildCounterLayersummary < 3) {
|
| o.annotationCount = 42;
|
| - o.annotationTypes = buildUnnamed514();
|
| + o.annotationTypes = buildUnnamed973();
|
| o.annotationsDataLink = "foo";
|
| o.annotationsLink = "foo";
|
| o.contentVersion = "foo";
|
| @@ -1549,7 +1549,7 @@ checkLayersummary(api.Layersummary o) {
|
| buildCounterLayersummary++;
|
| if (buildCounterLayersummary < 3) {
|
| unittest.expect(o.annotationCount, unittest.equals(42));
|
| - checkUnnamed514(o.annotationTypes);
|
| + checkUnnamed973(o.annotationTypes);
|
| unittest.expect(o.annotationsDataLink, unittest.equals('foo'));
|
| unittest.expect(o.annotationsLink, unittest.equals('foo'));
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| @@ -1592,14 +1592,14 @@ checkMetadataItems(api.MetadataItems o) {
|
| buildCounterMetadataItems--;
|
| }
|
|
|
| -buildUnnamed515() {
|
| +buildUnnamed974() {
|
| var o = new core.List<api.MetadataItems>();
|
| o.add(buildMetadataItems());
|
| o.add(buildMetadataItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed515(core.List<api.MetadataItems> o) {
|
| +checkUnnamed974(core.List<api.MetadataItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadataItems(o[0]);
|
| checkMetadataItems(o[1]);
|
| @@ -1610,7 +1610,7 @@ buildMetadata() {
|
| var o = new api.Metadata();
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - o.items = buildUnnamed515();
|
| + o.items = buildUnnamed974();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -1620,20 +1620,20 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed515(o.items);
|
| + checkUnnamed974(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| }
|
|
|
| -buildUnnamed516() {
|
| +buildUnnamed975() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed516(core.List<core.String> o) {
|
| +checkUnnamed975(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'));
|
| @@ -1645,7 +1645,7 @@ buildNotification() {
|
| buildCounterNotification++;
|
| if (buildCounterNotification < 3) {
|
| o.body = "foo";
|
| - o.crmExperimentIds = buildUnnamed516();
|
| + o.crmExperimentIds = buildUnnamed975();
|
| o.docId = "foo";
|
| o.docType = "foo";
|
| o.dontShowNotification = true;
|
| @@ -1666,7 +1666,7 @@ checkNotification(api.Notification o) {
|
| buildCounterNotification++;
|
| if (buildCounterNotification < 3) {
|
| unittest.expect(o.body, unittest.equals('foo'));
|
| - checkUnnamed516(o.crmExperimentIds);
|
| + checkUnnamed975(o.crmExperimentIds);
|
| unittest.expect(o.docId, unittest.equals('foo'));
|
| unittest.expect(o.docType, unittest.equals('foo'));
|
| unittest.expect(o.dontShowNotification, unittest.isTrue);
|
| @@ -1711,14 +1711,14 @@ checkOffersItemsItems(api.OffersItemsItems o) {
|
| buildCounterOffersItemsItems--;
|
| }
|
|
|
| -buildUnnamed517() {
|
| +buildUnnamed976() {
|
| var o = new core.List<api.OffersItemsItems>();
|
| o.add(buildOffersItemsItems());
|
| o.add(buildOffersItemsItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed517(core.List<api.OffersItemsItems> o) {
|
| +checkUnnamed976(core.List<api.OffersItemsItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItemsItems(o[0]);
|
| checkOffersItemsItems(o[1]);
|
| @@ -1732,7 +1732,7 @@ buildOffersItems() {
|
| o.artUrl = "foo";
|
| o.gservicesKey = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed517();
|
| + o.items = buildUnnamed976();
|
| }
|
| buildCounterOffersItems--;
|
| return o;
|
| @@ -1744,19 +1744,19 @@ checkOffersItems(api.OffersItems o) {
|
| unittest.expect(o.artUrl, unittest.equals('foo'));
|
| unittest.expect(o.gservicesKey, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed517(o.items);
|
| + checkUnnamed976(o.items);
|
| }
|
| buildCounterOffersItems--;
|
| }
|
|
|
| -buildUnnamed518() {
|
| +buildUnnamed977() {
|
| var o = new core.List<api.OffersItems>();
|
| o.add(buildOffersItems());
|
| o.add(buildOffersItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed518(core.List<api.OffersItems> o) {
|
| +checkUnnamed977(core.List<api.OffersItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItems(o[0]);
|
| checkOffersItems(o[1]);
|
| @@ -1767,7 +1767,7 @@ buildOffers() {
|
| var o = new api.Offers();
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - o.items = buildUnnamed518();
|
| + o.items = buildUnnamed977();
|
| o.kind = "foo";
|
| }
|
| buildCounterOffers--;
|
| @@ -1777,7 +1777,7 @@ buildOffers() {
|
| checkOffers(api.Offers o) {
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - checkUnnamed518(o.items);
|
| + checkUnnamed977(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterOffers--;
|
| @@ -1943,14 +1943,14 @@ checkSeriesSeries(api.SeriesSeries o) {
|
| buildCounterSeriesSeries--;
|
| }
|
|
|
| -buildUnnamed519() {
|
| +buildUnnamed978() {
|
| var o = new core.List<api.SeriesSeries>();
|
| o.add(buildSeriesSeries());
|
| o.add(buildSeriesSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed519(core.List<api.SeriesSeries> o) {
|
| +checkUnnamed978(core.List<api.SeriesSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSeriesSeries(o[0]);
|
| checkSeriesSeries(o[1]);
|
| @@ -1962,7 +1962,7 @@ buildSeries() {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| o.kind = "foo";
|
| - o.series = buildUnnamed519();
|
| + o.series = buildUnnamed978();
|
| }
|
| buildCounterSeries--;
|
| return o;
|
| @@ -1972,19 +1972,19 @@ checkSeries(api.Series o) {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed519(o.series);
|
| + checkUnnamed978(o.series);
|
| }
|
| buildCounterSeries--;
|
| }
|
|
|
| -buildUnnamed520() {
|
| +buildUnnamed979() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed520(core.List<api.Volume> o) {
|
| +checkUnnamed979(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -1996,7 +1996,7 @@ buildSeriesmembership() {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| o.kind = "foo";
|
| - o.member = buildUnnamed520();
|
| + o.member = buildUnnamed979();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2007,7 +2007,7 @@ checkSeriesmembership(api.Seriesmembership o) {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed520(o.member);
|
| + checkUnnamed979(o.member);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2207,14 +2207,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) {
|
| buildCounterVolumeLayerInfoLayers--;
|
| }
|
|
|
| -buildUnnamed521() {
|
| +buildUnnamed980() {
|
| var o = new core.List<api.VolumeLayerInfoLayers>();
|
| o.add(buildVolumeLayerInfoLayers());
|
| o.add(buildVolumeLayerInfoLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed521(core.List<api.VolumeLayerInfoLayers> o) {
|
| +checkUnnamed980(core.List<api.VolumeLayerInfoLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeLayerInfoLayers(o[0]);
|
| checkVolumeLayerInfoLayers(o[1]);
|
| @@ -2225,7 +2225,7 @@ buildVolumeLayerInfo() {
|
| var o = new api.VolumeLayerInfo();
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - o.layers = buildUnnamed521();
|
| + o.layers = buildUnnamed980();
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| return o;
|
| @@ -2234,7 +2234,7 @@ buildVolumeLayerInfo() {
|
| checkVolumeLayerInfo(api.VolumeLayerInfo o) {
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - checkUnnamed521(o.layers);
|
| + checkUnnamed980(o.layers);
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| }
|
| @@ -2367,14 +2367,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) {
|
| buildCounterVolumeSaleInfoOffers--;
|
| }
|
|
|
| -buildUnnamed522() {
|
| +buildUnnamed981() {
|
| var o = new core.List<api.VolumeSaleInfoOffers>();
|
| o.add(buildVolumeSaleInfoOffers());
|
| o.add(buildVolumeSaleInfoOffers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed522(core.List<api.VolumeSaleInfoOffers> o) {
|
| +checkUnnamed981(core.List<api.VolumeSaleInfoOffers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeSaleInfoOffers(o[0]);
|
| checkVolumeSaleInfoOffers(o[1]);
|
| @@ -2410,7 +2410,7 @@ buildVolumeSaleInfo() {
|
| o.country = "foo";
|
| o.isEbook = true;
|
| o.listPrice = buildVolumeSaleInfoListPrice();
|
| - o.offers = buildUnnamed522();
|
| + o.offers = buildUnnamed981();
|
| o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.retailPrice = buildVolumeSaleInfoRetailPrice();
|
| o.saleability = "foo";
|
| @@ -2426,7 +2426,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.isEbook, unittest.isTrue);
|
| checkVolumeSaleInfoListPrice(o.listPrice);
|
| - checkUnnamed522(o.offers);
|
| + checkUnnamed981(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'));
|
| @@ -2596,27 +2596,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) {
|
| buildCounterVolumeUserInfo--;
|
| }
|
|
|
| -buildUnnamed523() {
|
| +buildUnnamed982() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed523(core.List<core.String> o) {
|
| +checkUnnamed982(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'));
|
| }
|
|
|
| -buildUnnamed524() {
|
| +buildUnnamed983() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed524(core.List<core.String> o) {
|
| +checkUnnamed983(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'));
|
| @@ -2695,14 +2695,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers
|
| buildCounterVolumeVolumeInfoIndustryIdentifiers--;
|
| }
|
|
|
| -buildUnnamed525() {
|
| +buildUnnamed984() {
|
| var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>();
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed525(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| +checkUnnamed984(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[0]);
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[1]);
|
| @@ -2714,15 +2714,15 @@ buildVolumeVolumeInfo() {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| o.allowAnonLogging = true;
|
| - o.authors = buildUnnamed523();
|
| + o.authors = buildUnnamed982();
|
| o.averageRating = 42.0;
|
| o.canonicalVolumeLink = "foo";
|
| - o.categories = buildUnnamed524();
|
| + o.categories = buildUnnamed983();
|
| o.contentVersion = "foo";
|
| o.description = "foo";
|
| o.dimensions = buildVolumeVolumeInfoDimensions();
|
| o.imageLinks = buildVolumeVolumeInfoImageLinks();
|
| - o.industryIdentifiers = buildUnnamed525();
|
| + o.industryIdentifiers = buildUnnamed984();
|
| o.infoLink = "foo";
|
| o.language = "foo";
|
| o.mainCategory = "foo";
|
| @@ -2748,15 +2748,15 @@ checkVolumeVolumeInfo(api.VolumeVolumeInfo o) {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| unittest.expect(o.allowAnonLogging, unittest.isTrue);
|
| - checkUnnamed523(o.authors);
|
| + checkUnnamed982(o.authors);
|
| unittest.expect(o.averageRating, unittest.equals(42.0));
|
| unittest.expect(o.canonicalVolumeLink, unittest.equals('foo'));
|
| - checkUnnamed524(o.categories);
|
| + checkUnnamed983(o.categories);
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkVolumeVolumeInfoDimensions(o.dimensions);
|
| checkVolumeVolumeInfoImageLinks(o.imageLinks);
|
| - checkUnnamed525(o.industryIdentifiers);
|
| + checkUnnamed984(o.industryIdentifiers);
|
| unittest.expect(o.infoLink, unittest.equals('foo'));
|
| unittest.expect(o.language, unittest.equals('foo'));
|
| unittest.expect(o.mainCategory, unittest.equals('foo'));
|
| @@ -2816,14 +2816,14 @@ checkVolume(api.Volume o) {
|
| buildCounterVolume--;
|
| }
|
|
|
| -buildUnnamed526() {
|
| +buildUnnamed985() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed526(core.List<api.Volume> o) {
|
| +checkUnnamed985(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2834,7 +2834,7 @@ buildVolume2() {
|
| var o = new api.Volume2();
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - o.items = buildUnnamed526();
|
| + o.items = buildUnnamed985();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2845,7 +2845,7 @@ buildVolume2() {
|
| checkVolume2(api.Volume2 o) {
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - checkUnnamed526(o.items);
|
| + checkUnnamed985(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2877,14 +2877,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) {
|
| buildCounterVolumeannotationContentRanges--;
|
| }
|
|
|
| -buildUnnamed527() {
|
| +buildUnnamed986() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed527(core.List<core.String> o) {
|
| +checkUnnamed986(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'));
|
| @@ -2904,7 +2904,7 @@ buildVolumeannotation() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| - o.pageIds = buildUnnamed527();
|
| + o.pageIds = buildUnnamed986();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2926,7 +2926,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'));
|
| - checkUnnamed527(o.pageIds);
|
| + checkUnnamed986(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")));
|
| @@ -2935,14 +2935,14 @@ checkVolumeannotation(api.Volumeannotation o) {
|
| buildCounterVolumeannotation--;
|
| }
|
|
|
| -buildUnnamed528() {
|
| +buildUnnamed987() {
|
| var o = new core.List<api.Volumeannotation>();
|
| o.add(buildVolumeannotation());
|
| o.add(buildVolumeannotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed528(core.List<api.Volumeannotation> o) {
|
| +checkUnnamed987(core.List<api.Volumeannotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeannotation(o[0]);
|
| checkVolumeannotation(o[1]);
|
| @@ -2953,7 +2953,7 @@ buildVolumeannotations() {
|
| var o = new api.Volumeannotations();
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - o.items = buildUnnamed528();
|
| + o.items = buildUnnamed987();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -2966,7 +2966,7 @@ buildVolumeannotations() {
|
| checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - checkUnnamed528(o.items);
|
| + checkUnnamed987(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -2975,14 +2975,14 @@ checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations--;
|
| }
|
|
|
| -buildUnnamed529() {
|
| +buildUnnamed988() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed529(core.List<api.Volume> o) {
|
| +checkUnnamed988(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2993,7 +2993,7 @@ buildVolumes() {
|
| var o = new api.Volumes();
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - o.items = buildUnnamed529();
|
| + o.items = buildUnnamed988();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -3004,7 +3004,7 @@ buildVolumes() {
|
| checkVolumes(api.Volumes o) {
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - checkUnnamed529(o.items);
|
| + checkUnnamed988(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| @@ -3032,14 +3032,14 @@ checkVolumeseriesinfoVolumeSeriesIssue(api.VolumeseriesinfoVolumeSeriesIssue o)
|
| buildCounterVolumeseriesinfoVolumeSeriesIssue--;
|
| }
|
|
|
| -buildUnnamed530() {
|
| +buildUnnamed989() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeriesIssue>();
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed530(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| +checkUnnamed989(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[0]);
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[1]);
|
| @@ -3050,7 +3050,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| var o = new api.VolumeseriesinfoVolumeSeries();
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - o.issue = buildUnnamed530();
|
| + o.issue = buildUnnamed989();
|
| o.orderNumber = 42;
|
| o.seriesBookType = "foo";
|
| o.seriesId = "foo";
|
| @@ -3062,7 +3062,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - checkUnnamed530(o.issue);
|
| + checkUnnamed989(o.issue);
|
| unittest.expect(o.orderNumber, unittest.equals(42));
|
| unittest.expect(o.seriesBookType, unittest.equals('foo'));
|
| unittest.expect(o.seriesId, unittest.equals('foo'));
|
| @@ -3070,14 +3070,14 @@ checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries--;
|
| }
|
|
|
| -buildUnnamed531() {
|
| +buildUnnamed990() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeries>();
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed531(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| +checkUnnamed990(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeries(o[0]);
|
| checkVolumeseriesinfoVolumeSeries(o[1]);
|
| @@ -3091,7 +3091,7 @@ buildVolumeseriesinfo() {
|
| o.bookDisplayNumber = "foo";
|
| o.kind = "foo";
|
| o.shortSeriesBookTitle = "foo";
|
| - o.volumeSeries = buildUnnamed531();
|
| + o.volumeSeries = buildUnnamed990();
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| return o;
|
| @@ -3103,162 +3103,162 @@ checkVolumeseriesinfo(api.Volumeseriesinfo o) {
|
| unittest.expect(o.bookDisplayNumber, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.shortSeriesBookTitle, unittest.equals('foo'));
|
| - checkUnnamed531(o.volumeSeries);
|
| + checkUnnamed990(o.volumeSeries);
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| }
|
|
|
| -buildUnnamed532() {
|
| +buildUnnamed991() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed532(core.List<core.String> o) {
|
| +checkUnnamed991(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'));
|
| }
|
|
|
| -buildUnnamed533() {
|
| +buildUnnamed992() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed533(core.List<core.String> o) {
|
| +checkUnnamed992(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'));
|
| }
|
|
|
| -buildUnnamed534() {
|
| +buildUnnamed993() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed534(core.List<core.String> o) {
|
| +checkUnnamed993(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'));
|
| }
|
|
|
| -buildUnnamed535() {
|
| +buildUnnamed994() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed535(core.List<core.String> o) {
|
| +checkUnnamed994(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'));
|
| }
|
|
|
| -buildUnnamed536() {
|
| +buildUnnamed995() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed536(core.List<core.String> o) {
|
| +checkUnnamed995(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'));
|
| }
|
|
|
| -buildUnnamed537() {
|
| +buildUnnamed996() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed537(core.List<core.String> o) {
|
| +checkUnnamed996(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() {
|
| +buildUnnamed997() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed538(core.List<core.String> o) {
|
| +checkUnnamed997(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() {
|
| +buildUnnamed998() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed539(core.List<core.String> o) {
|
| +checkUnnamed998(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() {
|
| +buildUnnamed999() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed540(core.List<core.String> o) {
|
| +checkUnnamed999(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() {
|
| +buildUnnamed1000() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed541(core.List<core.String> o) {
|
| +checkUnnamed1000(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() {
|
| +buildUnnamed1001() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed542(core.List<core.String> o) {
|
| +checkUnnamed1001(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() {
|
| +buildUnnamed1002() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed543(core.List<core.String> o) {
|
| +checkUnnamed1002(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'));
|
| @@ -4763,7 +4763,7 @@ main() {
|
| var arg_volumeId = "foo";
|
| var arg_layerId = "foo";
|
| var arg_contentVersion = "foo";
|
| - var arg_annotationDataId = buildUnnamed532();
|
| + var arg_annotationDataId = buildUnnamed991();
|
| var arg_h = 42;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| @@ -5048,7 +5048,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig;
|
| - var arg_volumeIds = buildUnnamed533();
|
| + var arg_volumeIds = buildUnnamed992();
|
| var arg_cpksver = "foo";
|
| var arg_locale = "foo";
|
| var arg_source = "foo";
|
| @@ -5161,11 +5161,11 @@ main() {
|
| var arg_source = "foo";
|
| var arg_nonce = "foo";
|
| var arg_cpksver = "foo";
|
| - var arg_features = buildUnnamed534();
|
| + var arg_features = buildUnnamed993();
|
| var arg_includeNonComicsSeries = true;
|
| var arg_locale = "foo";
|
| var arg_showPreorders = true;
|
| - var arg_volumeIds = buildUnnamed535();
|
| + var arg_volumeIds = buildUnnamed994();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5378,7 +5378,7 @@ main() {
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| var arg_contentVersion = "foo";
|
| var arg_layerId = "foo";
|
| - var arg_layerIds = buildUnnamed536();
|
| + var arg_layerIds = buildUnnamed995();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_showDeleted = true;
|
| @@ -5441,7 +5441,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| - var arg_layerIds = buildUnnamed537();
|
| + var arg_layerIds = buildUnnamed996();
|
| var arg_volumeId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -6168,7 +6168,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.OnboardingResourceApi res = new api.BooksApi(mock).onboarding;
|
| - var arg_categoryId = buildUnnamed538();
|
| + var arg_categoryId = buildUnnamed997();
|
| var arg_locale = "foo";
|
| var arg_maxAllowedMaturityRating = "foo";
|
| var arg_pageSize = 42;
|
| @@ -6459,7 +6459,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.SeriesResourceApi res = new api.BooksApi(mock).series;
|
| - var arg_seriesId = buildUnnamed539();
|
| + var arg_seriesId = buildUnnamed998();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6766,11 +6766,11 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks;
|
| - var arg_acquireMethod = buildUnnamed540();
|
| + var arg_acquireMethod = buildUnnamed999();
|
| var arg_country = "foo";
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed541();
|
| + var arg_processingState = buildUnnamed1000();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -6939,10 +6939,10 @@ main() {
|
| api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed542();
|
| + var arg_processingState = buildUnnamed1001();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| - var arg_volumeId = buildUnnamed543();
|
| + var arg_volumeId = buildUnnamed1002();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|