| 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 d448a2138c686fe35b0e1efd0a5f6b9bb0eea9cb..f62f04c72bf9a962edbff42860dcf7bd161dc190 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--;
|
| }
|
|
|
| -buildUnnamed765() {
|
| +buildUnnamed772() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed765(core.List<core.String> o) {
|
| +checkUnnamed772(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 = buildUnnamed765();
|
| + o.pageIds = buildUnnamed772();
|
| 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);
|
| - checkUnnamed765(o.pageIds);
|
| + checkUnnamed772(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--;
|
| }
|
|
|
| -buildUnnamed766() {
|
| +buildUnnamed773() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed766(core.List<api.Annotation> o) {
|
| +checkUnnamed773(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 = buildUnnamed766();
|
| + o.items = buildUnnamed773();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -257,7 +257,7 @@ buildAnnotations() {
|
| checkAnnotations(api.Annotations o) {
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - checkUnnamed766(o.items);
|
| + checkUnnamed773(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--;
|
| }
|
|
|
| -buildUnnamed767() {
|
| +buildUnnamed774() {
|
| var o = new core.List<api.AnnotationsSummaryLayers>();
|
| o.add(buildAnnotationsSummaryLayers());
|
| o.add(buildAnnotationsSummaryLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed767(core.List<api.AnnotationsSummaryLayers> o) {
|
| +checkUnnamed774(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 = buildUnnamed767();
|
| + o.layers = buildUnnamed774();
|
| }
|
| buildCounterAnnotationsSummary--;
|
| return o;
|
| @@ -321,19 +321,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed767(o.layers);
|
| + checkUnnamed774(o.layers);
|
| }
|
| buildCounterAnnotationsSummary--;
|
| }
|
|
|
| -buildUnnamed768() {
|
| +buildUnnamed775() {
|
| var o = new core.List<api.Annotationdata>();
|
| o.add(buildAnnotationdata());
|
| o.add(buildAnnotationdata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed768(core.List<api.Annotationdata> o) {
|
| +checkUnnamed775(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 = buildUnnamed768();
|
| + o.items = buildUnnamed775();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -356,7 +356,7 @@ buildAnnotationsdata() {
|
| checkAnnotationsdata(api.Annotationsdata o) {
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - checkUnnamed768(o.items);
|
| + checkUnnamed775(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--;
|
| }
|
|
|
| -buildUnnamed769() {
|
| +buildUnnamed776() {
|
| var o = new core.List<api.Bookshelf>();
|
| o.add(buildBookshelf());
|
| o.add(buildBookshelf());
|
| return o;
|
| }
|
|
|
| -checkUnnamed769(core.List<api.Bookshelf> o) {
|
| +checkUnnamed776(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 = buildUnnamed769();
|
| + o.items = buildUnnamed776();
|
| o.kind = "foo";
|
| }
|
| buildCounterBookshelves--;
|
| @@ -498,7 +498,7 @@ buildBookshelves() {
|
| checkBookshelves(api.Bookshelves o) {
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - checkUnnamed769(o.items);
|
| + checkUnnamed776(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBookshelves--;
|
| @@ -527,14 +527,14 @@ checkCategoryItems(api.CategoryItems o) {
|
| buildCounterCategoryItems--;
|
| }
|
|
|
| -buildUnnamed770() {
|
| +buildUnnamed777() {
|
| var o = new core.List<api.CategoryItems>();
|
| o.add(buildCategoryItems());
|
| o.add(buildCategoryItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed770(core.List<api.CategoryItems> o) {
|
| +checkUnnamed777(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 = buildUnnamed770();
|
| + o.items = buildUnnamed777();
|
| o.kind = "foo";
|
| }
|
| buildCounterCategory--;
|
| @@ -555,7 +555,7 @@ buildCategory() {
|
| checkCategory(api.Category o) {
|
| buildCounterCategory++;
|
| if (buildCounterCategory < 3) {
|
| - checkUnnamed770(o.items);
|
| + checkUnnamed777(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCategory--;
|
| @@ -682,14 +682,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o)
|
| buildCounterDictlayerdataDictWordsDerivatives--;
|
| }
|
|
|
| -buildUnnamed771() {
|
| +buildUnnamed778() {
|
| var o = new core.List<api.DictlayerdataDictWordsDerivatives>();
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| return o;
|
| }
|
|
|
| -checkUnnamed771(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| +checkUnnamed778(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--;
|
| }
|
|
|
| -buildUnnamed772() {
|
| +buildUnnamed779() {
|
| var o = new core.List<api.DictlayerdataDictWordsExamples>();
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed772(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| +checkUnnamed779(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--;
|
| }
|
|
|
| -buildUnnamed773() {
|
| +buildUnnamed780() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>();
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed773(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| +checkUnnamed780(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--;
|
| }
|
|
|
| -buildUnnamed774() {
|
| +buildUnnamed781() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed774(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| +checkUnnamed781(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 = buildUnnamed774();
|
| + o.examples = buildUnnamed781();
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| return o;
|
| @@ -855,19 +855,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| unittest.expect(o.definition, unittest.equals('foo'));
|
| - checkUnnamed774(o.examples);
|
| + checkUnnamed781(o.examples);
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| }
|
|
|
| -buildUnnamed775() {
|
| +buildUnnamed782() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed775(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| +checkUnnamed782(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--;
|
| }
|
|
|
| -buildUnnamed776() {
|
| +buildUnnamed783() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>();
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| return o;
|
| }
|
|
|
| -checkUnnamed776(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| +checkUnnamed783(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 = buildUnnamed773();
|
| - o.definitions = buildUnnamed775();
|
| + o.conjugations = buildUnnamed780();
|
| + o.definitions = buildUnnamed782();
|
| o.partOfSpeech = "foo";
|
| o.pronunciation = "foo";
|
| o.pronunciationUrl = "foo";
|
| o.source = buildDictlayerdataDictWordsSensesSource();
|
| o.syllabification = "foo";
|
| - o.synonyms = buildUnnamed776();
|
| + o.synonyms = buildUnnamed783();
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| return o;
|
| @@ -970,26 +970,26 @@ buildDictlayerdataDictWordsSenses() {
|
| checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - checkUnnamed773(o.conjugations);
|
| - checkUnnamed775(o.definitions);
|
| + checkUnnamed780(o.conjugations);
|
| + checkUnnamed782(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'));
|
| - checkUnnamed776(o.synonyms);
|
| + checkUnnamed783(o.synonyms);
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| }
|
|
|
| -buildUnnamed777() {
|
| +buildUnnamed784() {
|
| var o = new core.List<api.DictlayerdataDictWordsSenses>();
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| return o;
|
| }
|
|
|
| -checkUnnamed777(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| +checkUnnamed784(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 = buildUnnamed771();
|
| - o.examples = buildUnnamed772();
|
| - o.senses = buildUnnamed777();
|
| + o.derivatives = buildUnnamed778();
|
| + o.examples = buildUnnamed779();
|
| + o.senses = buildUnnamed784();
|
| o.source = buildDictlayerdataDictWordsSource();
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| @@ -1033,22 +1033,22 @@ buildDictlayerdataDictWords() {
|
| checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - checkUnnamed771(o.derivatives);
|
| - checkUnnamed772(o.examples);
|
| - checkUnnamed777(o.senses);
|
| + checkUnnamed778(o.derivatives);
|
| + checkUnnamed779(o.examples);
|
| + checkUnnamed784(o.senses);
|
| checkDictlayerdataDictWordsSource(o.source);
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| }
|
|
|
| -buildUnnamed778() {
|
| +buildUnnamed785() {
|
| var o = new core.List<api.DictlayerdataDictWords>();
|
| o.add(buildDictlayerdataDictWords());
|
| o.add(buildDictlayerdataDictWords());
|
| return o;
|
| }
|
|
|
| -checkUnnamed778(core.List<api.DictlayerdataDictWords> o) {
|
| +checkUnnamed785(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 = buildUnnamed778();
|
| + o.words = buildUnnamed785();
|
| }
|
| buildCounterDictlayerdataDict--;
|
| return o;
|
| @@ -1070,7 +1070,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| checkDictlayerdataDictSource(o.source);
|
| - checkUnnamed778(o.words);
|
| + checkUnnamed785(o.words);
|
| }
|
| buildCounterDictlayerdataDict--;
|
| }
|
| @@ -1127,14 +1127,14 @@ checkDiscoveryclustersClustersBannerWithContentContainer(api.DiscoveryclustersCl
|
| buildCounterDiscoveryclustersClustersBannerWithContentContainer--;
|
| }
|
|
|
| -buildUnnamed779() {
|
| +buildUnnamed786() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed779(core.List<api.Volume> o) {
|
| +checkUnnamed786(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 = buildUnnamed779();
|
| + o.volumes = buildUnnamed786();
|
| }
|
| 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'));
|
| - checkUnnamed779(o.volumes);
|
| + checkUnnamed786(o.volumes);
|
| }
|
| buildCounterDiscoveryclustersClusters--;
|
| }
|
|
|
| -buildUnnamed780() {
|
| +buildUnnamed787() {
|
| var o = new core.List<api.DiscoveryclustersClusters>();
|
| o.add(buildDiscoveryclustersClusters());
|
| o.add(buildDiscoveryclustersClusters());
|
| return o;
|
| }
|
|
|
| -checkUnnamed780(core.List<api.DiscoveryclustersClusters> o) {
|
| +checkUnnamed787(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 = buildUnnamed780();
|
| + o.clusters = buildUnnamed787();
|
| o.kind = "foo";
|
| o.totalClusters = 42;
|
| }
|
| @@ -1198,7 +1198,7 @@ buildDiscoveryclusters() {
|
| checkDiscoveryclusters(api.Discoveryclusters o) {
|
| buildCounterDiscoveryclusters++;
|
| if (buildCounterDiscoveryclusters < 3) {
|
| - checkUnnamed780(o.clusters);
|
| + checkUnnamed787(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--;
|
| }
|
|
|
| -buildUnnamed781() {
|
| +buildUnnamed788() {
|
| var o = new core.List<api.DownloadAccessRestriction>();
|
| o.add(buildDownloadAccessRestriction());
|
| o.add(buildDownloadAccessRestriction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed781(core.List<api.DownloadAccessRestriction> o) {
|
| +checkUnnamed788(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 = buildUnnamed781();
|
| + o.downloadAccessList = buildUnnamed788();
|
| o.kind = "foo";
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1274,7 +1274,7 @@ buildDownloadAccesses() {
|
| checkDownloadAccesses(api.DownloadAccesses o) {
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - checkUnnamed781(o.downloadAccessList);
|
| + checkUnnamed788(o.downloadAccessList);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1328,30 +1328,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) {
|
| buildCounterGeolayerdataGeoBoundary--;
|
| }
|
|
|
| -buildUnnamed782() {
|
| +buildUnnamed789() {
|
| var o = new core.List<api.GeolayerdataGeoBoundary>();
|
| o.add(buildGeolayerdataGeoBoundary());
|
| o.add(buildGeolayerdataGeoBoundary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed782(core.List<api.GeolayerdataGeoBoundary> o) {
|
| +checkUnnamed789(core.List<api.GeolayerdataGeoBoundary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeolayerdataGeoBoundary(o[0]);
|
| checkGeolayerdataGeoBoundary(o[1]);
|
| }
|
|
|
| -buildUnnamed783() {
|
| +buildUnnamed790() {
|
| var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>();
|
| - o.add(buildUnnamed782());
|
| - o.add(buildUnnamed782());
|
| + o.add(buildUnnamed789());
|
| + o.add(buildUnnamed789());
|
| return o;
|
| }
|
|
|
| -checkUnnamed783(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| +checkUnnamed790(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed782(o[0]);
|
| - checkUnnamed782(o[1]);
|
| + checkUnnamed789(o[0]);
|
| + checkUnnamed789(o[1]);
|
| }
|
|
|
| core.int buildCounterGeolayerdataGeoViewportHi = 0;
|
| @@ -1422,7 +1422,7 @@ buildGeolayerdataGeo() {
|
| var o = new api.GeolayerdataGeo();
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - o.boundary = buildUnnamed783();
|
| + o.boundary = buildUnnamed790();
|
| o.cachePolicy = "foo";
|
| o.countryCode = "foo";
|
| o.latitude = 42.0;
|
| @@ -1438,7 +1438,7 @@ buildGeolayerdataGeo() {
|
| checkGeolayerdataGeo(api.GeolayerdataGeo o) {
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - checkUnnamed783(o.boundary);
|
| + checkUnnamed790(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--;
|
| }
|
|
|
| -buildUnnamed784() {
|
| +buildUnnamed791() {
|
| var o = new core.List<api.Layersummary>();
|
| o.add(buildLayersummary());
|
| o.add(buildLayersummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed784(core.List<api.Layersummary> o) {
|
| +checkUnnamed791(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 = buildUnnamed784();
|
| + o.items = buildUnnamed791();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -1502,21 +1502,21 @@ buildLayersummaries() {
|
| checkLayersummaries(api.Layersummaries o) {
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - checkUnnamed784(o.items);
|
| + checkUnnamed791(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterLayersummaries--;
|
| }
|
|
|
| -buildUnnamed785() {
|
| +buildUnnamed792() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed785(core.List<core.String> o) {
|
| +checkUnnamed792(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 = buildUnnamed785();
|
| + o.annotationTypes = buildUnnamed792();
|
| 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));
|
| - checkUnnamed785(o.annotationTypes);
|
| + checkUnnamed792(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--;
|
| }
|
|
|
| -buildUnnamed786() {
|
| +buildUnnamed793() {
|
| var o = new core.List<api.MetadataItems>();
|
| o.add(buildMetadataItems());
|
| o.add(buildMetadataItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed786(core.List<api.MetadataItems> o) {
|
| +checkUnnamed793(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 = buildUnnamed786();
|
| + o.items = buildUnnamed793();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -1620,20 +1620,20 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed786(o.items);
|
| + checkUnnamed793(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| }
|
|
|
| -buildUnnamed787() {
|
| +buildUnnamed794() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed787(core.List<core.String> o) {
|
| +checkUnnamed794(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 = buildUnnamed787();
|
| + o.crmExperimentIds = buildUnnamed794();
|
| o.docId = "foo";
|
| o.docType = "foo";
|
| o.dontShowNotification = true;
|
| @@ -1667,7 +1667,7 @@ checkNotification(api.Notification o) {
|
| buildCounterNotification++;
|
| if (buildCounterNotification < 3) {
|
| unittest.expect(o.body, unittest.equals('foo'));
|
| - checkUnnamed787(o.crmExperimentIds);
|
| + checkUnnamed794(o.crmExperimentIds);
|
| unittest.expect(o.docId, unittest.equals('foo'));
|
| unittest.expect(o.docType, unittest.equals('foo'));
|
| unittest.expect(o.dontShowNotification, unittest.isTrue);
|
| @@ -1713,14 +1713,14 @@ checkOffersItemsItems(api.OffersItemsItems o) {
|
| buildCounterOffersItemsItems--;
|
| }
|
|
|
| -buildUnnamed788() {
|
| +buildUnnamed795() {
|
| var o = new core.List<api.OffersItemsItems>();
|
| o.add(buildOffersItemsItems());
|
| o.add(buildOffersItemsItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed788(core.List<api.OffersItemsItems> o) {
|
| +checkUnnamed795(core.List<api.OffersItemsItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItemsItems(o[0]);
|
| checkOffersItemsItems(o[1]);
|
| @@ -1734,7 +1734,7 @@ buildOffersItems() {
|
| o.artUrl = "foo";
|
| o.gservicesKey = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed788();
|
| + o.items = buildUnnamed795();
|
| }
|
| buildCounterOffersItems--;
|
| return o;
|
| @@ -1746,19 +1746,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'));
|
| - checkUnnamed788(o.items);
|
| + checkUnnamed795(o.items);
|
| }
|
| buildCounterOffersItems--;
|
| }
|
|
|
| -buildUnnamed789() {
|
| +buildUnnamed796() {
|
| var o = new core.List<api.OffersItems>();
|
| o.add(buildOffersItems());
|
| o.add(buildOffersItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed789(core.List<api.OffersItems> o) {
|
| +checkUnnamed796(core.List<api.OffersItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItems(o[0]);
|
| checkOffersItems(o[1]);
|
| @@ -1769,7 +1769,7 @@ buildOffers() {
|
| var o = new api.Offers();
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - o.items = buildUnnamed789();
|
| + o.items = buildUnnamed796();
|
| o.kind = "foo";
|
| }
|
| buildCounterOffers--;
|
| @@ -1779,7 +1779,7 @@ buildOffers() {
|
| checkOffers(api.Offers o) {
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - checkUnnamed789(o.items);
|
| + checkUnnamed796(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterOffers--;
|
| @@ -1945,14 +1945,14 @@ checkSeriesSeries(api.SeriesSeries o) {
|
| buildCounterSeriesSeries--;
|
| }
|
|
|
| -buildUnnamed790() {
|
| +buildUnnamed797() {
|
| var o = new core.List<api.SeriesSeries>();
|
| o.add(buildSeriesSeries());
|
| o.add(buildSeriesSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed790(core.List<api.SeriesSeries> o) {
|
| +checkUnnamed797(core.List<api.SeriesSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSeriesSeries(o[0]);
|
| checkSeriesSeries(o[1]);
|
| @@ -1964,7 +1964,7 @@ buildSeries() {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| o.kind = "foo";
|
| - o.series = buildUnnamed790();
|
| + o.series = buildUnnamed797();
|
| }
|
| buildCounterSeries--;
|
| return o;
|
| @@ -1974,19 +1974,19 @@ checkSeries(api.Series o) {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed790(o.series);
|
| + checkUnnamed797(o.series);
|
| }
|
| buildCounterSeries--;
|
| }
|
|
|
| -buildUnnamed791() {
|
| +buildUnnamed798() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed791(core.List<api.Volume> o) {
|
| +checkUnnamed798(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -1998,7 +1998,7 @@ buildSeriesmembership() {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| o.kind = "foo";
|
| - o.member = buildUnnamed791();
|
| + o.member = buildUnnamed798();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2009,7 +2009,7 @@ checkSeriesmembership(api.Seriesmembership o) {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed791(o.member);
|
| + checkUnnamed798(o.member);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2230,14 +2230,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) {
|
| buildCounterVolumeLayerInfoLayers--;
|
| }
|
|
|
| -buildUnnamed792() {
|
| +buildUnnamed799() {
|
| var o = new core.List<api.VolumeLayerInfoLayers>();
|
| o.add(buildVolumeLayerInfoLayers());
|
| o.add(buildVolumeLayerInfoLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed792(core.List<api.VolumeLayerInfoLayers> o) {
|
| +checkUnnamed799(core.List<api.VolumeLayerInfoLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeLayerInfoLayers(o[0]);
|
| checkVolumeLayerInfoLayers(o[1]);
|
| @@ -2248,7 +2248,7 @@ buildVolumeLayerInfo() {
|
| var o = new api.VolumeLayerInfo();
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - o.layers = buildUnnamed792();
|
| + o.layers = buildUnnamed799();
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| return o;
|
| @@ -2257,7 +2257,7 @@ buildVolumeLayerInfo() {
|
| checkVolumeLayerInfo(api.VolumeLayerInfo o) {
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - checkUnnamed792(o.layers);
|
| + checkUnnamed799(o.layers);
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| }
|
| @@ -2392,14 +2392,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) {
|
| buildCounterVolumeSaleInfoOffers--;
|
| }
|
|
|
| -buildUnnamed793() {
|
| +buildUnnamed800() {
|
| var o = new core.List<api.VolumeSaleInfoOffers>();
|
| o.add(buildVolumeSaleInfoOffers());
|
| o.add(buildVolumeSaleInfoOffers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed793(core.List<api.VolumeSaleInfoOffers> o) {
|
| +checkUnnamed800(core.List<api.VolumeSaleInfoOffers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeSaleInfoOffers(o[0]);
|
| checkVolumeSaleInfoOffers(o[1]);
|
| @@ -2435,7 +2435,7 @@ buildVolumeSaleInfo() {
|
| o.country = "foo";
|
| o.isEbook = true;
|
| o.listPrice = buildVolumeSaleInfoListPrice();
|
| - o.offers = buildUnnamed793();
|
| + o.offers = buildUnnamed800();
|
| o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.retailPrice = buildVolumeSaleInfoRetailPrice();
|
| o.saleability = "foo";
|
| @@ -2451,7 +2451,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.isEbook, unittest.isTrue);
|
| checkVolumeSaleInfoListPrice(o.listPrice);
|
| - checkUnnamed793(o.offers);
|
| + checkUnnamed800(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'));
|
| @@ -2621,27 +2621,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) {
|
| buildCounterVolumeUserInfo--;
|
| }
|
|
|
| -buildUnnamed794() {
|
| +buildUnnamed801() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed794(core.List<core.String> o) {
|
| +checkUnnamed801(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'));
|
| }
|
|
|
| -buildUnnamed795() {
|
| +buildUnnamed802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed795(core.List<core.String> o) {
|
| +checkUnnamed802(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'));
|
| @@ -2720,14 +2720,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers
|
| buildCounterVolumeVolumeInfoIndustryIdentifiers--;
|
| }
|
|
|
| -buildUnnamed796() {
|
| +buildUnnamed803() {
|
| var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>();
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed796(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| +checkUnnamed803(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[0]);
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[1]);
|
| @@ -2764,15 +2764,15 @@ buildVolumeVolumeInfo() {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| o.allowAnonLogging = true;
|
| - o.authors = buildUnnamed794();
|
| + o.authors = buildUnnamed801();
|
| o.averageRating = 42.0;
|
| o.canonicalVolumeLink = "foo";
|
| - o.categories = buildUnnamed795();
|
| + o.categories = buildUnnamed802();
|
| o.contentVersion = "foo";
|
| o.description = "foo";
|
| o.dimensions = buildVolumeVolumeInfoDimensions();
|
| o.imageLinks = buildVolumeVolumeInfoImageLinks();
|
| - o.industryIdentifiers = buildUnnamed796();
|
| + o.industryIdentifiers = buildUnnamed803();
|
| o.infoLink = "foo";
|
| o.language = "foo";
|
| o.mainCategory = "foo";
|
| @@ -2799,15 +2799,15 @@ checkVolumeVolumeInfo(api.VolumeVolumeInfo o) {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| unittest.expect(o.allowAnonLogging, unittest.isTrue);
|
| - checkUnnamed794(o.authors);
|
| + checkUnnamed801(o.authors);
|
| unittest.expect(o.averageRating, unittest.equals(42.0));
|
| unittest.expect(o.canonicalVolumeLink, unittest.equals('foo'));
|
| - checkUnnamed795(o.categories);
|
| + checkUnnamed802(o.categories);
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkVolumeVolumeInfoDimensions(o.dimensions);
|
| checkVolumeVolumeInfoImageLinks(o.imageLinks);
|
| - checkUnnamed796(o.industryIdentifiers);
|
| + checkUnnamed803(o.industryIdentifiers);
|
| unittest.expect(o.infoLink, unittest.equals('foo'));
|
| unittest.expect(o.language, unittest.equals('foo'));
|
| unittest.expect(o.mainCategory, unittest.equals('foo'));
|
| @@ -2868,14 +2868,14 @@ checkVolume(api.Volume o) {
|
| buildCounterVolume--;
|
| }
|
|
|
| -buildUnnamed797() {
|
| +buildUnnamed804() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed797(core.List<api.Volume> o) {
|
| +checkUnnamed804(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2886,7 +2886,7 @@ buildVolume2() {
|
| var o = new api.Volume2();
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - o.items = buildUnnamed797();
|
| + o.items = buildUnnamed804();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2897,7 +2897,7 @@ buildVolume2() {
|
| checkVolume2(api.Volume2 o) {
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - checkUnnamed797(o.items);
|
| + checkUnnamed804(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2929,14 +2929,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) {
|
| buildCounterVolumeannotationContentRanges--;
|
| }
|
|
|
| -buildUnnamed798() {
|
| +buildUnnamed805() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed798(core.List<core.String> o) {
|
| +checkUnnamed805(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'));
|
| @@ -2956,7 +2956,7 @@ buildVolumeannotation() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| - o.pageIds = buildUnnamed798();
|
| + o.pageIds = buildUnnamed805();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2978,7 +2978,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'));
|
| - checkUnnamed798(o.pageIds);
|
| + checkUnnamed805(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")));
|
| @@ -2987,14 +2987,14 @@ checkVolumeannotation(api.Volumeannotation o) {
|
| buildCounterVolumeannotation--;
|
| }
|
|
|
| -buildUnnamed799() {
|
| +buildUnnamed806() {
|
| var o = new core.List<api.Volumeannotation>();
|
| o.add(buildVolumeannotation());
|
| o.add(buildVolumeannotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed799(core.List<api.Volumeannotation> o) {
|
| +checkUnnamed806(core.List<api.Volumeannotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeannotation(o[0]);
|
| checkVolumeannotation(o[1]);
|
| @@ -3005,7 +3005,7 @@ buildVolumeannotations() {
|
| var o = new api.Volumeannotations();
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - o.items = buildUnnamed799();
|
| + o.items = buildUnnamed806();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -3018,7 +3018,7 @@ buildVolumeannotations() {
|
| checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - checkUnnamed799(o.items);
|
| + checkUnnamed806(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -3027,14 +3027,14 @@ checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations--;
|
| }
|
|
|
| -buildUnnamed800() {
|
| +buildUnnamed807() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed800(core.List<api.Volume> o) {
|
| +checkUnnamed807(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -3045,7 +3045,7 @@ buildVolumes() {
|
| var o = new api.Volumes();
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - o.items = buildUnnamed800();
|
| + o.items = buildUnnamed807();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -3056,7 +3056,7 @@ buildVolumes() {
|
| checkVolumes(api.Volumes o) {
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - checkUnnamed800(o.items);
|
| + checkUnnamed807(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| @@ -3084,14 +3084,14 @@ checkVolumeseriesinfoVolumeSeriesIssue(api.VolumeseriesinfoVolumeSeriesIssue o)
|
| buildCounterVolumeseriesinfoVolumeSeriesIssue--;
|
| }
|
|
|
| -buildUnnamed801() {
|
| +buildUnnamed808() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeriesIssue>();
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed801(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| +checkUnnamed808(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[0]);
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[1]);
|
| @@ -3102,7 +3102,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| var o = new api.VolumeseriesinfoVolumeSeries();
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - o.issue = buildUnnamed801();
|
| + o.issue = buildUnnamed808();
|
| o.orderNumber = 42;
|
| o.seriesBookType = "foo";
|
| o.seriesId = "foo";
|
| @@ -3114,7 +3114,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - checkUnnamed801(o.issue);
|
| + checkUnnamed808(o.issue);
|
| unittest.expect(o.orderNumber, unittest.equals(42));
|
| unittest.expect(o.seriesBookType, unittest.equals('foo'));
|
| unittest.expect(o.seriesId, unittest.equals('foo'));
|
| @@ -3122,14 +3122,14 @@ checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries--;
|
| }
|
|
|
| -buildUnnamed802() {
|
| +buildUnnamed809() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeries>();
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed802(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| +checkUnnamed809(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeries(o[0]);
|
| checkVolumeseriesinfoVolumeSeries(o[1]);
|
| @@ -3143,7 +3143,7 @@ buildVolumeseriesinfo() {
|
| o.bookDisplayNumber = "foo";
|
| o.kind = "foo";
|
| o.shortSeriesBookTitle = "foo";
|
| - o.volumeSeries = buildUnnamed802();
|
| + o.volumeSeries = buildUnnamed809();
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| return o;
|
| @@ -3155,162 +3155,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'));
|
| - checkUnnamed802(o.volumeSeries);
|
| + checkUnnamed809(o.volumeSeries);
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| }
|
|
|
| -buildUnnamed803() {
|
| +buildUnnamed810() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed803(core.List<core.String> o) {
|
| +checkUnnamed810(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'));
|
| }
|
|
|
| -buildUnnamed804() {
|
| +buildUnnamed811() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed804(core.List<core.String> o) {
|
| +checkUnnamed811(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'));
|
| }
|
|
|
| -buildUnnamed805() {
|
| +buildUnnamed812() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed805(core.List<core.String> o) {
|
| +checkUnnamed812(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'));
|
| }
|
|
|
| -buildUnnamed806() {
|
| +buildUnnamed813() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed806(core.List<core.String> o) {
|
| +checkUnnamed813(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'));
|
| }
|
|
|
| -buildUnnamed807() {
|
| +buildUnnamed814() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed807(core.List<core.String> o) {
|
| +checkUnnamed814(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'));
|
| }
|
|
|
| -buildUnnamed808() {
|
| +buildUnnamed815() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed808(core.List<core.String> o) {
|
| +checkUnnamed815(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'));
|
| }
|
|
|
| -buildUnnamed809() {
|
| +buildUnnamed816() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed809(core.List<core.String> o) {
|
| +checkUnnamed816(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'));
|
| }
|
|
|
| -buildUnnamed810() {
|
| +buildUnnamed817() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed810(core.List<core.String> o) {
|
| +checkUnnamed817(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'));
|
| }
|
|
|
| -buildUnnamed811() {
|
| +buildUnnamed818() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed811(core.List<core.String> o) {
|
| +checkUnnamed818(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'));
|
| }
|
|
|
| -buildUnnamed812() {
|
| +buildUnnamed819() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed812(core.List<core.String> o) {
|
| +checkUnnamed819(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'));
|
| }
|
|
|
| -buildUnnamed813() {
|
| +buildUnnamed820() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed813(core.List<core.String> o) {
|
| +checkUnnamed820(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'));
|
| }
|
|
|
| -buildUnnamed814() {
|
| +buildUnnamed821() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed814(core.List<core.String> o) {
|
| +checkUnnamed821(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'));
|
| @@ -4833,7 +4833,7 @@ main() {
|
| var arg_volumeId = "foo";
|
| var arg_layerId = "foo";
|
| var arg_contentVersion = "foo";
|
| - var arg_annotationDataId = buildUnnamed803();
|
| + var arg_annotationDataId = buildUnnamed810();
|
| var arg_h = 42;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| @@ -5118,7 +5118,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig;
|
| - var arg_volumeIds = buildUnnamed804();
|
| + var arg_volumeIds = buildUnnamed811();
|
| var arg_cpksver = "foo";
|
| var arg_locale = "foo";
|
| var arg_source = "foo";
|
| @@ -5231,11 +5231,11 @@ main() {
|
| var arg_source = "foo";
|
| var arg_nonce = "foo";
|
| var arg_cpksver = "foo";
|
| - var arg_features = buildUnnamed805();
|
| + var arg_features = buildUnnamed812();
|
| var arg_includeNonComicsSeries = true;
|
| var arg_locale = "foo";
|
| var arg_showPreorders = true;
|
| - var arg_volumeIds = buildUnnamed806();
|
| + var arg_volumeIds = buildUnnamed813();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5448,7 +5448,7 @@ main() {
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| var arg_contentVersion = "foo";
|
| var arg_layerId = "foo";
|
| - var arg_layerIds = buildUnnamed807();
|
| + var arg_layerIds = buildUnnamed814();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_showDeleted = true;
|
| @@ -5511,7 +5511,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| - var arg_layerIds = buildUnnamed808();
|
| + var arg_layerIds = buildUnnamed815();
|
| var arg_volumeId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -6238,7 +6238,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.OnboardingResourceApi res = new api.BooksApi(mock).onboarding;
|
| - var arg_categoryId = buildUnnamed809();
|
| + var arg_categoryId = buildUnnamed816();
|
| var arg_locale = "foo";
|
| var arg_maxAllowedMaturityRating = "foo";
|
| var arg_pageSize = 42;
|
| @@ -6529,7 +6529,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.SeriesResourceApi res = new api.BooksApi(mock).series;
|
| - var arg_seriesId = buildUnnamed810();
|
| + var arg_seriesId = buildUnnamed817();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6838,11 +6838,11 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks;
|
| - var arg_acquireMethod = buildUnnamed811();
|
| + var arg_acquireMethod = buildUnnamed818();
|
| var arg_country = "foo";
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed812();
|
| + var arg_processingState = buildUnnamed819();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -7011,10 +7011,10 @@ main() {
|
| api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed813();
|
| + var arg_processingState = buildUnnamed820();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| - var arg_volumeId = buildUnnamed814();
|
| + var arg_volumeId = buildUnnamed821();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|