| 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 793a0331be59e2a958ee7472f13806cb4ab064be..fd6243946e9abb475fa345759292fd8c5a43ca2f 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--;
|
| }
|
|
|
| -buildUnnamed818() {
|
| +buildUnnamed809() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed818(core.List<core.String> o) {
|
| +checkUnnamed809(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 = buildUnnamed818();
|
| + o.pageIds = buildUnnamed809();
|
| 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);
|
| - checkUnnamed818(o.pageIds);
|
| + checkUnnamed809(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--;
|
| }
|
|
|
| -buildUnnamed819() {
|
| +buildUnnamed810() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed819(core.List<api.Annotation> o) {
|
| +checkUnnamed810(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 = buildUnnamed819();
|
| + o.items = buildUnnamed810();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -257,7 +257,7 @@ buildAnnotations() {
|
| checkAnnotations(api.Annotations o) {
|
| buildCounterAnnotations++;
|
| if (buildCounterAnnotations < 3) {
|
| - checkUnnamed819(o.items);
|
| + checkUnnamed810(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--;
|
| }
|
|
|
| -buildUnnamed820() {
|
| +buildUnnamed811() {
|
| var o = new core.List<api.AnnotationsSummaryLayers>();
|
| o.add(buildAnnotationsSummaryLayers());
|
| o.add(buildAnnotationsSummaryLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed820(core.List<api.AnnotationsSummaryLayers> o) {
|
| +checkUnnamed811(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 = buildUnnamed820();
|
| + o.layers = buildUnnamed811();
|
| }
|
| buildCounterAnnotationsSummary--;
|
| return o;
|
| @@ -321,19 +321,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) {
|
| buildCounterAnnotationsSummary++;
|
| if (buildCounterAnnotationsSummary < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed820(o.layers);
|
| + checkUnnamed811(o.layers);
|
| }
|
| buildCounterAnnotationsSummary--;
|
| }
|
|
|
| -buildUnnamed821() {
|
| +buildUnnamed812() {
|
| var o = new core.List<api.Annotationdata>();
|
| o.add(buildAnnotationdata());
|
| o.add(buildAnnotationdata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed821(core.List<api.Annotationdata> o) {
|
| +checkUnnamed812(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 = buildUnnamed821();
|
| + o.items = buildUnnamed812();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -356,7 +356,7 @@ buildAnnotationsdata() {
|
| checkAnnotationsdata(api.Annotationsdata o) {
|
| buildCounterAnnotationsdata++;
|
| if (buildCounterAnnotationsdata < 3) {
|
| - checkUnnamed821(o.items);
|
| + checkUnnamed812(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--;
|
| }
|
|
|
| -buildUnnamed822() {
|
| +buildUnnamed813() {
|
| var o = new core.List<api.Bookshelf>();
|
| o.add(buildBookshelf());
|
| o.add(buildBookshelf());
|
| return o;
|
| }
|
|
|
| -checkUnnamed822(core.List<api.Bookshelf> o) {
|
| +checkUnnamed813(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 = buildUnnamed822();
|
| + o.items = buildUnnamed813();
|
| o.kind = "foo";
|
| }
|
| buildCounterBookshelves--;
|
| @@ -498,7 +498,7 @@ buildBookshelves() {
|
| checkBookshelves(api.Bookshelves o) {
|
| buildCounterBookshelves++;
|
| if (buildCounterBookshelves < 3) {
|
| - checkUnnamed822(o.items);
|
| + checkUnnamed813(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBookshelves--;
|
| @@ -527,14 +527,14 @@ checkCategoryItems(api.CategoryItems o) {
|
| buildCounterCategoryItems--;
|
| }
|
|
|
| -buildUnnamed823() {
|
| +buildUnnamed814() {
|
| var o = new core.List<api.CategoryItems>();
|
| o.add(buildCategoryItems());
|
| o.add(buildCategoryItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed823(core.List<api.CategoryItems> o) {
|
| +checkUnnamed814(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 = buildUnnamed823();
|
| + o.items = buildUnnamed814();
|
| o.kind = "foo";
|
| }
|
| buildCounterCategory--;
|
| @@ -555,7 +555,7 @@ buildCategory() {
|
| checkCategory(api.Category o) {
|
| buildCounterCategory++;
|
| if (buildCounterCategory < 3) {
|
| - checkUnnamed823(o.items);
|
| + checkUnnamed814(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCategory--;
|
| @@ -682,14 +682,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o)
|
| buildCounterDictlayerdataDictWordsDerivatives--;
|
| }
|
|
|
| -buildUnnamed824() {
|
| +buildUnnamed815() {
|
| var o = new core.List<api.DictlayerdataDictWordsDerivatives>();
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| o.add(buildDictlayerdataDictWordsDerivatives());
|
| return o;
|
| }
|
|
|
| -checkUnnamed824(core.List<api.DictlayerdataDictWordsDerivatives> o) {
|
| +checkUnnamed815(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--;
|
| }
|
|
|
| -buildUnnamed825() {
|
| +buildUnnamed816() {
|
| var o = new core.List<api.DictlayerdataDictWordsExamples>();
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| o.add(buildDictlayerdataDictWordsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed825(core.List<api.DictlayerdataDictWordsExamples> o) {
|
| +checkUnnamed816(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--;
|
| }
|
|
|
| -buildUnnamed826() {
|
| +buildUnnamed817() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>();
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| o.add(buildDictlayerdataDictWordsSensesConjugations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed826(core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
|
| +checkUnnamed817(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--;
|
| }
|
|
|
| -buildUnnamed827() {
|
| +buildUnnamed818() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
|
| return o;
|
| }
|
|
|
| -checkUnnamed827(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
|
| +checkUnnamed818(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 = buildUnnamed827();
|
| + o.examples = buildUnnamed818();
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| return o;
|
| @@ -855,19 +855,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef
|
| buildCounterDictlayerdataDictWordsSensesDefinitions++;
|
| if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
|
| unittest.expect(o.definition, unittest.equals('foo'));
|
| - checkUnnamed827(o.examples);
|
| + checkUnnamed818(o.examples);
|
| }
|
| buildCounterDictlayerdataDictWordsSensesDefinitions--;
|
| }
|
|
|
| -buildUnnamed828() {
|
| +buildUnnamed819() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>();
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| o.add(buildDictlayerdataDictWordsSensesDefinitions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed828(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
|
| +checkUnnamed819(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--;
|
| }
|
|
|
| -buildUnnamed829() {
|
| +buildUnnamed820() {
|
| var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>();
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| o.add(buildDictlayerdataDictWordsSensesSynonyms());
|
| return o;
|
| }
|
|
|
| -checkUnnamed829(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
|
| +checkUnnamed820(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 = buildUnnamed826();
|
| - o.definitions = buildUnnamed828();
|
| + o.conjugations = buildUnnamed817();
|
| + o.definitions = buildUnnamed819();
|
| o.partOfSpeech = "foo";
|
| o.pronunciation = "foo";
|
| o.pronunciationUrl = "foo";
|
| o.source = buildDictlayerdataDictWordsSensesSource();
|
| o.syllabification = "foo";
|
| - o.synonyms = buildUnnamed829();
|
| + o.synonyms = buildUnnamed820();
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| return o;
|
| @@ -970,26 +970,26 @@ buildDictlayerdataDictWordsSenses() {
|
| checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
|
| buildCounterDictlayerdataDictWordsSenses++;
|
| if (buildCounterDictlayerdataDictWordsSenses < 3) {
|
| - checkUnnamed826(o.conjugations);
|
| - checkUnnamed828(o.definitions);
|
| + checkUnnamed817(o.conjugations);
|
| + checkUnnamed819(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'));
|
| - checkUnnamed829(o.synonyms);
|
| + checkUnnamed820(o.synonyms);
|
| }
|
| buildCounterDictlayerdataDictWordsSenses--;
|
| }
|
|
|
| -buildUnnamed830() {
|
| +buildUnnamed821() {
|
| var o = new core.List<api.DictlayerdataDictWordsSenses>();
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| o.add(buildDictlayerdataDictWordsSenses());
|
| return o;
|
| }
|
|
|
| -checkUnnamed830(core.List<api.DictlayerdataDictWordsSenses> o) {
|
| +checkUnnamed821(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 = buildUnnamed824();
|
| - o.examples = buildUnnamed825();
|
| - o.senses = buildUnnamed830();
|
| + o.derivatives = buildUnnamed815();
|
| + o.examples = buildUnnamed816();
|
| + o.senses = buildUnnamed821();
|
| o.source = buildDictlayerdataDictWordsSource();
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| @@ -1033,22 +1033,22 @@ buildDictlayerdataDictWords() {
|
| checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
|
| buildCounterDictlayerdataDictWords++;
|
| if (buildCounterDictlayerdataDictWords < 3) {
|
| - checkUnnamed824(o.derivatives);
|
| - checkUnnamed825(o.examples);
|
| - checkUnnamed830(o.senses);
|
| + checkUnnamed815(o.derivatives);
|
| + checkUnnamed816(o.examples);
|
| + checkUnnamed821(o.senses);
|
| checkDictlayerdataDictWordsSource(o.source);
|
| }
|
| buildCounterDictlayerdataDictWords--;
|
| }
|
|
|
| -buildUnnamed831() {
|
| +buildUnnamed822() {
|
| var o = new core.List<api.DictlayerdataDictWords>();
|
| o.add(buildDictlayerdataDictWords());
|
| o.add(buildDictlayerdataDictWords());
|
| return o;
|
| }
|
|
|
| -checkUnnamed831(core.List<api.DictlayerdataDictWords> o) {
|
| +checkUnnamed822(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 = buildUnnamed831();
|
| + o.words = buildUnnamed822();
|
| }
|
| buildCounterDictlayerdataDict--;
|
| return o;
|
| @@ -1070,7 +1070,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) {
|
| buildCounterDictlayerdataDict++;
|
| if (buildCounterDictlayerdataDict < 3) {
|
| checkDictlayerdataDictSource(o.source);
|
| - checkUnnamed831(o.words);
|
| + checkUnnamed822(o.words);
|
| }
|
| buildCounterDictlayerdataDict--;
|
| }
|
| @@ -1127,14 +1127,14 @@ checkDiscoveryclustersClustersBannerWithContentContainer(api.DiscoveryclustersCl
|
| buildCounterDiscoveryclustersClustersBannerWithContentContainer--;
|
| }
|
|
|
| -buildUnnamed832() {
|
| +buildUnnamed823() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed832(core.List<api.Volume> o) {
|
| +checkUnnamed823(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 = buildUnnamed832();
|
| + o.volumes = buildUnnamed823();
|
| }
|
| 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'));
|
| - checkUnnamed832(o.volumes);
|
| + checkUnnamed823(o.volumes);
|
| }
|
| buildCounterDiscoveryclustersClusters--;
|
| }
|
|
|
| -buildUnnamed833() {
|
| +buildUnnamed824() {
|
| var o = new core.List<api.DiscoveryclustersClusters>();
|
| o.add(buildDiscoveryclustersClusters());
|
| o.add(buildDiscoveryclustersClusters());
|
| return o;
|
| }
|
|
|
| -checkUnnamed833(core.List<api.DiscoveryclustersClusters> o) {
|
| +checkUnnamed824(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 = buildUnnamed833();
|
| + o.clusters = buildUnnamed824();
|
| o.kind = "foo";
|
| o.totalClusters = 42;
|
| }
|
| @@ -1198,7 +1198,7 @@ buildDiscoveryclusters() {
|
| checkDiscoveryclusters(api.Discoveryclusters o) {
|
| buildCounterDiscoveryclusters++;
|
| if (buildCounterDiscoveryclusters < 3) {
|
| - checkUnnamed833(o.clusters);
|
| + checkUnnamed824(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--;
|
| }
|
|
|
| -buildUnnamed834() {
|
| +buildUnnamed825() {
|
| var o = new core.List<api.DownloadAccessRestriction>();
|
| o.add(buildDownloadAccessRestriction());
|
| o.add(buildDownloadAccessRestriction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed834(core.List<api.DownloadAccessRestriction> o) {
|
| +checkUnnamed825(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 = buildUnnamed834();
|
| + o.downloadAccessList = buildUnnamed825();
|
| o.kind = "foo";
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1274,7 +1274,7 @@ buildDownloadAccesses() {
|
| checkDownloadAccesses(api.DownloadAccesses o) {
|
| buildCounterDownloadAccesses++;
|
| if (buildCounterDownloadAccesses < 3) {
|
| - checkUnnamed834(o.downloadAccessList);
|
| + checkUnnamed825(o.downloadAccessList);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDownloadAccesses--;
|
| @@ -1328,30 +1328,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) {
|
| buildCounterGeolayerdataGeoBoundary--;
|
| }
|
|
|
| -buildUnnamed835() {
|
| +buildUnnamed826() {
|
| var o = new core.List<api.GeolayerdataGeoBoundary>();
|
| o.add(buildGeolayerdataGeoBoundary());
|
| o.add(buildGeolayerdataGeoBoundary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed835(core.List<api.GeolayerdataGeoBoundary> o) {
|
| +checkUnnamed826(core.List<api.GeolayerdataGeoBoundary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeolayerdataGeoBoundary(o[0]);
|
| checkGeolayerdataGeoBoundary(o[1]);
|
| }
|
|
|
| -buildUnnamed836() {
|
| +buildUnnamed827() {
|
| var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>();
|
| - o.add(buildUnnamed835());
|
| - o.add(buildUnnamed835());
|
| + o.add(buildUnnamed826());
|
| + o.add(buildUnnamed826());
|
| return o;
|
| }
|
|
|
| -checkUnnamed836(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| +checkUnnamed827(core.List<core.List<api.GeolayerdataGeoBoundary>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed835(o[0]);
|
| - checkUnnamed835(o[1]);
|
| + checkUnnamed826(o[0]);
|
| + checkUnnamed826(o[1]);
|
| }
|
|
|
| core.int buildCounterGeolayerdataGeoViewportHi = 0;
|
| @@ -1422,7 +1422,7 @@ buildGeolayerdataGeo() {
|
| var o = new api.GeolayerdataGeo();
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - o.boundary = buildUnnamed836();
|
| + o.boundary = buildUnnamed827();
|
| o.cachePolicy = "foo";
|
| o.countryCode = "foo";
|
| o.latitude = 42.0;
|
| @@ -1438,7 +1438,7 @@ buildGeolayerdataGeo() {
|
| checkGeolayerdataGeo(api.GeolayerdataGeo o) {
|
| buildCounterGeolayerdataGeo++;
|
| if (buildCounterGeolayerdataGeo < 3) {
|
| - checkUnnamed836(o.boundary);
|
| + checkUnnamed827(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--;
|
| }
|
|
|
| -buildUnnamed837() {
|
| +buildUnnamed828() {
|
| var o = new core.List<api.Layersummary>();
|
| o.add(buildLayersummary());
|
| o.add(buildLayersummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed837(core.List<api.Layersummary> o) {
|
| +checkUnnamed828(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 = buildUnnamed837();
|
| + o.items = buildUnnamed828();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -1502,21 +1502,21 @@ buildLayersummaries() {
|
| checkLayersummaries(api.Layersummaries o) {
|
| buildCounterLayersummaries++;
|
| if (buildCounterLayersummaries < 3) {
|
| - checkUnnamed837(o.items);
|
| + checkUnnamed828(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| buildCounterLayersummaries--;
|
| }
|
|
|
| -buildUnnamed838() {
|
| +buildUnnamed829() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed838(core.List<core.String> o) {
|
| +checkUnnamed829(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 = buildUnnamed838();
|
| + o.annotationTypes = buildUnnamed829();
|
| 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));
|
| - checkUnnamed838(o.annotationTypes);
|
| + checkUnnamed829(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--;
|
| }
|
|
|
| -buildUnnamed839() {
|
| +buildUnnamed830() {
|
| var o = new core.List<api.MetadataItems>();
|
| o.add(buildMetadataItems());
|
| o.add(buildMetadataItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed839(core.List<api.MetadataItems> o) {
|
| +checkUnnamed830(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 = buildUnnamed839();
|
| + o.items = buildUnnamed830();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -1620,20 +1620,20 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed839(o.items);
|
| + checkUnnamed830(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| }
|
|
|
| -buildUnnamed840() {
|
| +buildUnnamed831() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed840(core.List<core.String> o) {
|
| +checkUnnamed831(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 = buildUnnamed840();
|
| + o.crmExperimentIds = buildUnnamed831();
|
| 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'));
|
| - checkUnnamed840(o.crmExperimentIds);
|
| + checkUnnamed831(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--;
|
| }
|
|
|
| -buildUnnamed841() {
|
| +buildUnnamed832() {
|
| var o = new core.List<api.OffersItemsItems>();
|
| o.add(buildOffersItemsItems());
|
| o.add(buildOffersItemsItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed841(core.List<api.OffersItemsItems> o) {
|
| +checkUnnamed832(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 = buildUnnamed841();
|
| + o.items = buildUnnamed832();
|
| }
|
| 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'));
|
| - checkUnnamed841(o.items);
|
| + checkUnnamed832(o.items);
|
| }
|
| buildCounterOffersItems--;
|
| }
|
|
|
| -buildUnnamed842() {
|
| +buildUnnamed833() {
|
| var o = new core.List<api.OffersItems>();
|
| o.add(buildOffersItems());
|
| o.add(buildOffersItems());
|
| return o;
|
| }
|
|
|
| -checkUnnamed842(core.List<api.OffersItems> o) {
|
| +checkUnnamed833(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 = buildUnnamed842();
|
| + o.items = buildUnnamed833();
|
| o.kind = "foo";
|
| }
|
| buildCounterOffers--;
|
| @@ -1779,7 +1779,7 @@ buildOffers() {
|
| checkOffers(api.Offers o) {
|
| buildCounterOffers++;
|
| if (buildCounterOffers < 3) {
|
| - checkUnnamed842(o.items);
|
| + checkUnnamed833(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterOffers--;
|
| @@ -1945,14 +1945,14 @@ checkSeriesSeries(api.SeriesSeries o) {
|
| buildCounterSeriesSeries--;
|
| }
|
|
|
| -buildUnnamed843() {
|
| +buildUnnamed834() {
|
| var o = new core.List<api.SeriesSeries>();
|
| o.add(buildSeriesSeries());
|
| o.add(buildSeriesSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed843(core.List<api.SeriesSeries> o) {
|
| +checkUnnamed834(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 = buildUnnamed843();
|
| + o.series = buildUnnamed834();
|
| }
|
| buildCounterSeries--;
|
| return o;
|
| @@ -1974,19 +1974,19 @@ checkSeries(api.Series o) {
|
| buildCounterSeries++;
|
| if (buildCounterSeries < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed843(o.series);
|
| + checkUnnamed834(o.series);
|
| }
|
| buildCounterSeries--;
|
| }
|
|
|
| -buildUnnamed844() {
|
| +buildUnnamed835() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed844(core.List<api.Volume> o) {
|
| +checkUnnamed835(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 = buildUnnamed844();
|
| + o.member = buildUnnamed835();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2009,7 +2009,7 @@ checkSeriesmembership(api.Seriesmembership o) {
|
| buildCounterSeriesmembership++;
|
| if (buildCounterSeriesmembership < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed844(o.member);
|
| + checkUnnamed835(o.member);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSeriesmembership--;
|
| @@ -2074,6 +2074,25 @@ checkUsersettingsNotificationMoreFromSeries(api.UsersettingsNotificationMoreFrom
|
| buildCounterUsersettingsNotificationMoreFromSeries--;
|
| }
|
|
|
| +core.int buildCounterUsersettingsNotificationRewardExpirations = 0;
|
| +buildUsersettingsNotificationRewardExpirations() {
|
| + var o = new api.UsersettingsNotificationRewardExpirations();
|
| + buildCounterUsersettingsNotificationRewardExpirations++;
|
| + if (buildCounterUsersettingsNotificationRewardExpirations < 3) {
|
| + o.optedState = "foo";
|
| + }
|
| + buildCounterUsersettingsNotificationRewardExpirations--;
|
| + return o;
|
| +}
|
| +
|
| +checkUsersettingsNotificationRewardExpirations(api.UsersettingsNotificationRewardExpirations o) {
|
| + buildCounterUsersettingsNotificationRewardExpirations++;
|
| + if (buildCounterUsersettingsNotificationRewardExpirations < 3) {
|
| + unittest.expect(o.optedState, unittest.equals('foo'));
|
| + }
|
| + buildCounterUsersettingsNotificationRewardExpirations--;
|
| +}
|
| +
|
| core.int buildCounterUsersettingsNotification = 0;
|
| buildUsersettingsNotification() {
|
| var o = new api.UsersettingsNotification();
|
| @@ -2081,6 +2100,7 @@ buildUsersettingsNotification() {
|
| if (buildCounterUsersettingsNotification < 3) {
|
| o.moreFromAuthors = buildUsersettingsNotificationMoreFromAuthors();
|
| o.moreFromSeries = buildUsersettingsNotificationMoreFromSeries();
|
| + o.rewardExpirations = buildUsersettingsNotificationRewardExpirations();
|
| }
|
| buildCounterUsersettingsNotification--;
|
| return o;
|
| @@ -2091,6 +2111,7 @@ checkUsersettingsNotification(api.UsersettingsNotification o) {
|
| if (buildCounterUsersettingsNotification < 3) {
|
| checkUsersettingsNotificationMoreFromAuthors(o.moreFromAuthors);
|
| checkUsersettingsNotificationMoreFromSeries(o.moreFromSeries);
|
| + checkUsersettingsNotificationRewardExpirations(o.rewardExpirations);
|
| }
|
| buildCounterUsersettingsNotification--;
|
| }
|
| @@ -2230,14 +2251,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) {
|
| buildCounterVolumeLayerInfoLayers--;
|
| }
|
|
|
| -buildUnnamed845() {
|
| +buildUnnamed836() {
|
| var o = new core.List<api.VolumeLayerInfoLayers>();
|
| o.add(buildVolumeLayerInfoLayers());
|
| o.add(buildVolumeLayerInfoLayers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed845(core.List<api.VolumeLayerInfoLayers> o) {
|
| +checkUnnamed836(core.List<api.VolumeLayerInfoLayers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeLayerInfoLayers(o[0]);
|
| checkVolumeLayerInfoLayers(o[1]);
|
| @@ -2248,7 +2269,7 @@ buildVolumeLayerInfo() {
|
| var o = new api.VolumeLayerInfo();
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - o.layers = buildUnnamed845();
|
| + o.layers = buildUnnamed836();
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| return o;
|
| @@ -2257,7 +2278,7 @@ buildVolumeLayerInfo() {
|
| checkVolumeLayerInfo(api.VolumeLayerInfo o) {
|
| buildCounterVolumeLayerInfo++;
|
| if (buildCounterVolumeLayerInfo < 3) {
|
| - checkUnnamed845(o.layers);
|
| + checkUnnamed836(o.layers);
|
| }
|
| buildCounterVolumeLayerInfo--;
|
| }
|
| @@ -2392,14 +2413,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) {
|
| buildCounterVolumeSaleInfoOffers--;
|
| }
|
|
|
| -buildUnnamed846() {
|
| +buildUnnamed837() {
|
| var o = new core.List<api.VolumeSaleInfoOffers>();
|
| o.add(buildVolumeSaleInfoOffers());
|
| o.add(buildVolumeSaleInfoOffers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed846(core.List<api.VolumeSaleInfoOffers> o) {
|
| +checkUnnamed837(core.List<api.VolumeSaleInfoOffers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeSaleInfoOffers(o[0]);
|
| checkVolumeSaleInfoOffers(o[1]);
|
| @@ -2435,7 +2456,7 @@ buildVolumeSaleInfo() {
|
| o.country = "foo";
|
| o.isEbook = true;
|
| o.listPrice = buildVolumeSaleInfoListPrice();
|
| - o.offers = buildUnnamed846();
|
| + o.offers = buildUnnamed837();
|
| o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.retailPrice = buildVolumeSaleInfoRetailPrice();
|
| o.saleability = "foo";
|
| @@ -2451,7 +2472,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.isEbook, unittest.isTrue);
|
| checkVolumeSaleInfoListPrice(o.listPrice);
|
| - checkUnnamed846(o.offers);
|
| + checkUnnamed837(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 +2642,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) {
|
| buildCounterVolumeUserInfo--;
|
| }
|
|
|
| -buildUnnamed847() {
|
| +buildUnnamed838() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed847(core.List<core.String> o) {
|
| +checkUnnamed838(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'));
|
| }
|
|
|
| -buildUnnamed848() {
|
| +buildUnnamed839() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed848(core.List<core.String> o) {
|
| +checkUnnamed839(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 +2741,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers
|
| buildCounterVolumeVolumeInfoIndustryIdentifiers--;
|
| }
|
|
|
| -buildUnnamed849() {
|
| +buildUnnamed840() {
|
| var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>();
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| o.add(buildVolumeVolumeInfoIndustryIdentifiers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed849(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| +checkUnnamed840(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[0]);
|
| checkVolumeVolumeInfoIndustryIdentifiers(o[1]);
|
| @@ -2764,15 +2785,15 @@ buildVolumeVolumeInfo() {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| o.allowAnonLogging = true;
|
| - o.authors = buildUnnamed847();
|
| + o.authors = buildUnnamed838();
|
| o.averageRating = 42.0;
|
| o.canonicalVolumeLink = "foo";
|
| - o.categories = buildUnnamed848();
|
| + o.categories = buildUnnamed839();
|
| o.contentVersion = "foo";
|
| o.description = "foo";
|
| o.dimensions = buildVolumeVolumeInfoDimensions();
|
| o.imageLinks = buildVolumeVolumeInfoImageLinks();
|
| - o.industryIdentifiers = buildUnnamed849();
|
| + o.industryIdentifiers = buildUnnamed840();
|
| o.infoLink = "foo";
|
| o.language = "foo";
|
| o.mainCategory = "foo";
|
| @@ -2799,15 +2820,15 @@ checkVolumeVolumeInfo(api.VolumeVolumeInfo o) {
|
| buildCounterVolumeVolumeInfo++;
|
| if (buildCounterVolumeVolumeInfo < 3) {
|
| unittest.expect(o.allowAnonLogging, unittest.isTrue);
|
| - checkUnnamed847(o.authors);
|
| + checkUnnamed838(o.authors);
|
| unittest.expect(o.averageRating, unittest.equals(42.0));
|
| unittest.expect(o.canonicalVolumeLink, unittest.equals('foo'));
|
| - checkUnnamed848(o.categories);
|
| + checkUnnamed839(o.categories);
|
| unittest.expect(o.contentVersion, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkVolumeVolumeInfoDimensions(o.dimensions);
|
| checkVolumeVolumeInfoImageLinks(o.imageLinks);
|
| - checkUnnamed849(o.industryIdentifiers);
|
| + checkUnnamed840(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 +2889,14 @@ checkVolume(api.Volume o) {
|
| buildCounterVolume--;
|
| }
|
|
|
| -buildUnnamed850() {
|
| +buildUnnamed841() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed850(core.List<api.Volume> o) {
|
| +checkUnnamed841(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -2886,7 +2907,7 @@ buildVolume2() {
|
| var o = new api.Volume2();
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - o.items = buildUnnamed850();
|
| + o.items = buildUnnamed841();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2897,7 +2918,7 @@ buildVolume2() {
|
| checkVolume2(api.Volume2 o) {
|
| buildCounterVolume2++;
|
| if (buildCounterVolume2 < 3) {
|
| - checkUnnamed850(o.items);
|
| + checkUnnamed841(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2929,14 +2950,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) {
|
| buildCounterVolumeannotationContentRanges--;
|
| }
|
|
|
| -buildUnnamed851() {
|
| +buildUnnamed842() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed851(core.List<core.String> o) {
|
| +checkUnnamed842(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 +2977,7 @@ buildVolumeannotation() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.layerId = "foo";
|
| - o.pageIds = buildUnnamed851();
|
| + o.pageIds = buildUnnamed842();
|
| o.selectedText = "foo";
|
| o.selfLink = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2978,7 +2999,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'));
|
| - checkUnnamed851(o.pageIds);
|
| + checkUnnamed842(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 +3008,14 @@ checkVolumeannotation(api.Volumeannotation o) {
|
| buildCounterVolumeannotation--;
|
| }
|
|
|
| -buildUnnamed852() {
|
| +buildUnnamed843() {
|
| var o = new core.List<api.Volumeannotation>();
|
| o.add(buildVolumeannotation());
|
| o.add(buildVolumeannotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed852(core.List<api.Volumeannotation> o) {
|
| +checkUnnamed843(core.List<api.Volumeannotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeannotation(o[0]);
|
| checkVolumeannotation(o[1]);
|
| @@ -3005,7 +3026,7 @@ buildVolumeannotations() {
|
| var o = new api.Volumeannotations();
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - o.items = buildUnnamed852();
|
| + o.items = buildUnnamed843();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -3018,7 +3039,7 @@ buildVolumeannotations() {
|
| checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations++;
|
| if (buildCounterVolumeannotations < 3) {
|
| - checkUnnamed852(o.items);
|
| + checkUnnamed843(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 +3048,14 @@ checkVolumeannotations(api.Volumeannotations o) {
|
| buildCounterVolumeannotations--;
|
| }
|
|
|
| -buildUnnamed853() {
|
| +buildUnnamed844() {
|
| var o = new core.List<api.Volume>();
|
| o.add(buildVolume());
|
| o.add(buildVolume());
|
| return o;
|
| }
|
|
|
| -checkUnnamed853(core.List<api.Volume> o) {
|
| +checkUnnamed844(core.List<api.Volume> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolume(o[0]);
|
| checkVolume(o[1]);
|
| @@ -3045,7 +3066,7 @@ buildVolumes() {
|
| var o = new api.Volumes();
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - o.items = buildUnnamed853();
|
| + o.items = buildUnnamed844();
|
| o.kind = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -3056,7 +3077,7 @@ buildVolumes() {
|
| checkVolumes(api.Volumes o) {
|
| buildCounterVolumes++;
|
| if (buildCounterVolumes < 3) {
|
| - checkUnnamed853(o.items);
|
| + checkUnnamed844(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| @@ -3084,14 +3105,14 @@ checkVolumeseriesinfoVolumeSeriesIssue(api.VolumeseriesinfoVolumeSeriesIssue o)
|
| buildCounterVolumeseriesinfoVolumeSeriesIssue--;
|
| }
|
|
|
| -buildUnnamed854() {
|
| +buildUnnamed845() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeriesIssue>();
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| o.add(buildVolumeseriesinfoVolumeSeriesIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed854(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| +checkUnnamed845(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[0]);
|
| checkVolumeseriesinfoVolumeSeriesIssue(o[1]);
|
| @@ -3102,7 +3123,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| var o = new api.VolumeseriesinfoVolumeSeries();
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - o.issue = buildUnnamed854();
|
| + o.issue = buildUnnamed845();
|
| o.orderNumber = 42;
|
| o.seriesBookType = "foo";
|
| o.seriesId = "foo";
|
| @@ -3114,7 +3135,7 @@ buildVolumeseriesinfoVolumeSeries() {
|
| checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries++;
|
| if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
|
| - checkUnnamed854(o.issue);
|
| + checkUnnamed845(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 +3143,14 @@ checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
|
| buildCounterVolumeseriesinfoVolumeSeries--;
|
| }
|
|
|
| -buildUnnamed855() {
|
| +buildUnnamed846() {
|
| var o = new core.List<api.VolumeseriesinfoVolumeSeries>();
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| o.add(buildVolumeseriesinfoVolumeSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed855(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| +checkUnnamed846(core.List<api.VolumeseriesinfoVolumeSeries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVolumeseriesinfoVolumeSeries(o[0]);
|
| checkVolumeseriesinfoVolumeSeries(o[1]);
|
| @@ -3143,7 +3164,7 @@ buildVolumeseriesinfo() {
|
| o.bookDisplayNumber = "foo";
|
| o.kind = "foo";
|
| o.shortSeriesBookTitle = "foo";
|
| - o.volumeSeries = buildUnnamed855();
|
| + o.volumeSeries = buildUnnamed846();
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| return o;
|
| @@ -3155,162 +3176,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'));
|
| - checkUnnamed855(o.volumeSeries);
|
| + checkUnnamed846(o.volumeSeries);
|
| }
|
| buildCounterVolumeseriesinfo--;
|
| }
|
|
|
| -buildUnnamed856() {
|
| +buildUnnamed847() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed856(core.List<core.String> o) {
|
| +checkUnnamed847(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'));
|
| }
|
|
|
| -buildUnnamed857() {
|
| +buildUnnamed848() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed857(core.List<core.String> o) {
|
| +checkUnnamed848(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'));
|
| }
|
|
|
| -buildUnnamed858() {
|
| +buildUnnamed849() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed858(core.List<core.String> o) {
|
| +checkUnnamed849(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'));
|
| }
|
|
|
| -buildUnnamed859() {
|
| +buildUnnamed850() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed859(core.List<core.String> o) {
|
| +checkUnnamed850(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'));
|
| }
|
|
|
| -buildUnnamed860() {
|
| +buildUnnamed851() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed860(core.List<core.String> o) {
|
| +checkUnnamed851(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'));
|
| }
|
|
|
| -buildUnnamed861() {
|
| +buildUnnamed852() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed861(core.List<core.String> o) {
|
| +checkUnnamed852(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'));
|
| }
|
|
|
| -buildUnnamed862() {
|
| +buildUnnamed853() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed862(core.List<core.String> o) {
|
| +checkUnnamed853(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'));
|
| }
|
|
|
| -buildUnnamed863() {
|
| +buildUnnamed854() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed863(core.List<core.String> o) {
|
| +checkUnnamed854(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'));
|
| }
|
|
|
| -buildUnnamed864() {
|
| +buildUnnamed855() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed864(core.List<core.String> o) {
|
| +checkUnnamed855(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'));
|
| }
|
|
|
| -buildUnnamed865() {
|
| +buildUnnamed856() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed865(core.List<core.String> o) {
|
| +checkUnnamed856(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'));
|
| }
|
|
|
| -buildUnnamed866() {
|
| +buildUnnamed857() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed866(core.List<core.String> o) {
|
| +checkUnnamed857(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'));
|
| }
|
|
|
| -buildUnnamed867() {
|
| +buildUnnamed858() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed867(core.List<core.String> o) {
|
| +checkUnnamed858(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'));
|
| @@ -3912,6 +3933,15 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-UsersettingsNotificationRewardExpirations", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildUsersettingsNotificationRewardExpirations();
|
| + var od = new api.UsersettingsNotificationRewardExpirations.fromJson(o.toJson());
|
| + checkUsersettingsNotificationRewardExpirations(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-UsersettingsNotification", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildUsersettingsNotification();
|
| @@ -4833,7 +4863,7 @@ main() {
|
| var arg_volumeId = "foo";
|
| var arg_layerId = "foo";
|
| var arg_contentVersion = "foo";
|
| - var arg_annotationDataId = buildUnnamed856();
|
| + var arg_annotationDataId = buildUnnamed847();
|
| var arg_h = 42;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| @@ -5118,7 +5148,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig;
|
| - var arg_volumeIds = buildUnnamed857();
|
| + var arg_volumeIds = buildUnnamed848();
|
| var arg_cpksver = "foo";
|
| var arg_locale = "foo";
|
| var arg_source = "foo";
|
| @@ -5231,11 +5261,11 @@ main() {
|
| var arg_source = "foo";
|
| var arg_nonce = "foo";
|
| var arg_cpksver = "foo";
|
| - var arg_features = buildUnnamed858();
|
| + var arg_features = buildUnnamed849();
|
| var arg_includeNonComicsSeries = true;
|
| var arg_locale = "foo";
|
| var arg_showPreorders = true;
|
| - var arg_volumeIds = buildUnnamed859();
|
| + var arg_volumeIds = buildUnnamed850();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5392,6 +5422,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| var arg_request = buildAnnotation();
|
| + var arg_annotationId = "foo";
|
| var arg_country = "foo";
|
| var arg_showOnlySummaryInResponse = true;
|
| var arg_source = "foo";
|
| @@ -5426,6 +5457,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["annotationId"].first, unittest.equals(arg_annotationId));
|
| unittest.expect(queryMap["country"].first, unittest.equals(arg_country));
|
| unittest.expect(queryMap["showOnlySummaryInResponse"].first, unittest.equals("$arg_showOnlySummaryInResponse"));
|
| unittest.expect(queryMap["source"].first, unittest.equals(arg_source));
|
| @@ -5437,7 +5469,7 @@ main() {
|
| var resp = convert.JSON.encode(buildAnnotation());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.insert(arg_request, country: arg_country, showOnlySummaryInResponse: arg_showOnlySummaryInResponse, source: arg_source).then(unittest.expectAsync(((api.Annotation response) {
|
| + res.insert(arg_request, annotationId: arg_annotationId, country: arg_country, showOnlySummaryInResponse: arg_showOnlySummaryInResponse, source: arg_source).then(unittest.expectAsync(((api.Annotation response) {
|
| checkAnnotation(response);
|
| })));
|
| });
|
| @@ -5448,7 +5480,7 @@ main() {
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| var arg_contentVersion = "foo";
|
| var arg_layerId = "foo";
|
| - var arg_layerIds = buildUnnamed860();
|
| + var arg_layerIds = buildUnnamed851();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_showDeleted = true;
|
| @@ -5511,7 +5543,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations;
|
| - var arg_layerIds = buildUnnamed861();
|
| + var arg_layerIds = buildUnnamed852();
|
| var arg_volumeId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -6238,7 +6270,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.OnboardingResourceApi res = new api.BooksApi(mock).onboarding;
|
| - var arg_categoryId = buildUnnamed862();
|
| + var arg_categoryId = buildUnnamed853();
|
| var arg_locale = "foo";
|
| var arg_maxAllowedMaturityRating = "foo";
|
| var arg_pageSize = 42;
|
| @@ -6529,7 +6561,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.SeriesResourceApi res = new api.BooksApi(mock).series;
|
| - var arg_seriesId = buildUnnamed863();
|
| + var arg_seriesId = buildUnnamed854();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -6838,11 +6870,11 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks;
|
| - var arg_acquireMethod = buildUnnamed864();
|
| + var arg_acquireMethod = buildUnnamed855();
|
| var arg_country = "foo";
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed865();
|
| + var arg_processingState = buildUnnamed856();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -7011,10 +7043,10 @@ main() {
|
| api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded;
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_processingState = buildUnnamed866();
|
| + var arg_processingState = buildUnnamed857();
|
| var arg_source = "foo";
|
| var arg_startIndex = 42;
|
| - var arg_volumeId = buildUnnamed867();
|
| + var arg_volumeId = buildUnnamed858();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|