| 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 c9eb64c23b1b00db4f037ffb163db86cd296ace8..bcf91362feb559c5404c43f3276a7827a3de3c99 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--;
|
| }
|
|
|
| -buildUnnamed1131() {
|
| +buildUnnamed1391() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1131(core.List<core.String> o) {
|
| +checkUnnamed1391(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 = buildUnnamed1131();
|
| + o.pageIds = buildUnnamed1391();
|
| 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);
|
| - checkUnnamed1131(o.pageIds);
|
| + checkUnnamed1391(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--;
|
| }
|
|
|
| -buildUnnamed1132() {
|
| +buildUnnamed1392() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1132(core.List<api.Annotation> o) {
|
| +checkUnnamed1392(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 = buildUnnamed1132();
|
| + o.items = buildUnnamed1392();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -257,7 +257,7 @@ buildAnnotations() {
|
| checkAnnotations(api.Annotations o) {
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - checkUnnamed1132(o.items);
|
| + checkUnnamed1392(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--;
|
| }
|
|
|
| -buildUnnamed1133() {
|
| +buildUnnamed1393() {
|
| var o = new core.List<api.AnnotationsSummaryLayers>();
|
| o.add(buildAnnotationsSummaryLayers());
|
| o.add(buildAnnotationsSummaryLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1133(core.List<api.AnnotationsSummaryLayers> o) {
|
| +checkUnnamed1393(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 = buildUnnamed1133();
|
| + o.layers = buildUnnamed1393();
|
| }
|
| buildCounterAnnotationsSummary--;
|
| return o;
|
| @@ -321,19 +321,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1133(o.layers);
|
| + checkUnnamed1393(o.layers);
|
| }
|
| buildCounterAnnotationsSummary--;
|
| }
|
|
|
| -buildUnnamed1134() {
|
| +buildUnnamed1394() {
|
| var o = new core.List<api.Annotationdata>();
|
| o.add(buildAnnotationdata());
|
| o.add(buildAnnotationdata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1134(core.List<api.Annotationdata> o) {
|
| +checkUnnamed1394(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 = buildUnnamed1134();
|
| + o.items = buildUnnamed1394();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -356,7 +356,7 @@ buildAnnotationsdata() {
|
| checkAnnotationsdata(api.Annotationsdata o) {
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - checkUnnamed1134(o.items);
|
| + checkUnnamed1394(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--;
|
| }
|
|
|
| -buildUnnamed1135() {
|
| +buildUnnamed1395() {
|
| var o = new core.List<api.Bookshelf>();
|
| o.add(buildBookshelf());
|
| o.add(buildBookshelf());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1135(core.List<api.Bookshelf> o) {
|
| +checkUnnamed1395(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 = buildUnnamed1135();
|
| + o.items = buildUnnamed1395();
|
| o.kind = "foo";
|
| }
|
| buildCounterBookshelves--;
|
| @@ -498,7 +498,7 @@ buildBookshelves() {
|
| checkBookshelves(api.Bookshelves o) {
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - checkUnnamed1135(o.items);
|
| + checkUnnamed1395(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBookshelves--;
|
| @@ -527,14 +527,14 @@ checkCategoryItems(api.CategoryItems o) {
|
| buildCounterCategoryItems--;
|
| }
|
|
|
| -buildUnnamed1136() {
|
| +buildUnnamed1396() {
|
| var o = new core.List<api.CategoryItems>();
|
| o.add(buildCategoryItems());
|
| o.add(buildCategoryItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1136(core.List<api.CategoryItems> o) {
|
| +checkUnnamed1396(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 = buildUnnamed1136();
|
| + o.items = buildUnnamed1396();
|
| o.kind = "foo";
|
| }
|
| buildCounterCategory--;
|
| @@ -555,7 +555,7 @@ buildCategory() {
|
| checkCategory(api.Category o) {
|
| buildCounterCategory++;
|
| if (buildCounterCategory < 3) {
|
| - checkUnnamed1136(o.items);
|
| + checkUnnamed1396(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCategory--;
|
| @@ -682,14 +682,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o)
|
| buildCounterDictlayerdataDictWordsDerivatives--;
|
| }
|
|
|
| -buildUnnamed1137() {
|
| +buildUnnamed1397() {
|
| var o = new core.List<api.DictlayerdataDictWordsDerivatives>();
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1137(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| +checkUnnamed1397(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--;
|
| }
|
|
|
| -buildUnnamed1138() {
|
| +buildUnnamed1398() {
|
| var o = new core.List<api.DictlayerdataDictWordsExamples>();
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1138(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| +checkUnnamed1398(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--;
|
| }
|
|
|
| -buildUnnamed1139() {
|
| +buildUnnamed1399() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>();
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1139(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| +checkUnnamed1399(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--;
|
| }
|
|
|
| -buildUnnamed1140() {
|
| +buildUnnamed1400() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1140(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| +checkUnnamed1400(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 = buildUnnamed1140();
|
| + o.examples = buildUnnamed1400();
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| return o;
|
| @@ -855,19 +855,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| unittest.expect(o.definition, unittest.equals('foo'));
|
| - checkUnnamed1140(o.examples);
|
| + checkUnnamed1400(o.examples);
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| }
|
|
|
| -buildUnnamed1141() {
|
| +buildUnnamed1401() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1141(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| +checkUnnamed1401(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--;
|
| }
|
|
|
| -buildUnnamed1142() {
|
| +buildUnnamed1402() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>();
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1142(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| +checkUnnamed1402(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 = buildUnnamed1139();
|
| - o.definitions = buildUnnamed1141();
|
| + o.conjugations = buildUnnamed1399();
|
| + o.definitions = buildUnnamed1401();
|
| o.partOfSpeech = "foo";
|
| o.pronunciation = "foo";
|
| o.pronunciationUrl = "foo";
|
| o.source = buildDictlayerdataDictWordsSensesSource();
|
| o.syllabification = "foo";
|
| - o.synonyms = buildUnnamed1142();
|
| + o.synonyms = buildUnnamed1402();
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| return o;
|
| @@ -970,26 +970,26 @@ buildDictlayerdataDictWordsSenses() {
|
| checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - checkUnnamed1139(o.conjugations);
|
| - checkUnnamed1141(o.definitions);
|
| + checkUnnamed1399(o.conjugations);
|
| + checkUnnamed1401(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'));
|
| - checkUnnamed1142(o.synonyms);
|
| + checkUnnamed1402(o.synonyms);
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| }
|
|
|
| -buildUnnamed1143() {
|
| +buildUnnamed1403() {
|
| var o = new core.List<api.DictlayerdataDictWordsSenses>();
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1143(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| +checkUnnamed1403(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 = buildUnnamed1137();
|
| - o.examples = buildUnnamed1138();
|
| - o.senses = buildUnnamed1143();
|
| + o.derivatives = buildUnnamed1397();
|
| + o.examples = buildUnnamed1398();
|
| + o.senses = buildUnnamed1403();
|
| o.source = buildDictlayerdataDictWordsSource();
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| @@ -1033,22 +1033,22 @@ buildDictlayerdataDictWords() {
|
| checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - checkUnnamed1137(o.derivatives);
|
| - checkUnnamed1138(o.examples);
|
| - checkUnnamed1143(o.senses);
|
| + checkUnnamed1397(o.derivatives);
|
| + checkUnnamed1398(o.examples);
|
| + checkUnnamed1403(o.senses);
|
| checkDictlayerdataDictWordsSource(o.source);
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| }
|
|
|
| -buildUnnamed1144() {
|
| +buildUnnamed1404() {
|
| var o = new core.List<api.DictlayerdataDictWords>();
|
| o.add(buildDictlayerdataDictWords());
|
| o.add(buildDictlayerdataDictWords());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1144(core.List<api.DictlayerdataDictWords> o) {
|
| +checkUnnamed1404(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 = buildUnnamed1144();
|
| + o.words = buildUnnamed1404();
|
| }
|
| buildCounterDictlayerdataDict--;
|
| return o;
|
| @@ -1070,7 +1070,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| checkDictlayerdataDictSource(o.source);
|
| - checkUnnamed1144(o.words);
|
| + checkUnnamed1404(o.words);
|
| }
|
| buildCounterDictlayerdataDict--;
|
| }
|
| @@ -1127,14 +1127,14 @@ checkDiscoveryclustersClustersBannerWithContentContainer(api.DiscoveryclustersCl
|
| buildCounterDiscoveryclustersClustersBannerWithContentContainer--;
|
| }
|
|
|
| -buildUnnamed1145() {
|
| +buildUnnamed1405() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1145(core.List<api.Volume> o) {
|
| +checkUnnamed1405(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 = buildUnnamed1145();
|
| + o.volumes = buildUnnamed1405();
|
| }
|
| 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'));
|
| - checkUnnamed1145(o.volumes);
|
| + checkUnnamed1405(o.volumes);
|
| }
|
| buildCounterDiscoveryclustersClusters--;
|
| }
|
|
|
| -buildUnnamed1146() {
|
| +buildUnnamed1406() {
|
| var o = new core.List<api.DiscoveryclustersClusters>();
|
| o.add(buildDiscoveryclustersClusters());
|
| o.add(buildDiscoveryclustersClusters());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1146(core.List<api.DiscoveryclustersClusters> o) {
|
| +checkUnnamed1406(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 = buildUnnamed1146();
|
| + o.clusters = buildUnnamed1406();
|
| o.kind = "foo";
|
| o.totalClusters = 42;
|
| }
|
| @@ -1198,7 +1198,7 @@ buildDiscoveryclusters() {
|
| checkDiscoveryclusters(api.Discoveryclusters o) {
|
| buildCounterDiscoveryclusters++;
|
| if (buildCounterDiscoveryclusters < 3) {
|
| - checkUnnamed1146(o.clusters);
|
| + checkUnnamed1406(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--;
|
| }
|
|
|
| -buildUnnamed1147() {
|
| +buildUnnamed1407() {
|
| var o = new core.List<api.DownloadAccessRestriction>();
|
| o.add(buildDownloadAccessRestriction());
|
| o.add(buildDownloadAccessRestriction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1147(core.List<api.DownloadAccessRestriction> o) {
|
| +checkUnnamed1407(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 = buildUnnamed1147();
|
| + o.downloadAccessList = buildUnnamed1407();
|
| o.kind = "foo";
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1274,7 +1274,7 @@ buildDownloadAccesses() {
|
| checkDownloadAccesses(api.DownloadAccesses o) {
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - checkUnnamed1147(o.downloadAccessList);
|
| + checkUnnamed1407(o.downloadAccessList);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1328,30 +1328,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) {
|
| buildCounterGeolayerdataGeoBoundary--;
|
| }
|
|
|
| -buildUnnamed1148() {
|
| +buildUnnamed1408() {
|
| var o = new core.List<api.GeolayerdataGeoBoundary>();
|
| o.add(buildGeolayerdataGeoBoundary());
|
| o.add(buildGeolayerdataGeoBoundary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1148(core.List<api.GeolayerdataGeoBoundary> o) {
|
| +checkUnnamed1408(core.List<api.GeolayerdataGeoBoundary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeolayerdataGeoBoundary(o[0]);
|
| checkGeolayerdataGeoBoundary(o[1]);
|
| }
|
|
|
| -buildUnnamed1149() {
|
| +buildUnnamed1409() {
|
| var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>();
|
| - o.add(buildUnnamed1148());
|
| - o.add(buildUnnamed1148());
|
| + o.add(buildUnnamed1408());
|
| + o.add(buildUnnamed1408());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1149(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| +checkUnnamed1409(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1148(o[0]);
|
| - checkUnnamed1148(o[1]);
|
| + checkUnnamed1408(o[0]);
|
| + checkUnnamed1408(o[1]);
|
| }
|
|
|
| core.int buildCounterGeolayerdataGeoViewportHi = 0;
|
| @@ -1422,7 +1422,7 @@ buildGeolayerdataGeo() {
|
| var o = new api.GeolayerdataGeo();
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - o.boundary = buildUnnamed1149();
|
| + o.boundary = buildUnnamed1409();
|
| o.cachePolicy = "foo";
|
| o.countryCode = "foo";
|
| o.latitude = 42.0;
|
| @@ -1438,7 +1438,7 @@ buildGeolayerdataGeo() {
|
| checkGeolayerdataGeo(api.GeolayerdataGeo o) {
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - checkUnnamed1149(o.boundary);
|
| + checkUnnamed1409(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--;
|
| }
|
|
|
| -buildUnnamed1150() {
|
| +buildUnnamed1410() {
|
| var o = new core.List<api.Layersummary>();
|
| o.add(buildLayersummary());
|
| o.add(buildLayersummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1150(core.List<api.Layersummary> o) {
|
| +checkUnnamed1410(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 = buildUnnamed1150();
|
| + o.items = buildUnnamed1410();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -1502,21 +1502,21 @@ buildLayersummaries() {
|
| checkLayersummaries(api.Layersummaries o) {
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - checkUnnamed1150(o.items);
|
| + checkUnnamed1410(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterLayersummaries--;
|
| }
|
|
|
| -buildUnnamed1151() {
|
| +buildUnnamed1411() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1151(core.List<core.String> o) {
|
| +checkUnnamed1411(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 = buildUnnamed1151();
|
| + o.annotationTypes = buildUnnamed1411();
|
| 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));
|
| - checkUnnamed1151(o.annotationTypes);
|
| + checkUnnamed1411(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--;
|
| }
|
|
|
| -buildUnnamed1152() {
|
| +buildUnnamed1412() {
|
| var o = new core.List<api.MetadataItems>();
|
| o.add(buildMetadataItems());
|
| o.add(buildMetadataItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1152(core.List<api.MetadataItems> o) {
|
| +checkUnnamed1412(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 = buildUnnamed1152();
|
| + o.items = buildUnnamed1412();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -1620,7 +1620,7 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed1152(o.items);
|
| + checkUnnamed1412(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -1637,6 +1637,7 @@ buildNotification() {
|
| o.kind = "foo";
|
| o.notificationType = "foo";
|
| o.pcampaignId = "foo";
|
| + o.reason = "foo";
|
| o.showNotificationSettingsAction = true;
|
| o.targetUrl = "foo";
|
| o.title = "foo";
|
| @@ -1654,6 +1655,7 @@ checkNotification(api.Notification o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.notificationType, unittest.equals('foo'));
|
| unittest.expect(o.pcampaignId, unittest.equals('foo'));
|
| + unittest.expect(o.reason, unittest.equals('foo'));
|
| unittest.expect(o.showNotificationSettingsAction, unittest.isTrue);
|
| unittest.expect(o.targetUrl, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| @@ -1690,14 +1692,14 @@ checkOffersItemsItems(api.OffersItemsItems o) {
|
| buildCounterOffersItemsItems--;
|
| }
|
|
|
| -buildUnnamed1153() {
|
| +buildUnnamed1413() {
|
| var o = new core.List<api.OffersItemsItems>();
|
| o.add(buildOffersItemsItems());
|
| o.add(buildOffersItemsItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1153(core.List<api.OffersItemsItems> o) {
|
| +checkUnnamed1413(core.List<api.OffersItemsItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItemsItems(o[0]);
|
| checkOffersItemsItems(o[1]);
|
| @@ -1711,7 +1713,7 @@ buildOffersItems() {
|
| o.artUrl = "foo";
|
| o.gservicesKey = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed1153();
|
| + o.items = buildUnnamed1413();
|
| }
|
| buildCounterOffersItems--;
|
| return o;
|
| @@ -1723,19 +1725,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'));
|
| - checkUnnamed1153(o.items);
|
| + checkUnnamed1413(o.items);
|
| }
|
| buildCounterOffersItems--;
|
| }
|
|
|
| -buildUnnamed1154() {
|
| +buildUnnamed1414() {
|
| var o = new core.List<api.OffersItems>();
|
| o.add(buildOffersItems());
|
| o.add(buildOffersItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1154(core.List<api.OffersItems> o) {
|
| +checkUnnamed1414(core.List<api.OffersItems> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffersItems(o[0]);
|
| checkOffersItems(o[1]);
|
| @@ -1746,7 +1748,7 @@ buildOffers() {
|
| var o = new api.Offers();
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - o.items = buildUnnamed1154();
|
| + o.items = buildUnnamed1414();
|
| o.kind = "foo";
|
| }
|
| buildCounterOffers--;
|
| @@ -1756,7 +1758,7 @@ buildOffers() {
|
| checkOffers(api.Offers o) {
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - checkUnnamed1154(o.items);
|
| + checkUnnamed1414(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterOffers--;
|
| @@ -1922,14 +1924,14 @@ checkSeriesSeries(api.SeriesSeries o) {
|
| buildCounterSeriesSeries--;
|
| }
|
|
|
| -buildUnnamed1155() {
|
| +buildUnnamed1415() {
|
| var o = new core.List<api.SeriesSeries>();
|
| o.add(buildSeriesSeries());
|
| o.add(buildSeriesSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1155(core.List<api.SeriesSeries> o) {
|
| +checkUnnamed1415(core.List<api.SeriesSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSeriesSeries(o[0]);
|
| checkSeriesSeries(o[1]);
|
| @@ -1941,7 +1943,7 @@ buildSeries() {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| o.kind = "foo";
|
| - o.series = buildUnnamed1155();
|
| + o.series = buildUnnamed1415();
|
| }
|
| buildCounterSeries--;
|
| return o;
|
| @@ -1951,19 +1953,19 @@ checkSeries(api.Series o) {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1155(o.series);
|
| + checkUnnamed1415(o.series);
|
| }
|
| buildCounterSeries--;
|
| }
|
|
|
| -buildUnnamed1156() {
|
| +buildUnnamed1416() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1156(core.List<api.Volume> o) {
|
| +checkUnnamed1416(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -1975,7 +1977,7 @@ buildSeriesmembership() {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| o.kind = "foo";
|
| - o.member = buildUnnamed1156();
|
| + o.member = buildUnnamed1416();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -1986,7 +1988,7 @@ checkSeriesmembership(api.Seriesmembership o) {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1156(o.member);
|
| + checkUnnamed1416(o.member);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2186,14 +2188,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) {
|
| buildCounterVolumeLayerInfoLayers--;
|
| }
|
|
|
| -buildUnnamed1157() {
|
| +buildUnnamed1417() {
|
| var o = new core.List<api.VolumeLayerInfoLayers>();
|
| o.add(buildVolumeLayerInfoLayers());
|
| o.add(buildVolumeLayerInfoLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1157(core.List<api.VolumeLayerInfoLayers> o) {
|
| +checkUnnamed1417(core.List<api.VolumeLayerInfoLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeLayerInfoLayers(o[0]);
|
| checkVolumeLayerInfoLayers(o[1]);
|
| @@ -2204,7 +2206,7 @@ buildVolumeLayerInfo() {
|
| var o = new api.VolumeLayerInfo();
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - o.layers = buildUnnamed1157();
|
| + o.layers = buildUnnamed1417();
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| return o;
|
| @@ -2213,7 +2215,7 @@ buildVolumeLayerInfo() {
|
| checkVolumeLayerInfo(api.VolumeLayerInfo o) {
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - checkUnnamed1157(o.layers);
|
| + checkUnnamed1417(o.layers);
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| }
|
| @@ -2346,14 +2348,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) {
|
| buildCounterVolumeSaleInfoOffers--;
|
| }
|
|
|
| -buildUnnamed1158() {
|
| +buildUnnamed1418() {
|
| var o = new core.List<api.VolumeSaleInfoOffers>();
|
| o.add(buildVolumeSaleInfoOffers());
|
| o.add(buildVolumeSaleInfoOffers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1158(core.List<api.VolumeSaleInfoOffers> o) {
|
| +checkUnnamed1418(core.List<api.VolumeSaleInfoOffers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeSaleInfoOffers(o[0]);
|
| checkVolumeSaleInfoOffers(o[1]);
|
| @@ -2389,7 +2391,7 @@ buildVolumeSaleInfo() {
|
| o.country = "foo";
|
| o.isEbook = true;
|
| o.listPrice = buildVolumeSaleInfoListPrice();
|
| - o.offers = buildUnnamed1158();
|
| + o.offers = buildUnnamed1418();
|
| o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.retailPrice = buildVolumeSaleInfoRetailPrice();
|
| o.saleability = "foo";
|
| @@ -2405,7 +2407,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.isEbook, unittest.isTrue);
|
| checkVolumeSaleInfoListPrice(o.listPrice);
|
| - checkUnnamed1158(o.offers);
|
| + checkUnnamed1418(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'));
|
| @@ -2548,27 +2550,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) {
|
| buildCounterVolumeUserInfo--;
|
| }
|
|
|
| -buildUnnamed1159() {
|
| +buildUnnamed1419() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1159(core.List<core.String> o) {
|
| +checkUnnamed1419(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'));
|
| }
|
|
|
| -buildUnnamed1160() {
|
| +buildUnnamed1420() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1160(core.List<core.String> o) {
|
| +checkUnnamed1420(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'));
|
| @@ -2647,14 +2649,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers
|
| buildCounterVolumeVolumeInfoIndustryIdentifiers--;
|
| }
|
|
|
| -buildUnnamed1161() {
|
| +buildUnnamed1421() {
|
| var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>();
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1161(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| +checkUnnamed1421(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[0]);
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[1]);
|
| @@ -2666,15 +2668,15 @@ buildVolumeVolumeInfo() {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| o.allowAnonLogging = true;
|
| - o.authors = buildUnnamed1159();
|
| + o.authors = buildUnnamed1419();
|
| o.averageRating = 42.0;
|
| o.canonicalVolumeLink = "foo";
|
| - o.categories = buildUnnamed1160();
|
| + o.categories = buildUnnamed1420();
|
| o.contentVersion = "foo";
|
| o.description = "foo";
|
| o.dimensions = buildVolumeVolumeInfoDimensions();
|
| o.imageLinks = buildVolumeVolumeInfoImageLinks();
|
| - o.industryIdentifiers = buildUnnamed1161();
|
| + o.industryIdentifiers = buildUnnamed1421();
|
| o.infoLink = "foo";
|
| o.language = "foo";
|
| o.mainCategory = "foo";
|
| @@ -2700,15 +2702,15 @@ checkVolumeVolumeInfo(api.VolumeVolumeInfo o) {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| unittest.expect(o.allowAnonLogging, unittest.isTrue);
|
| - checkUnnamed1159(o.authors);
|
| + checkUnnamed1419(o.authors);
|
| unittest.expect(o.averageRating, unittest.equals(42.0));
|
| unittest.expect(o.canonicalVolumeLink, unittest.equals('foo'));
|
| - checkUnnamed1160(o.categories);
|
| + checkUnnamed1420(o.categories);
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkVolumeVolumeInfoDimensions(o.dimensions);
|
| checkVolumeVolumeInfoImageLinks(o.imageLinks);
|
| - checkUnnamed1161(o.industryIdentifiers);
|
| + checkUnnamed1421(o.industryIdentifiers);
|
| unittest.expect(o.infoLink, unittest.equals('foo'));
|
| unittest.expect(o.language, unittest.equals('foo'));
|
| unittest.expect(o.mainCategory, unittest.equals('foo'));
|
| @@ -2768,14 +2770,14 @@ checkVolume(api.Volume o) {
|
| buildCounterVolume--;
|
| }
|
|
|
| -buildUnnamed1162() {
|
| +buildUnnamed1422() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1162(core.List<api.Volume> o) {
|
| +checkUnnamed1422(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2786,7 +2788,7 @@ buildVolume2() {
|
| var o = new api.Volume2();
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - o.items = buildUnnamed1162();
|
| + o.items = buildUnnamed1422();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2797,7 +2799,7 @@ buildVolume2() {
|
| checkVolume2(api.Volume2 o) {
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - checkUnnamed1162(o.items);
|
| + checkUnnamed1422(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2829,14 +2831,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) {
|
| buildCounterVolumeannotationContentRanges--;
|
| }
|
|
|
| -buildUnnamed1163() {
|
| +buildUnnamed1423() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1163(core.List<core.String> o) {
|
| +checkUnnamed1423(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'));
|
| @@ -2856,7 +2858,7 @@ buildVolumeannotation() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| - o.pageIds = buildUnnamed1163();
|
| + o.pageIds = buildUnnamed1423();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2878,7 +2880,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'));
|
| - checkUnnamed1163(o.pageIds);
|
| + checkUnnamed1423(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")));
|
| @@ -2887,14 +2889,14 @@ checkVolumeannotation(api.Volumeannotation o) {
|
| buildCounterVolumeannotation--;
|
| }
|
|
|
| -buildUnnamed1164() {
|
| +buildUnnamed1424() {
|
| var o = new core.List<api.Volumeannotation>();
|
| o.add(buildVolumeannotation());
|
| o.add(buildVolumeannotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1164(core.List<api.Volumeannotation> o) {
|
| +checkUnnamed1424(core.List<api.Volumeannotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeannotation(o[0]);
|
| checkVolumeannotation(o[1]);
|
| @@ -2905,7 +2907,7 @@ buildVolumeannotations() {
|
| var o = new api.Volumeannotations();
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - o.items = buildUnnamed1164();
|
| + o.items = buildUnnamed1424();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -2918,7 +2920,7 @@ buildVolumeannotations() {
|
| checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - checkUnnamed1164(o.items);
|
| + checkUnnamed1424(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -2927,14 +2929,14 @@ checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations--;
|
| }
|
|
|
| -buildUnnamed1165() {
|
| +buildUnnamed1425() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1165(core.List<api.Volume> o) {
|
| +checkUnnamed1425(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2945,7 +2947,7 @@ buildVolumes() {
|
| var o = new api.Volumes();
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - o.items = buildUnnamed1165();
|
| + o.items = buildUnnamed1425();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -2956,7 +2958,7 @@ buildVolumes() {
|
| checkVolumes(api.Volumes o) {
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - checkUnnamed1165(o.items);
|
| + checkUnnamed1425(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| @@ -2984,14 +2986,14 @@ checkVolumeseriesinfoVolumeSeriesIssue(api.VolumeseriesinfoVolumeSeriesIssue o)
|
| buildCounterVolumeseriesinfoVolumeSeriesIssue--;
|
| }
|
|
|
| -buildUnnamed1166() {
|
| +buildUnnamed1426() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeriesIssue>();
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1166(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| +checkUnnamed1426(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[0]);
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[1]);
|
| @@ -3002,7 +3004,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| var o = new api.VolumeseriesinfoVolumeSeries();
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - o.issue = buildUnnamed1166();
|
| + o.issue = buildUnnamed1426();
|
| o.orderNumber = 42;
|
| o.seriesBookType = "foo";
|
| o.seriesId = "foo";
|
| @@ -3014,7 +3016,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - checkUnnamed1166(o.issue);
|
| + checkUnnamed1426(o.issue);
|
| unittest.expect(o.orderNumber, unittest.equals(42));
|
| unittest.expect(o.seriesBookType, unittest.equals('foo'));
|
| unittest.expect(o.seriesId, unittest.equals('foo'));
|
| @@ -3022,14 +3024,14 @@ checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries--;
|
| }
|
|
|
| -buildUnnamed1167() {
|
| +buildUnnamed1427() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeries>();
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1167(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| +checkUnnamed1427(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeries(o[0]);
|
| checkVolumeseriesinfoVolumeSeries(o[1]);
|
| @@ -3043,7 +3045,7 @@ buildVolumeseriesinfo() {
|
| o.bookDisplayNumber = "foo";
|
| o.kind = "foo";
|
| o.shortSeriesBookTitle = "foo";
|
| - o.volumeSeries = buildUnnamed1167();
|
| + o.volumeSeries = buildUnnamed1427();
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| return o;
|
| @@ -3055,201 +3057,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'));
|
| - checkUnnamed1167(o.volumeSeries);
|
| + checkUnnamed1427(o.volumeSeries);
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| }
|
|
|
| -buildUnnamed1168() {
|
| +buildUnnamed1428() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1168(core.List<core.String> o) {
|
| +checkUnnamed1428(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'));
|
| }
|
|
|
| -buildUnnamed1169() {
|
| +buildUnnamed1429() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1169(core.List<core.String> o) {
|
| +checkUnnamed1429(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'));
|
| }
|
|
|
| -buildUnnamed1170() {
|
| +buildUnnamed1430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1170(core.List<core.String> o) {
|
| +checkUnnamed1430(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'));
|
| }
|
|
|
| -buildUnnamed1171() {
|
| +buildUnnamed1431() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1171(core.List<core.String> o) {
|
| +checkUnnamed1431(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'));
|
| }
|
|
|
| -buildUnnamed1172() {
|
| +buildUnnamed1432() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1172(core.List<core.String> o) {
|
| +checkUnnamed1432(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'));
|
| }
|
|
|
| -buildUnnamed1173() {
|
| +buildUnnamed1433() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1173(core.List<core.String> o) {
|
| +checkUnnamed1433(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'));
|
| }
|
|
|
| -buildUnnamed1174() {
|
| +buildUnnamed1434() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1174(core.List<core.String> o) {
|
| +checkUnnamed1434(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'));
|
| }
|
|
|
| -buildUnnamed1175() {
|
| +buildUnnamed1435() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1175(core.List<core.String> o) {
|
| +checkUnnamed1435(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'));
|
| }
|
|
|
| -buildUnnamed1176() {
|
| +buildUnnamed1436() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1176(core.List<core.String> o) {
|
| +checkUnnamed1436(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'));
|
| }
|
|
|
| -buildUnnamed1177() {
|
| +buildUnnamed1437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1177(core.List<core.String> o) {
|
| +checkUnnamed1437(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'));
|
| }
|
|
|
| -buildUnnamed1178() {
|
| +buildUnnamed1438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1178(core.List<core.String> o) {
|
| +checkUnnamed1438(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'));
|
| }
|
|
|
| -buildUnnamed1179() {
|
| +buildUnnamed1439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1179(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'));
|
| -}
|
| -
|
| -buildUnnamed1180() {
|
| - var o = new core.List<core.String>();
|
| - o.add("foo");
|
| - o.add("foo");
|
| - return o;
|
| -}
|
| -
|
| -checkUnnamed1180(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'));
|
| -}
|
| -
|
| -buildUnnamed1181() {
|
| - var o = new core.List<core.String>();
|
| - o.add("foo");
|
| - o.add("foo");
|
| - return o;
|
| -}
|
| -
|
| -checkUnnamed1181(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'));
|
| -}
|
| -
|
| -buildUnnamed1182() {
|
| - var o = new core.List<core.String>();
|
| - o.add("foo");
|
| - o.add("foo");
|
| - return o;
|
| -}
|
| -
|
| -checkUnnamed1182(core.List<core.String> o) {
|
| +checkUnnamed1439(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'));
|
| @@ -4745,7 +4708,7 @@ main() {
|
| var arg_volumeId = "foo";
|
| var arg_layerId = "foo";
|
| var arg_contentVersion = "foo";
|
| - var arg_annotationDataId = buildUnnamed1168();
|
| + var arg_annotationDataId = buildUnnamed1428();
|
| var arg_h = 42;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| @@ -5030,7 +4993,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig;
|
| - var arg_volumeIds = buildUnnamed1169();
|
| + var arg_volumeIds = buildUnnamed1429();
|
| var arg_cpksver = "foo";
|
| var arg_locale = "foo";
|
| var arg_source = "foo";
|
| @@ -5143,11 +5106,11 @@ main() {
|
| var arg_source = "foo";
|
| var arg_nonce = "foo";
|
| var arg_cpksver = "foo";
|
| - var arg_features = buildUnnamed1170();
|
| + var arg_features = buildUnnamed1430();
|
| var arg_includeNonComicsSeries = true;
|
| var arg_locale = "foo";
|
| var arg_showPreorders = true;
|
| - var arg_volumeIds = buildUnnamed1171();
|
| + var arg_volumeIds = buildUnnamed1431();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5360,7 +5323,7 @@ main() {
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| var arg_contentVersion = "foo";
|
| var arg_layerId = "foo";
|
| - var arg_layerIds = buildUnnamed1172();
|
| + var arg_layerIds = buildUnnamed1432();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_showDeleted = true;
|
| @@ -5423,7 +5386,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| - var arg_layerIds = buildUnnamed1173();
|
| + var arg_layerIds = buildUnnamed1433();
|
| var arg_volumeId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -6051,7 +6014,6 @@ main() {
|
| var arg_notificationId = "foo";
|
| var arg_locale = "foo";
|
| var arg_source = "foo";
|
| - var arg_targetIds = buildUnnamed1174();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6083,7 +6045,6 @@ main() {
|
| unittest.expect(queryMap["notification_id"].first, unittest.equals(arg_notificationId));
|
| unittest.expect(queryMap["locale"].first, unittest.equals(arg_locale));
|
| unittest.expect(queryMap["source"].first, unittest.equals(arg_source));
|
| - unittest.expect(queryMap["targetIds"], unittest.equals(arg_targetIds));
|
|
|
|
|
| var h = {
|
| @@ -6092,7 +6053,7 @@ main() {
|
| var resp = convert.JSON.encode(buildNotification());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.get(arg_notificationId, locale: arg_locale, source: arg_source, targetIds: arg_targetIds).then(unittest.expectAsync(((api.Notification response) {
|
| + res.get(arg_notificationId, locale: arg_locale, source: arg_source).then(unittest.expectAsync(((api.Notification response) {
|
| checkNotification(response);
|
| })));
|
| });
|
| @@ -6152,7 +6113,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.OnboardingResourceApi res = new api.BooksApi(mock).onboarding;
|
| - var arg_categoryId = buildUnnamed1175();
|
| + var arg_categoryId = buildUnnamed1434();
|
| var arg_locale = "foo";
|
| var arg_maxAllowedMaturityRating = "foo";
|
| var arg_pageSize = 42;
|
| @@ -6214,7 +6175,6 @@ main() {
|
| var arg_locale = "foo";
|
| var arg_maxAllowedMaturityRating = "foo";
|
| var arg_source = "foo";
|
| - var arg_targetIds = buildUnnamed1176();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6246,7 +6206,6 @@ main() {
|
| unittest.expect(queryMap["locale"].first, unittest.equals(arg_locale));
|
| unittest.expect(queryMap["maxAllowedMaturityRating"].first, unittest.equals(arg_maxAllowedMaturityRating));
|
| unittest.expect(queryMap["source"].first, unittest.equals(arg_source));
|
| - unittest.expect(queryMap["targetIds"], unittest.equals(arg_targetIds));
|
|
|
|
|
| var h = {
|
| @@ -6255,7 +6214,7 @@ main() {
|
| var resp = convert.JSON.encode(buildDiscoveryclusters());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.get(locale: arg_locale, maxAllowedMaturityRating: arg_maxAllowedMaturityRating, source: arg_source, targetIds: arg_targetIds).then(unittest.expectAsync(((api.Discoveryclusters response) {
|
| + res.get(locale: arg_locale, maxAllowedMaturityRating: arg_maxAllowedMaturityRating, source: arg_source).then(unittest.expectAsync(((api.Discoveryclusters response) {
|
| checkDiscoveryclusters(response);
|
| })));
|
| });
|
| @@ -6445,7 +6404,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.SeriesResourceApi res = new api.BooksApi(mock).series;
|
| - var arg_seriesId = buildUnnamed1177();
|
| + var arg_seriesId = buildUnnamed1435();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6752,10 +6711,11 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks;
|
| - var arg_acquireMethod = buildUnnamed1178();
|
| + var arg_acquireMethod = buildUnnamed1436();
|
| + var arg_country = "foo";
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed1179();
|
| + var arg_processingState = buildUnnamed1437();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -6787,6 +6747,7 @@ main() {
|
| }
|
| }
|
| unittest.expect(queryMap["acquireMethod"], unittest.equals(arg_acquireMethod));
|
| + unittest.expect(queryMap["country"].first, unittest.equals(arg_country));
|
| unittest.expect(queryMap["locale"].first, unittest.equals(arg_locale));
|
| unittest.expect(core.int.parse(queryMap["maxResults"].first), unittest.equals(arg_maxResults));
|
| unittest.expect(queryMap["processingState"], unittest.equals(arg_processingState));
|
| @@ -6800,7 +6761,7 @@ main() {
|
| var resp = convert.JSON.encode(buildVolumes());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.list(acquireMethod: arg_acquireMethod, locale: arg_locale, maxResults: arg_maxResults, processingState: arg_processingState, source: arg_source, startIndex: arg_startIndex).then(unittest.expectAsync(((api.Volumes response) {
|
| + res.list(acquireMethod: arg_acquireMethod, country: arg_country, locale: arg_locale, maxResults: arg_maxResults, processingState: arg_processingState, source: arg_source, startIndex: arg_startIndex).then(unittest.expectAsync(((api.Volumes response) {
|
| checkVolumes(response);
|
| })));
|
| });
|
| @@ -6816,7 +6777,6 @@ main() {
|
| var arg_locale = "foo";
|
| var arg_maxAllowedMaturityRating = "foo";
|
| var arg_source = "foo";
|
| - var arg_targetIds = buildUnnamed1180();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6848,7 +6808,6 @@ main() {
|
| unittest.expect(queryMap["locale"].first, unittest.equals(arg_locale));
|
| unittest.expect(queryMap["maxAllowedMaturityRating"].first, unittest.equals(arg_maxAllowedMaturityRating));
|
| unittest.expect(queryMap["source"].first, unittest.equals(arg_source));
|
| - unittest.expect(queryMap["targetIds"], unittest.equals(arg_targetIds));
|
|
|
|
|
| var h = {
|
| @@ -6857,7 +6816,7 @@ main() {
|
| var resp = convert.JSON.encode(buildVolumes());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.list(locale: arg_locale, maxAllowedMaturityRating: arg_maxAllowedMaturityRating, source: arg_source, targetIds: arg_targetIds).then(unittest.expectAsync(((api.Volumes response) {
|
| + res.list(locale: arg_locale, maxAllowedMaturityRating: arg_maxAllowedMaturityRating, source: arg_source).then(unittest.expectAsync(((api.Volumes response) {
|
| checkVolumes(response);
|
| })));
|
| });
|
| @@ -6925,10 +6884,10 @@ main() {
|
| api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed1181();
|
| + var arg_processingState = buildUnnamed1438();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| - var arg_volumeId = buildUnnamed1182();
|
| + var arg_volumeId = buildUnnamed1439();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|