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 16f53e3fdaa2105854561669ea1b32c0424025e4..d448a2138c686fe35b0e1efd0a5f6b9bb0eea9cb 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--; |
} |
-buildUnnamed1014() { |
+buildUnnamed765() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1014(core.List<core.String> o) { |
+checkUnnamed765(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 = buildUnnamed1014(); |
+ o.pageIds = buildUnnamed765(); |
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); |
- checkUnnamed1014(o.pageIds); |
+ checkUnnamed765(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--; |
} |
-buildUnnamed1015() { |
+buildUnnamed766() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed1015(core.List<api.Annotation> o) { |
+checkUnnamed766(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 = buildUnnamed1015(); |
+ o.items = buildUnnamed766(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.totalItems = 42; |
@@ -257,7 +257,7 @@ buildAnnotations() { |
checkAnnotations(api.Annotations o) { |
buildCounterAnnotations++; |
if (buildCounterAnnotations < 3) { |
- checkUnnamed1015(o.items); |
+ checkUnnamed766(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--; |
} |
-buildUnnamed1016() { |
+buildUnnamed767() { |
var o = new core.List<api.AnnotationsSummaryLayers>(); |
o.add(buildAnnotationsSummaryLayers()); |
o.add(buildAnnotationsSummaryLayers()); |
return o; |
} |
-checkUnnamed1016(core.List<api.AnnotationsSummaryLayers> o) { |
+checkUnnamed767(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 = buildUnnamed1016(); |
+ o.layers = buildUnnamed767(); |
} |
buildCounterAnnotationsSummary--; |
return o; |
@@ -321,19 +321,19 @@ checkAnnotationsSummary(api.AnnotationsSummary o) { |
buildCounterAnnotationsSummary++; |
if (buildCounterAnnotationsSummary < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1016(o.layers); |
+ checkUnnamed767(o.layers); |
} |
buildCounterAnnotationsSummary--; |
} |
-buildUnnamed1017() { |
+buildUnnamed768() { |
var o = new core.List<api.Annotationdata>(); |
o.add(buildAnnotationdata()); |
o.add(buildAnnotationdata()); |
return o; |
} |
-checkUnnamed1017(core.List<api.Annotationdata> o) { |
+checkUnnamed768(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 = buildUnnamed1017(); |
+ o.items = buildUnnamed768(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.totalItems = 42; |
@@ -356,7 +356,7 @@ buildAnnotationsdata() { |
checkAnnotationsdata(api.Annotationsdata o) { |
buildCounterAnnotationsdata++; |
if (buildCounterAnnotationsdata < 3) { |
- checkUnnamed1017(o.items); |
+ checkUnnamed768(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--; |
} |
-buildUnnamed1018() { |
+buildUnnamed769() { |
var o = new core.List<api.Bookshelf>(); |
o.add(buildBookshelf()); |
o.add(buildBookshelf()); |
return o; |
} |
-checkUnnamed1018(core.List<api.Bookshelf> o) { |
+checkUnnamed769(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 = buildUnnamed1018(); |
+ o.items = buildUnnamed769(); |
o.kind = "foo"; |
} |
buildCounterBookshelves--; |
@@ -498,7 +498,7 @@ buildBookshelves() { |
checkBookshelves(api.Bookshelves o) { |
buildCounterBookshelves++; |
if (buildCounterBookshelves < 3) { |
- checkUnnamed1018(o.items); |
+ checkUnnamed769(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBookshelves--; |
@@ -527,14 +527,14 @@ checkCategoryItems(api.CategoryItems o) { |
buildCounterCategoryItems--; |
} |
-buildUnnamed1019() { |
+buildUnnamed770() { |
var o = new core.List<api.CategoryItems>(); |
o.add(buildCategoryItems()); |
o.add(buildCategoryItems()); |
return o; |
} |
-checkUnnamed1019(core.List<api.CategoryItems> o) { |
+checkUnnamed770(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 = buildUnnamed1019(); |
+ o.items = buildUnnamed770(); |
o.kind = "foo"; |
} |
buildCounterCategory--; |
@@ -555,7 +555,7 @@ buildCategory() { |
checkCategory(api.Category o) { |
buildCounterCategory++; |
if (buildCounterCategory < 3) { |
- checkUnnamed1019(o.items); |
+ checkUnnamed770(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCategory--; |
@@ -682,14 +682,14 @@ checkDictlayerdataDictWordsDerivatives(api.DictlayerdataDictWordsDerivatives o) |
buildCounterDictlayerdataDictWordsDerivatives--; |
} |
-buildUnnamed1020() { |
+buildUnnamed771() { |
var o = new core.List<api.DictlayerdataDictWordsDerivatives>(); |
o.add(buildDictlayerdataDictWordsDerivatives()); |
o.add(buildDictlayerdataDictWordsDerivatives()); |
return o; |
} |
-checkUnnamed1020(core.List<api.DictlayerdataDictWordsDerivatives> o) { |
+checkUnnamed771(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--; |
} |
-buildUnnamed1021() { |
+buildUnnamed772() { |
var o = new core.List<api.DictlayerdataDictWordsExamples>(); |
o.add(buildDictlayerdataDictWordsExamples()); |
o.add(buildDictlayerdataDictWordsExamples()); |
return o; |
} |
-checkUnnamed1021(core.List<api.DictlayerdataDictWordsExamples> o) { |
+checkUnnamed772(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--; |
} |
-buildUnnamed1022() { |
+buildUnnamed773() { |
var o = new core.List<api.DictlayerdataDictWordsSensesConjugations>(); |
o.add(buildDictlayerdataDictWordsSensesConjugations()); |
o.add(buildDictlayerdataDictWordsSensesConjugations()); |
return o; |
} |
-checkUnnamed1022(core.List<api.DictlayerdataDictWordsSensesConjugations> o) { |
+checkUnnamed773(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--; |
} |
-buildUnnamed1023() { |
+buildUnnamed774() { |
var o = new core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>(); |
o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples()); |
o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples()); |
return o; |
} |
-checkUnnamed1023(core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) { |
+checkUnnamed774(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 = buildUnnamed1023(); |
+ o.examples = buildUnnamed774(); |
} |
buildCounterDictlayerdataDictWordsSensesDefinitions--; |
return o; |
@@ -855,19 +855,19 @@ checkDictlayerdataDictWordsSensesDefinitions(api.DictlayerdataDictWordsSensesDef |
buildCounterDictlayerdataDictWordsSensesDefinitions++; |
if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) { |
unittest.expect(o.definition, unittest.equals('foo')); |
- checkUnnamed1023(o.examples); |
+ checkUnnamed774(o.examples); |
} |
buildCounterDictlayerdataDictWordsSensesDefinitions--; |
} |
-buildUnnamed1024() { |
+buildUnnamed775() { |
var o = new core.List<api.DictlayerdataDictWordsSensesDefinitions>(); |
o.add(buildDictlayerdataDictWordsSensesDefinitions()); |
o.add(buildDictlayerdataDictWordsSensesDefinitions()); |
return o; |
} |
-checkUnnamed1024(core.List<api.DictlayerdataDictWordsSensesDefinitions> o) { |
+checkUnnamed775(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--; |
} |
-buildUnnamed1025() { |
+buildUnnamed776() { |
var o = new core.List<api.DictlayerdataDictWordsSensesSynonyms>(); |
o.add(buildDictlayerdataDictWordsSensesSynonyms()); |
o.add(buildDictlayerdataDictWordsSensesSynonyms()); |
return o; |
} |
-checkUnnamed1025(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) { |
+checkUnnamed776(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 = buildUnnamed1022(); |
- o.definitions = buildUnnamed1024(); |
+ o.conjugations = buildUnnamed773(); |
+ o.definitions = buildUnnamed775(); |
o.partOfSpeech = "foo"; |
o.pronunciation = "foo"; |
o.pronunciationUrl = "foo"; |
o.source = buildDictlayerdataDictWordsSensesSource(); |
o.syllabification = "foo"; |
- o.synonyms = buildUnnamed1025(); |
+ o.synonyms = buildUnnamed776(); |
} |
buildCounterDictlayerdataDictWordsSenses--; |
return o; |
@@ -970,26 +970,26 @@ buildDictlayerdataDictWordsSenses() { |
checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) { |
buildCounterDictlayerdataDictWordsSenses++; |
if (buildCounterDictlayerdataDictWordsSenses < 3) { |
- checkUnnamed1022(o.conjugations); |
- checkUnnamed1024(o.definitions); |
+ checkUnnamed773(o.conjugations); |
+ checkUnnamed775(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')); |
- checkUnnamed1025(o.synonyms); |
+ checkUnnamed776(o.synonyms); |
} |
buildCounterDictlayerdataDictWordsSenses--; |
} |
-buildUnnamed1026() { |
+buildUnnamed777() { |
var o = new core.List<api.DictlayerdataDictWordsSenses>(); |
o.add(buildDictlayerdataDictWordsSenses()); |
o.add(buildDictlayerdataDictWordsSenses()); |
return o; |
} |
-checkUnnamed1026(core.List<api.DictlayerdataDictWordsSenses> o) { |
+checkUnnamed777(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 = buildUnnamed1020(); |
- o.examples = buildUnnamed1021(); |
- o.senses = buildUnnamed1026(); |
+ o.derivatives = buildUnnamed771(); |
+ o.examples = buildUnnamed772(); |
+ o.senses = buildUnnamed777(); |
o.source = buildDictlayerdataDictWordsSource(); |
} |
buildCounterDictlayerdataDictWords--; |
@@ -1033,22 +1033,22 @@ buildDictlayerdataDictWords() { |
checkDictlayerdataDictWords(api.DictlayerdataDictWords o) { |
buildCounterDictlayerdataDictWords++; |
if (buildCounterDictlayerdataDictWords < 3) { |
- checkUnnamed1020(o.derivatives); |
- checkUnnamed1021(o.examples); |
- checkUnnamed1026(o.senses); |
+ checkUnnamed771(o.derivatives); |
+ checkUnnamed772(o.examples); |
+ checkUnnamed777(o.senses); |
checkDictlayerdataDictWordsSource(o.source); |
} |
buildCounterDictlayerdataDictWords--; |
} |
-buildUnnamed1027() { |
+buildUnnamed778() { |
var o = new core.List<api.DictlayerdataDictWords>(); |
o.add(buildDictlayerdataDictWords()); |
o.add(buildDictlayerdataDictWords()); |
return o; |
} |
-checkUnnamed1027(core.List<api.DictlayerdataDictWords> o) { |
+checkUnnamed778(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 = buildUnnamed1027(); |
+ o.words = buildUnnamed778(); |
} |
buildCounterDictlayerdataDict--; |
return o; |
@@ -1070,7 +1070,7 @@ checkDictlayerdataDict(api.DictlayerdataDict o) { |
buildCounterDictlayerdataDict++; |
if (buildCounterDictlayerdataDict < 3) { |
checkDictlayerdataDictSource(o.source); |
- checkUnnamed1027(o.words); |
+ checkUnnamed778(o.words); |
} |
buildCounterDictlayerdataDict--; |
} |
@@ -1127,14 +1127,14 @@ checkDiscoveryclustersClustersBannerWithContentContainer(api.DiscoveryclustersCl |
buildCounterDiscoveryclustersClustersBannerWithContentContainer--; |
} |
-buildUnnamed1028() { |
+buildUnnamed779() { |
var o = new core.List<api.Volume>(); |
o.add(buildVolume()); |
o.add(buildVolume()); |
return o; |
} |
-checkUnnamed1028(core.List<api.Volume> o) { |
+checkUnnamed779(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 = buildUnnamed1028(); |
+ o.volumes = buildUnnamed779(); |
} |
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')); |
- checkUnnamed1028(o.volumes); |
+ checkUnnamed779(o.volumes); |
} |
buildCounterDiscoveryclustersClusters--; |
} |
-buildUnnamed1029() { |
+buildUnnamed780() { |
var o = new core.List<api.DiscoveryclustersClusters>(); |
o.add(buildDiscoveryclustersClusters()); |
o.add(buildDiscoveryclustersClusters()); |
return o; |
} |
-checkUnnamed1029(core.List<api.DiscoveryclustersClusters> o) { |
+checkUnnamed780(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 = buildUnnamed1029(); |
+ o.clusters = buildUnnamed780(); |
o.kind = "foo"; |
o.totalClusters = 42; |
} |
@@ -1198,7 +1198,7 @@ buildDiscoveryclusters() { |
checkDiscoveryclusters(api.Discoveryclusters o) { |
buildCounterDiscoveryclusters++; |
if (buildCounterDiscoveryclusters < 3) { |
- checkUnnamed1029(o.clusters); |
+ checkUnnamed780(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--; |
} |
-buildUnnamed1030() { |
+buildUnnamed781() { |
var o = new core.List<api.DownloadAccessRestriction>(); |
o.add(buildDownloadAccessRestriction()); |
o.add(buildDownloadAccessRestriction()); |
return o; |
} |
-checkUnnamed1030(core.List<api.DownloadAccessRestriction> o) { |
+checkUnnamed781(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 = buildUnnamed1030(); |
+ o.downloadAccessList = buildUnnamed781(); |
o.kind = "foo"; |
} |
buildCounterDownloadAccesses--; |
@@ -1274,7 +1274,7 @@ buildDownloadAccesses() { |
checkDownloadAccesses(api.DownloadAccesses o) { |
buildCounterDownloadAccesses++; |
if (buildCounterDownloadAccesses < 3) { |
- checkUnnamed1030(o.downloadAccessList); |
+ checkUnnamed781(o.downloadAccessList); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterDownloadAccesses--; |
@@ -1328,30 +1328,30 @@ checkGeolayerdataGeoBoundary(api.GeolayerdataGeoBoundary o) { |
buildCounterGeolayerdataGeoBoundary--; |
} |
-buildUnnamed1031() { |
+buildUnnamed782() { |
var o = new core.List<api.GeolayerdataGeoBoundary>(); |
o.add(buildGeolayerdataGeoBoundary()); |
o.add(buildGeolayerdataGeoBoundary()); |
return o; |
} |
-checkUnnamed1031(core.List<api.GeolayerdataGeoBoundary> o) { |
+checkUnnamed782(core.List<api.GeolayerdataGeoBoundary> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGeolayerdataGeoBoundary(o[0]); |
checkGeolayerdataGeoBoundary(o[1]); |
} |
-buildUnnamed1032() { |
+buildUnnamed783() { |
var o = new core.List<core.List<api.GeolayerdataGeoBoundary>>(); |
- o.add(buildUnnamed1031()); |
- o.add(buildUnnamed1031()); |
+ o.add(buildUnnamed782()); |
+ o.add(buildUnnamed782()); |
return o; |
} |
-checkUnnamed1032(core.List<core.List<api.GeolayerdataGeoBoundary>> o) { |
+checkUnnamed783(core.List<core.List<api.GeolayerdataGeoBoundary>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1031(o[0]); |
- checkUnnamed1031(o[1]); |
+ checkUnnamed782(o[0]); |
+ checkUnnamed782(o[1]); |
} |
core.int buildCounterGeolayerdataGeoViewportHi = 0; |
@@ -1422,7 +1422,7 @@ buildGeolayerdataGeo() { |
var o = new api.GeolayerdataGeo(); |
buildCounterGeolayerdataGeo++; |
if (buildCounterGeolayerdataGeo < 3) { |
- o.boundary = buildUnnamed1032(); |
+ o.boundary = buildUnnamed783(); |
o.cachePolicy = "foo"; |
o.countryCode = "foo"; |
o.latitude = 42.0; |
@@ -1438,7 +1438,7 @@ buildGeolayerdataGeo() { |
checkGeolayerdataGeo(api.GeolayerdataGeo o) { |
buildCounterGeolayerdataGeo++; |
if (buildCounterGeolayerdataGeo < 3) { |
- checkUnnamed1032(o.boundary); |
+ checkUnnamed783(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--; |
} |
-buildUnnamed1033() { |
+buildUnnamed784() { |
var o = new core.List<api.Layersummary>(); |
o.add(buildLayersummary()); |
o.add(buildLayersummary()); |
return o; |
} |
-checkUnnamed1033(core.List<api.Layersummary> o) { |
+checkUnnamed784(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 = buildUnnamed1033(); |
+ o.items = buildUnnamed784(); |
o.kind = "foo"; |
o.totalItems = 42; |
} |
@@ -1502,21 +1502,21 @@ buildLayersummaries() { |
checkLayersummaries(api.Layersummaries o) { |
buildCounterLayersummaries++; |
if (buildCounterLayersummaries < 3) { |
- checkUnnamed1033(o.items); |
+ checkUnnamed784(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.totalItems, unittest.equals(42)); |
} |
buildCounterLayersummaries--; |
} |
-buildUnnamed1034() { |
+buildUnnamed785() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1034(core.List<core.String> o) { |
+checkUnnamed785(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 = buildUnnamed1034(); |
+ o.annotationTypes = buildUnnamed785(); |
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)); |
- checkUnnamed1034(o.annotationTypes); |
+ checkUnnamed785(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--; |
} |
-buildUnnamed1035() { |
+buildUnnamed786() { |
var o = new core.List<api.MetadataItems>(); |
o.add(buildMetadataItems()); |
o.add(buildMetadataItems()); |
return o; |
} |
-checkUnnamed1035(core.List<api.MetadataItems> o) { |
+checkUnnamed786(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 = buildUnnamed1035(); |
+ o.items = buildUnnamed786(); |
o.kind = "foo"; |
} |
buildCounterMetadata--; |
@@ -1620,20 +1620,20 @@ buildMetadata() { |
checkMetadata(api.Metadata o) { |
buildCounterMetadata++; |
if (buildCounterMetadata < 3) { |
- checkUnnamed1035(o.items); |
+ checkUnnamed786(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterMetadata--; |
} |
-buildUnnamed1036() { |
+buildUnnamed787() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1036(core.List<core.String> o) { |
+checkUnnamed787(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,12 +1645,13 @@ buildNotification() { |
buildCounterNotification++; |
if (buildCounterNotification < 3) { |
o.body = "foo"; |
- o.crmExperimentIds = buildUnnamed1036(); |
+ o.crmExperimentIds = buildUnnamed787(); |
o.docId = "foo"; |
o.docType = "foo"; |
o.dontShowNotification = true; |
o.iconUrl = "foo"; |
o.kind = "foo"; |
+ o.notificationGroup = "foo"; |
o.notificationType = "foo"; |
o.pcampaignId = "foo"; |
o.reason = "foo"; |
@@ -1666,12 +1667,13 @@ checkNotification(api.Notification o) { |
buildCounterNotification++; |
if (buildCounterNotification < 3) { |
unittest.expect(o.body, unittest.equals('foo')); |
- checkUnnamed1036(o.crmExperimentIds); |
+ checkUnnamed787(o.crmExperimentIds); |
unittest.expect(o.docId, unittest.equals('foo')); |
unittest.expect(o.docType, unittest.equals('foo')); |
unittest.expect(o.dontShowNotification, unittest.isTrue); |
unittest.expect(o.iconUrl, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
+ unittest.expect(o.notificationGroup, unittest.equals('foo')); |
unittest.expect(o.notificationType, unittest.equals('foo')); |
unittest.expect(o.pcampaignId, unittest.equals('foo')); |
unittest.expect(o.reason, unittest.equals('foo')); |
@@ -1711,14 +1713,14 @@ checkOffersItemsItems(api.OffersItemsItems o) { |
buildCounterOffersItemsItems--; |
} |
-buildUnnamed1037() { |
+buildUnnamed788() { |
var o = new core.List<api.OffersItemsItems>(); |
o.add(buildOffersItemsItems()); |
o.add(buildOffersItemsItems()); |
return o; |
} |
-checkUnnamed1037(core.List<api.OffersItemsItems> o) { |
+checkUnnamed788(core.List<api.OffersItemsItems> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOffersItemsItems(o[0]); |
checkOffersItemsItems(o[1]); |
@@ -1732,7 +1734,7 @@ buildOffersItems() { |
o.artUrl = "foo"; |
o.gservicesKey = "foo"; |
o.id = "foo"; |
- o.items = buildUnnamed1037(); |
+ o.items = buildUnnamed788(); |
} |
buildCounterOffersItems--; |
return o; |
@@ -1744,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')); |
- checkUnnamed1037(o.items); |
+ checkUnnamed788(o.items); |
} |
buildCounterOffersItems--; |
} |
-buildUnnamed1038() { |
+buildUnnamed789() { |
var o = new core.List<api.OffersItems>(); |
o.add(buildOffersItems()); |
o.add(buildOffersItems()); |
return o; |
} |
-checkUnnamed1038(core.List<api.OffersItems> o) { |
+checkUnnamed789(core.List<api.OffersItems> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOffersItems(o[0]); |
checkOffersItems(o[1]); |
@@ -1767,7 +1769,7 @@ buildOffers() { |
var o = new api.Offers(); |
buildCounterOffers++; |
if (buildCounterOffers < 3) { |
- o.items = buildUnnamed1038(); |
+ o.items = buildUnnamed789(); |
o.kind = "foo"; |
} |
buildCounterOffers--; |
@@ -1777,7 +1779,7 @@ buildOffers() { |
checkOffers(api.Offers o) { |
buildCounterOffers++; |
if (buildCounterOffers < 3) { |
- checkUnnamed1038(o.items); |
+ checkUnnamed789(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterOffers--; |
@@ -1943,14 +1945,14 @@ checkSeriesSeries(api.SeriesSeries o) { |
buildCounterSeriesSeries--; |
} |
-buildUnnamed1039() { |
+buildUnnamed790() { |
var o = new core.List<api.SeriesSeries>(); |
o.add(buildSeriesSeries()); |
o.add(buildSeriesSeries()); |
return o; |
} |
-checkUnnamed1039(core.List<api.SeriesSeries> o) { |
+checkUnnamed790(core.List<api.SeriesSeries> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSeriesSeries(o[0]); |
checkSeriesSeries(o[1]); |
@@ -1962,7 +1964,7 @@ buildSeries() { |
buildCounterSeries++; |
if (buildCounterSeries < 3) { |
o.kind = "foo"; |
- o.series = buildUnnamed1039(); |
+ o.series = buildUnnamed790(); |
} |
buildCounterSeries--; |
return o; |
@@ -1972,19 +1974,19 @@ checkSeries(api.Series o) { |
buildCounterSeries++; |
if (buildCounterSeries < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1039(o.series); |
+ checkUnnamed790(o.series); |
} |
buildCounterSeries--; |
} |
-buildUnnamed1040() { |
+buildUnnamed791() { |
var o = new core.List<api.Volume>(); |
o.add(buildVolume()); |
o.add(buildVolume()); |
return o; |
} |
-checkUnnamed1040(core.List<api.Volume> o) { |
+checkUnnamed791(core.List<api.Volume> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolume(o[0]); |
checkVolume(o[1]); |
@@ -1996,7 +1998,7 @@ buildSeriesmembership() { |
buildCounterSeriesmembership++; |
if (buildCounterSeriesmembership < 3) { |
o.kind = "foo"; |
- o.member = buildUnnamed1040(); |
+ o.member = buildUnnamed791(); |
o.nextPageToken = "foo"; |
} |
buildCounterSeriesmembership--; |
@@ -2007,7 +2009,7 @@ checkSeriesmembership(api.Seriesmembership o) { |
buildCounterSeriesmembership++; |
if (buildCounterSeriesmembership < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1040(o.member); |
+ checkUnnamed791(o.member); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSeriesmembership--; |
@@ -2228,14 +2230,14 @@ checkVolumeLayerInfoLayers(api.VolumeLayerInfoLayers o) { |
buildCounterVolumeLayerInfoLayers--; |
} |
-buildUnnamed1041() { |
+buildUnnamed792() { |
var o = new core.List<api.VolumeLayerInfoLayers>(); |
o.add(buildVolumeLayerInfoLayers()); |
o.add(buildVolumeLayerInfoLayers()); |
return o; |
} |
-checkUnnamed1041(core.List<api.VolumeLayerInfoLayers> o) { |
+checkUnnamed792(core.List<api.VolumeLayerInfoLayers> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolumeLayerInfoLayers(o[0]); |
checkVolumeLayerInfoLayers(o[1]); |
@@ -2246,7 +2248,7 @@ buildVolumeLayerInfo() { |
var o = new api.VolumeLayerInfo(); |
buildCounterVolumeLayerInfo++; |
if (buildCounterVolumeLayerInfo < 3) { |
- o.layers = buildUnnamed1041(); |
+ o.layers = buildUnnamed792(); |
} |
buildCounterVolumeLayerInfo--; |
return o; |
@@ -2255,7 +2257,7 @@ buildVolumeLayerInfo() { |
checkVolumeLayerInfo(api.VolumeLayerInfo o) { |
buildCounterVolumeLayerInfo++; |
if (buildCounterVolumeLayerInfo < 3) { |
- checkUnnamed1041(o.layers); |
+ checkUnnamed792(o.layers); |
} |
buildCounterVolumeLayerInfo--; |
} |
@@ -2390,14 +2392,14 @@ checkVolumeSaleInfoOffers(api.VolumeSaleInfoOffers o) { |
buildCounterVolumeSaleInfoOffers--; |
} |
-buildUnnamed1042() { |
+buildUnnamed793() { |
var o = new core.List<api.VolumeSaleInfoOffers>(); |
o.add(buildVolumeSaleInfoOffers()); |
o.add(buildVolumeSaleInfoOffers()); |
return o; |
} |
-checkUnnamed1042(core.List<api.VolumeSaleInfoOffers> o) { |
+checkUnnamed793(core.List<api.VolumeSaleInfoOffers> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolumeSaleInfoOffers(o[0]); |
checkVolumeSaleInfoOffers(o[1]); |
@@ -2433,7 +2435,7 @@ buildVolumeSaleInfo() { |
o.country = "foo"; |
o.isEbook = true; |
o.listPrice = buildVolumeSaleInfoListPrice(); |
- o.offers = buildUnnamed1042(); |
+ o.offers = buildUnnamed793(); |
o.onSaleDate = core.DateTime.parse("2002-02-27T14:01:02"); |
o.retailPrice = buildVolumeSaleInfoRetailPrice(); |
o.saleability = "foo"; |
@@ -2449,7 +2451,7 @@ checkVolumeSaleInfo(api.VolumeSaleInfo o) { |
unittest.expect(o.country, unittest.equals('foo')); |
unittest.expect(o.isEbook, unittest.isTrue); |
checkVolumeSaleInfoListPrice(o.listPrice); |
- checkUnnamed1042(o.offers); |
+ checkUnnamed793(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')); |
@@ -2619,27 +2621,27 @@ checkVolumeUserInfo(api.VolumeUserInfo o) { |
buildCounterVolumeUserInfo--; |
} |
-buildUnnamed1043() { |
+buildUnnamed794() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1043(core.List<core.String> o) { |
+checkUnnamed794(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1044() { |
+buildUnnamed795() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1044(core.List<core.String> o) { |
+checkUnnamed795(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')); |
@@ -2718,14 +2720,14 @@ checkVolumeVolumeInfoIndustryIdentifiers(api.VolumeVolumeInfoIndustryIdentifiers |
buildCounterVolumeVolumeInfoIndustryIdentifiers--; |
} |
-buildUnnamed1045() { |
+buildUnnamed796() { |
var o = new core.List<api.VolumeVolumeInfoIndustryIdentifiers>(); |
o.add(buildVolumeVolumeInfoIndustryIdentifiers()); |
o.add(buildVolumeVolumeInfoIndustryIdentifiers()); |
return o; |
} |
-checkUnnamed1045(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) { |
+checkUnnamed796(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolumeVolumeInfoIndustryIdentifiers(o[0]); |
checkVolumeVolumeInfoIndustryIdentifiers(o[1]); |
@@ -2762,15 +2764,15 @@ buildVolumeVolumeInfo() { |
buildCounterVolumeVolumeInfo++; |
if (buildCounterVolumeVolumeInfo < 3) { |
o.allowAnonLogging = true; |
- o.authors = buildUnnamed1043(); |
+ o.authors = buildUnnamed794(); |
o.averageRating = 42.0; |
o.canonicalVolumeLink = "foo"; |
- o.categories = buildUnnamed1044(); |
+ o.categories = buildUnnamed795(); |
o.contentVersion = "foo"; |
o.description = "foo"; |
o.dimensions = buildVolumeVolumeInfoDimensions(); |
o.imageLinks = buildVolumeVolumeInfoImageLinks(); |
- o.industryIdentifiers = buildUnnamed1045(); |
+ o.industryIdentifiers = buildUnnamed796(); |
o.infoLink = "foo"; |
o.language = "foo"; |
o.mainCategory = "foo"; |
@@ -2797,15 +2799,15 @@ checkVolumeVolumeInfo(api.VolumeVolumeInfo o) { |
buildCounterVolumeVolumeInfo++; |
if (buildCounterVolumeVolumeInfo < 3) { |
unittest.expect(o.allowAnonLogging, unittest.isTrue); |
- checkUnnamed1043(o.authors); |
+ checkUnnamed794(o.authors); |
unittest.expect(o.averageRating, unittest.equals(42.0)); |
unittest.expect(o.canonicalVolumeLink, unittest.equals('foo')); |
- checkUnnamed1044(o.categories); |
+ checkUnnamed795(o.categories); |
unittest.expect(o.contentVersion, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
checkVolumeVolumeInfoDimensions(o.dimensions); |
checkVolumeVolumeInfoImageLinks(o.imageLinks); |
- checkUnnamed1045(o.industryIdentifiers); |
+ checkUnnamed796(o.industryIdentifiers); |
unittest.expect(o.infoLink, unittest.equals('foo')); |
unittest.expect(o.language, unittest.equals('foo')); |
unittest.expect(o.mainCategory, unittest.equals('foo')); |
@@ -2866,14 +2868,14 @@ checkVolume(api.Volume o) { |
buildCounterVolume--; |
} |
-buildUnnamed1046() { |
+buildUnnamed797() { |
var o = new core.List<api.Volume>(); |
o.add(buildVolume()); |
o.add(buildVolume()); |
return o; |
} |
-checkUnnamed1046(core.List<api.Volume> o) { |
+checkUnnamed797(core.List<api.Volume> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolume(o[0]); |
checkVolume(o[1]); |
@@ -2884,7 +2886,7 @@ buildVolume2() { |
var o = new api.Volume2(); |
buildCounterVolume2++; |
if (buildCounterVolume2 < 3) { |
- o.items = buildUnnamed1046(); |
+ o.items = buildUnnamed797(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2895,7 +2897,7 @@ buildVolume2() { |
checkVolume2(api.Volume2 o) { |
buildCounterVolume2++; |
if (buildCounterVolume2 < 3) { |
- checkUnnamed1046(o.items); |
+ checkUnnamed797(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -2927,14 +2929,14 @@ checkVolumeannotationContentRanges(api.VolumeannotationContentRanges o) { |
buildCounterVolumeannotationContentRanges--; |
} |
-buildUnnamed1047() { |
+buildUnnamed798() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1047(core.List<core.String> o) { |
+checkUnnamed798(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')); |
@@ -2954,7 +2956,7 @@ buildVolumeannotation() { |
o.id = "foo"; |
o.kind = "foo"; |
o.layerId = "foo"; |
- o.pageIds = buildUnnamed1047(); |
+ o.pageIds = buildUnnamed798(); |
o.selectedText = "foo"; |
o.selfLink = "foo"; |
o.updated = core.DateTime.parse("2002-02-27T14:01:02"); |
@@ -2976,7 +2978,7 @@ checkVolumeannotation(api.Volumeannotation o) { |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.layerId, unittest.equals('foo')); |
- checkUnnamed1047(o.pageIds); |
+ checkUnnamed798(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"))); |
@@ -2985,14 +2987,14 @@ checkVolumeannotation(api.Volumeannotation o) { |
buildCounterVolumeannotation--; |
} |
-buildUnnamed1048() { |
+buildUnnamed799() { |
var o = new core.List<api.Volumeannotation>(); |
o.add(buildVolumeannotation()); |
o.add(buildVolumeannotation()); |
return o; |
} |
-checkUnnamed1048(core.List<api.Volumeannotation> o) { |
+checkUnnamed799(core.List<api.Volumeannotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolumeannotation(o[0]); |
checkVolumeannotation(o[1]); |
@@ -3003,7 +3005,7 @@ buildVolumeannotations() { |
var o = new api.Volumeannotations(); |
buildCounterVolumeannotations++; |
if (buildCounterVolumeannotations < 3) { |
- o.items = buildUnnamed1048(); |
+ o.items = buildUnnamed799(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.totalItems = 42; |
@@ -3016,7 +3018,7 @@ buildVolumeannotations() { |
checkVolumeannotations(api.Volumeannotations o) { |
buildCounterVolumeannotations++; |
if (buildCounterVolumeannotations < 3) { |
- checkUnnamed1048(o.items); |
+ checkUnnamed799(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalItems, unittest.equals(42)); |
@@ -3025,14 +3027,14 @@ checkVolumeannotations(api.Volumeannotations o) { |
buildCounterVolumeannotations--; |
} |
-buildUnnamed1049() { |
+buildUnnamed800() { |
var o = new core.List<api.Volume>(); |
o.add(buildVolume()); |
o.add(buildVolume()); |
return o; |
} |
-checkUnnamed1049(core.List<api.Volume> o) { |
+checkUnnamed800(core.List<api.Volume> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolume(o[0]); |
checkVolume(o[1]); |
@@ -3043,7 +3045,7 @@ buildVolumes() { |
var o = new api.Volumes(); |
buildCounterVolumes++; |
if (buildCounterVolumes < 3) { |
- o.items = buildUnnamed1049(); |
+ o.items = buildUnnamed800(); |
o.kind = "foo"; |
o.totalItems = 42; |
} |
@@ -3054,7 +3056,7 @@ buildVolumes() { |
checkVolumes(api.Volumes o) { |
buildCounterVolumes++; |
if (buildCounterVolumes < 3) { |
- checkUnnamed1049(o.items); |
+ checkUnnamed800(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.totalItems, unittest.equals(42)); |
} |
@@ -3082,14 +3084,14 @@ checkVolumeseriesinfoVolumeSeriesIssue(api.VolumeseriesinfoVolumeSeriesIssue o) |
buildCounterVolumeseriesinfoVolumeSeriesIssue--; |
} |
-buildUnnamed1050() { |
+buildUnnamed801() { |
var o = new core.List<api.VolumeseriesinfoVolumeSeriesIssue>(); |
o.add(buildVolumeseriesinfoVolumeSeriesIssue()); |
o.add(buildVolumeseriesinfoVolumeSeriesIssue()); |
return o; |
} |
-checkUnnamed1050(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) { |
+checkUnnamed801(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolumeseriesinfoVolumeSeriesIssue(o[0]); |
checkVolumeseriesinfoVolumeSeriesIssue(o[1]); |
@@ -3100,7 +3102,7 @@ buildVolumeseriesinfoVolumeSeries() { |
var o = new api.VolumeseriesinfoVolumeSeries(); |
buildCounterVolumeseriesinfoVolumeSeries++; |
if (buildCounterVolumeseriesinfoVolumeSeries < 3) { |
- o.issue = buildUnnamed1050(); |
+ o.issue = buildUnnamed801(); |
o.orderNumber = 42; |
o.seriesBookType = "foo"; |
o.seriesId = "foo"; |
@@ -3112,7 +3114,7 @@ buildVolumeseriesinfoVolumeSeries() { |
checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) { |
buildCounterVolumeseriesinfoVolumeSeries++; |
if (buildCounterVolumeseriesinfoVolumeSeries < 3) { |
- checkUnnamed1050(o.issue); |
+ checkUnnamed801(o.issue); |
unittest.expect(o.orderNumber, unittest.equals(42)); |
unittest.expect(o.seriesBookType, unittest.equals('foo')); |
unittest.expect(o.seriesId, unittest.equals('foo')); |
@@ -3120,14 +3122,14 @@ checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) { |
buildCounterVolumeseriesinfoVolumeSeries--; |
} |
-buildUnnamed1051() { |
+buildUnnamed802() { |
var o = new core.List<api.VolumeseriesinfoVolumeSeries>(); |
o.add(buildVolumeseriesinfoVolumeSeries()); |
o.add(buildVolumeseriesinfoVolumeSeries()); |
return o; |
} |
-checkUnnamed1051(core.List<api.VolumeseriesinfoVolumeSeries> o) { |
+checkUnnamed802(core.List<api.VolumeseriesinfoVolumeSeries> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVolumeseriesinfoVolumeSeries(o[0]); |
checkVolumeseriesinfoVolumeSeries(o[1]); |
@@ -3141,7 +3143,7 @@ buildVolumeseriesinfo() { |
o.bookDisplayNumber = "foo"; |
o.kind = "foo"; |
o.shortSeriesBookTitle = "foo"; |
- o.volumeSeries = buildUnnamed1051(); |
+ o.volumeSeries = buildUnnamed802(); |
} |
buildCounterVolumeseriesinfo--; |
return o; |
@@ -3153,162 +3155,162 @@ checkVolumeseriesinfo(api.Volumeseriesinfo o) { |
unittest.expect(o.bookDisplayNumber, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.shortSeriesBookTitle, unittest.equals('foo')); |
- checkUnnamed1051(o.volumeSeries); |
+ checkUnnamed802(o.volumeSeries); |
} |
buildCounterVolumeseriesinfo--; |
} |
-buildUnnamed1052() { |
+buildUnnamed803() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1052(core.List<core.String> o) { |
+checkUnnamed803(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')); |
} |
-buildUnnamed1053() { |
+buildUnnamed804() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1053(core.List<core.String> o) { |
+checkUnnamed804(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')); |
} |
-buildUnnamed1054() { |
+buildUnnamed805() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1054(core.List<core.String> o) { |
+checkUnnamed805(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1055() { |
+buildUnnamed806() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1055(core.List<core.String> o) { |
+checkUnnamed806(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')); |
} |
-buildUnnamed1056() { |
+buildUnnamed807() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1056(core.List<core.String> o) { |
+checkUnnamed807(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')); |
} |
-buildUnnamed1057() { |
+buildUnnamed808() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1057(core.List<core.String> o) { |
+checkUnnamed808(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')); |
} |
-buildUnnamed1058() { |
+buildUnnamed809() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1058(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')); |
} |
-buildUnnamed1059() { |
+buildUnnamed810() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1059(core.List<core.String> o) { |
+checkUnnamed810(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1060() { |
+buildUnnamed811() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1060(core.List<core.String> o) { |
+checkUnnamed811(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1061() { |
+buildUnnamed812() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1061(core.List<core.String> o) { |
+checkUnnamed812(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1062() { |
+buildUnnamed813() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1062(core.List<core.String> o) { |
+checkUnnamed813(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1063() { |
+buildUnnamed814() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1063(core.List<core.String> o) { |
+checkUnnamed814(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -4831,7 +4833,7 @@ main() { |
var arg_volumeId = "foo"; |
var arg_layerId = "foo"; |
var arg_contentVersion = "foo"; |
- var arg_annotationDataId = buildUnnamed1052(); |
+ var arg_annotationDataId = buildUnnamed803(); |
var arg_h = 42; |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
@@ -5116,7 +5118,7 @@ main() { |
var mock = new HttpServerMock(); |
api.MyconfigResourceApi res = new api.BooksApi(mock).myconfig; |
- var arg_volumeIds = buildUnnamed1053(); |
+ var arg_volumeIds = buildUnnamed804(); |
var arg_cpksver = "foo"; |
var arg_locale = "foo"; |
var arg_source = "foo"; |
@@ -5229,11 +5231,11 @@ main() { |
var arg_source = "foo"; |
var arg_nonce = "foo"; |
var arg_cpksver = "foo"; |
- var arg_features = buildUnnamed1054(); |
+ var arg_features = buildUnnamed805(); |
var arg_includeNonComicsSeries = true; |
var arg_locale = "foo"; |
var arg_showPreorders = true; |
- var arg_volumeIds = buildUnnamed1055(); |
+ var arg_volumeIds = buildUnnamed806(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -5446,7 +5448,7 @@ main() { |
api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations; |
var arg_contentVersion = "foo"; |
var arg_layerId = "foo"; |
- var arg_layerIds = buildUnnamed1056(); |
+ var arg_layerIds = buildUnnamed807(); |
var arg_maxResults = 42; |
var arg_pageToken = "foo"; |
var arg_showDeleted = true; |
@@ -5509,7 +5511,7 @@ main() { |
var mock = new HttpServerMock(); |
api.MylibraryAnnotationsResourceApi res = new api.BooksApi(mock).mylibrary.annotations; |
- var arg_layerIds = buildUnnamed1057(); |
+ var arg_layerIds = buildUnnamed808(); |
var arg_volumeId = "foo"; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
@@ -6236,7 +6238,7 @@ main() { |
var mock = new HttpServerMock(); |
api.OnboardingResourceApi res = new api.BooksApi(mock).onboarding; |
- var arg_categoryId = buildUnnamed1058(); |
+ var arg_categoryId = buildUnnamed809(); |
var arg_locale = "foo"; |
var arg_maxAllowedMaturityRating = "foo"; |
var arg_pageSize = 42; |
@@ -6527,7 +6529,7 @@ main() { |
var mock = new HttpServerMock(); |
api.SeriesResourceApi res = new api.BooksApi(mock).series; |
- var arg_seriesId = buildUnnamed1059(); |
+ var arg_seriesId = buildUnnamed810(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -6836,11 +6838,11 @@ main() { |
var mock = new HttpServerMock(); |
api.VolumesMybooksResourceApi res = new api.BooksApi(mock).volumes.mybooks; |
- var arg_acquireMethod = buildUnnamed1060(); |
+ var arg_acquireMethod = buildUnnamed811(); |
var arg_country = "foo"; |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
- var arg_processingState = buildUnnamed1061(); |
+ var arg_processingState = buildUnnamed812(); |
var arg_source = "foo"; |
var arg_startIndex = 42; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
@@ -7009,10 +7011,10 @@ main() { |
api.VolumesUseruploadedResourceApi res = new api.BooksApi(mock).volumes.useruploaded; |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
- var arg_processingState = buildUnnamed1062(); |
+ var arg_processingState = buildUnnamed813(); |
var arg_source = "foo"; |
var arg_startIndex = 42; |
- var arg_volumeId = buildUnnamed1063(); |
+ var arg_volumeId = buildUnnamed814(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |