Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Unified Diff: generated/googleapis/test/vision/v1_test.dart

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/test/vision/v1_test.dart
diff --git a/generated/googleapis/test/vision/v1_test.dart b/generated/googleapis/test/vision/v1_test.dart
index df2bea6dc7fe19ea8376b2be7d53adf313546f12..f7f23a7dedc07703a8a6c0c5e004d0a4133528b6 100644
--- a/generated/googleapis/test/vision/v1_test.dart
+++ b/generated/googleapis/test/vision/v1_test.dart
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
return new http.StreamedResponse(stream, status, headers: headers);
}
-buildUnnamed1227() {
+buildUnnamed1311() {
var o = new core.List<api.Feature>();
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-checkUnnamed1227(core.List<api.Feature> o) {
+checkUnnamed1311(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0]);
checkFeature(o[1]);
@@ -69,7 +69,7 @@ buildAnnotateImageRequest() {
var o = new api.AnnotateImageRequest();
buildCounterAnnotateImageRequest++;
if (buildCounterAnnotateImageRequest < 3) {
- o.features = buildUnnamed1227();
+ o.features = buildUnnamed1311();
o.image = buildImage();
o.imageContext = buildImageContext();
}
@@ -80,73 +80,73 @@ buildAnnotateImageRequest() {
checkAnnotateImageRequest(api.AnnotateImageRequest o) {
buildCounterAnnotateImageRequest++;
if (buildCounterAnnotateImageRequest < 3) {
- checkUnnamed1227(o.features);
+ checkUnnamed1311(o.features);
checkImage(o.image);
checkImageContext(o.imageContext);
}
buildCounterAnnotateImageRequest--;
}
-buildUnnamed1228() {
+buildUnnamed1312() {
var o = new core.List<api.FaceAnnotation>();
o.add(buildFaceAnnotation());
o.add(buildFaceAnnotation());
return o;
}
-checkUnnamed1228(core.List<api.FaceAnnotation> o) {
+checkUnnamed1312(core.List<api.FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkFaceAnnotation(o[0]);
checkFaceAnnotation(o[1]);
}
-buildUnnamed1229() {
+buildUnnamed1313() {
var o = new core.List<api.EntityAnnotation>();
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-checkUnnamed1229(core.List<api.EntityAnnotation> o) {
+checkUnnamed1313(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0]);
checkEntityAnnotation(o[1]);
}
-buildUnnamed1230() {
+buildUnnamed1314() {
var o = new core.List<api.EntityAnnotation>();
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-checkUnnamed1230(core.List<api.EntityAnnotation> o) {
+checkUnnamed1314(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0]);
checkEntityAnnotation(o[1]);
}
-buildUnnamed1231() {
+buildUnnamed1315() {
var o = new core.List<api.EntityAnnotation>();
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-checkUnnamed1231(core.List<api.EntityAnnotation> o) {
+checkUnnamed1315(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0]);
checkEntityAnnotation(o[1]);
}
-buildUnnamed1232() {
+buildUnnamed1316() {
var o = new core.List<api.EntityAnnotation>();
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-checkUnnamed1232(core.List<api.EntityAnnotation> o) {
+checkUnnamed1316(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0]);
checkEntityAnnotation(o[1]);
@@ -159,14 +159,14 @@ buildAnnotateImageResponse() {
if (buildCounterAnnotateImageResponse < 3) {
o.cropHintsAnnotation = buildCropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed1228();
+ o.faceAnnotations = buildUnnamed1312();
o.fullTextAnnotation = buildTextAnnotation();
o.imagePropertiesAnnotation = buildImageProperties();
- o.labelAnnotations = buildUnnamed1229();
- o.landmarkAnnotations = buildUnnamed1230();
- o.logoAnnotations = buildUnnamed1231();
+ o.labelAnnotations = buildUnnamed1313();
+ o.landmarkAnnotations = buildUnnamed1314();
+ o.logoAnnotations = buildUnnamed1315();
o.safeSearchAnnotation = buildSafeSearchAnnotation();
- o.textAnnotations = buildUnnamed1232();
+ o.textAnnotations = buildUnnamed1316();
o.webDetection = buildWebDetection();
}
buildCounterAnnotateImageResponse--;
@@ -178,27 +178,27 @@ checkAnnotateImageResponse(api.AnnotateImageResponse o) {
if (buildCounterAnnotateImageResponse < 3) {
checkCropHintsAnnotation(o.cropHintsAnnotation);
checkStatus(o.error);
- checkUnnamed1228(o.faceAnnotations);
+ checkUnnamed1312(o.faceAnnotations);
checkTextAnnotation(o.fullTextAnnotation);
checkImageProperties(o.imagePropertiesAnnotation);
- checkUnnamed1229(o.labelAnnotations);
- checkUnnamed1230(o.landmarkAnnotations);
- checkUnnamed1231(o.logoAnnotations);
+ checkUnnamed1313(o.labelAnnotations);
+ checkUnnamed1314(o.landmarkAnnotations);
+ checkUnnamed1315(o.logoAnnotations);
checkSafeSearchAnnotation(o.safeSearchAnnotation);
- checkUnnamed1232(o.textAnnotations);
+ checkUnnamed1316(o.textAnnotations);
checkWebDetection(o.webDetection);
}
buildCounterAnnotateImageResponse--;
}
-buildUnnamed1233() {
+buildUnnamed1317() {
var o = new core.List<api.AnnotateImageRequest>();
o.add(buildAnnotateImageRequest());
o.add(buildAnnotateImageRequest());
return o;
}
-checkUnnamed1233(core.List<api.AnnotateImageRequest> o) {
+checkUnnamed1317(core.List<api.AnnotateImageRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageRequest(o[0]);
checkAnnotateImageRequest(o[1]);
@@ -209,7 +209,7 @@ buildBatchAnnotateImagesRequest() {
var o = new api.BatchAnnotateImagesRequest();
buildCounterBatchAnnotateImagesRequest++;
if (buildCounterBatchAnnotateImagesRequest < 3) {
- o.requests = buildUnnamed1233();
+ o.requests = buildUnnamed1317();
}
buildCounterBatchAnnotateImagesRequest--;
return o;
@@ -218,19 +218,19 @@ buildBatchAnnotateImagesRequest() {
checkBatchAnnotateImagesRequest(api.BatchAnnotateImagesRequest o) {
buildCounterBatchAnnotateImagesRequest++;
if (buildCounterBatchAnnotateImagesRequest < 3) {
- checkUnnamed1233(o.requests);
+ checkUnnamed1317(o.requests);
}
buildCounterBatchAnnotateImagesRequest--;
}
-buildUnnamed1234() {
+buildUnnamed1318() {
var o = new core.List<api.AnnotateImageResponse>();
o.add(buildAnnotateImageResponse());
o.add(buildAnnotateImageResponse());
return o;
}
-checkUnnamed1234(core.List<api.AnnotateImageResponse> o) {
+checkUnnamed1318(core.List<api.AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageResponse(o[0]);
checkAnnotateImageResponse(o[1]);
@@ -241,7 +241,7 @@ buildBatchAnnotateImagesResponse() {
var o = new api.BatchAnnotateImagesResponse();
buildCounterBatchAnnotateImagesResponse++;
if (buildCounterBatchAnnotateImagesResponse < 3) {
- o.responses = buildUnnamed1234();
+ o.responses = buildUnnamed1318();
}
buildCounterBatchAnnotateImagesResponse--;
return o;
@@ -250,19 +250,19 @@ buildBatchAnnotateImagesResponse() {
checkBatchAnnotateImagesResponse(api.BatchAnnotateImagesResponse o) {
buildCounterBatchAnnotateImagesResponse++;
if (buildCounterBatchAnnotateImagesResponse < 3) {
- checkUnnamed1234(o.responses);
+ checkUnnamed1318(o.responses);
}
buildCounterBatchAnnotateImagesResponse--;
}
-buildUnnamed1235() {
+buildUnnamed1319() {
var o = new core.List<api.Paragraph>();
o.add(buildParagraph());
o.add(buildParagraph());
return o;
}
-checkUnnamed1235(core.List<api.Paragraph> o) {
+checkUnnamed1319(core.List<api.Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkParagraph(o[0]);
checkParagraph(o[1]);
@@ -275,7 +275,7 @@ buildBlock() {
if (buildCounterBlock < 3) {
o.blockType = "foo";
o.boundingBox = buildBoundingPoly();
- o.paragraphs = buildUnnamed1235();
+ o.paragraphs = buildUnnamed1319();
o.property = buildTextProperty();
}
buildCounterBlock--;
@@ -287,20 +287,20 @@ checkBlock(api.Block o) {
if (buildCounterBlock < 3) {
unittest.expect(o.blockType, unittest.equals('foo'));
checkBoundingPoly(o.boundingBox);
- checkUnnamed1235(o.paragraphs);
+ checkUnnamed1319(o.paragraphs);
checkTextProperty(o.property);
}
buildCounterBlock--;
}
-buildUnnamed1236() {
+buildUnnamed1320() {
var o = new core.List<api.Vertex>();
o.add(buildVertex());
o.add(buildVertex());
return o;
}
-checkUnnamed1236(core.List<api.Vertex> o) {
+checkUnnamed1320(core.List<api.Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkVertex(o[0]);
checkVertex(o[1]);
@@ -311,7 +311,7 @@ buildBoundingPoly() {
var o = new api.BoundingPoly();
buildCounterBoundingPoly++;
if (buildCounterBoundingPoly < 3) {
- o.vertices = buildUnnamed1236();
+ o.vertices = buildUnnamed1320();
}
buildCounterBoundingPoly--;
return o;
@@ -320,7 +320,7 @@ buildBoundingPoly() {
checkBoundingPoly(api.BoundingPoly o) {
buildCounterBoundingPoly++;
if (buildCounterBoundingPoly < 3) {
- checkUnnamed1236(o.vertices);
+ checkUnnamed1320(o.vertices);
}
buildCounterBoundingPoly--;
}
@@ -396,14 +396,14 @@ checkCropHint(api.CropHint o) {
buildCounterCropHint--;
}
-buildUnnamed1237() {
+buildUnnamed1321() {
var o = new core.List<api.CropHint>();
o.add(buildCropHint());
o.add(buildCropHint());
return o;
}
-checkUnnamed1237(core.List<api.CropHint> o) {
+checkUnnamed1321(core.List<api.CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkCropHint(o[0]);
checkCropHint(o[1]);
@@ -414,7 +414,7 @@ buildCropHintsAnnotation() {
var o = new api.CropHintsAnnotation();
buildCounterCropHintsAnnotation++;
if (buildCounterCropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed1237();
+ o.cropHints = buildUnnamed1321();
}
buildCounterCropHintsAnnotation--;
return o;
@@ -423,19 +423,19 @@ buildCropHintsAnnotation() {
checkCropHintsAnnotation(api.CropHintsAnnotation o) {
buildCounterCropHintsAnnotation++;
if (buildCounterCropHintsAnnotation < 3) {
- checkUnnamed1237(o.cropHints);
+ checkUnnamed1321(o.cropHints);
}
buildCounterCropHintsAnnotation--;
}
-buildUnnamed1238() {
+buildUnnamed1322() {
var o = new core.List<core.double>();
o.add(42.0);
o.add(42.0);
return o;
}
-checkUnnamed1238(core.List<core.double> o) {
+checkUnnamed1322(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42.0));
unittest.expect(o[1], unittest.equals(42.0));
@@ -446,7 +446,7 @@ buildCropHintsParams() {
var o = new api.CropHintsParams();
buildCounterCropHintsParams++;
if (buildCounterCropHintsParams < 3) {
- o.aspectRatios = buildUnnamed1238();
+ o.aspectRatios = buildUnnamed1322();
}
buildCounterCropHintsParams--;
return o;
@@ -455,7 +455,7 @@ buildCropHintsParams() {
checkCropHintsParams(api.CropHintsParams o) {
buildCounterCropHintsParams++;
if (buildCounterCropHintsParams < 3) {
- checkUnnamed1238(o.aspectRatios);
+ checkUnnamed1322(o.aspectRatios);
}
buildCounterCropHintsParams--;
}
@@ -502,14 +502,14 @@ checkDetectedLanguage(api.DetectedLanguage o) {
buildCounterDetectedLanguage--;
}
-buildUnnamed1239() {
+buildUnnamed1323() {
var o = new core.List<api.ColorInfo>();
o.add(buildColorInfo());
o.add(buildColorInfo());
return o;
}
-checkUnnamed1239(core.List<api.ColorInfo> o) {
+checkUnnamed1323(core.List<api.ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorInfo(o[0]);
checkColorInfo(o[1]);
@@ -520,7 +520,7 @@ buildDominantColorsAnnotation() {
var o = new api.DominantColorsAnnotation();
buildCounterDominantColorsAnnotation++;
if (buildCounterDominantColorsAnnotation < 3) {
- o.colors = buildUnnamed1239();
+ o.colors = buildUnnamed1323();
}
buildCounterDominantColorsAnnotation--;
return o;
@@ -529,32 +529,32 @@ buildDominantColorsAnnotation() {
checkDominantColorsAnnotation(api.DominantColorsAnnotation o) {
buildCounterDominantColorsAnnotation++;
if (buildCounterDominantColorsAnnotation < 3) {
- checkUnnamed1239(o.colors);
+ checkUnnamed1323(o.colors);
}
buildCounterDominantColorsAnnotation--;
}
-buildUnnamed1240() {
+buildUnnamed1324() {
var o = new core.List<api.LocationInfo>();
o.add(buildLocationInfo());
o.add(buildLocationInfo());
return o;
}
-checkUnnamed1240(core.List<api.LocationInfo> o) {
+checkUnnamed1324(core.List<api.LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationInfo(o[0]);
checkLocationInfo(o[1]);
}
-buildUnnamed1241() {
+buildUnnamed1325() {
var o = new core.List<api.Property>();
o.add(buildProperty());
o.add(buildProperty());
return o;
}
-checkUnnamed1241(core.List<api.Property> o) {
+checkUnnamed1325(core.List<api.Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkProperty(o[0]);
checkProperty(o[1]);
@@ -569,9 +569,9 @@ buildEntityAnnotation() {
o.confidence = 42.0;
o.description = "foo";
o.locale = "foo";
- o.locations = buildUnnamed1240();
+ o.locations = buildUnnamed1324();
o.mid = "foo";
- o.properties = buildUnnamed1241();
+ o.properties = buildUnnamed1325();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -586,23 +586,23 @@ checkEntityAnnotation(api.EntityAnnotation o) {
unittest.expect(o.confidence, unittest.equals(42.0));
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.locale, unittest.equals('foo'));
- checkUnnamed1240(o.locations);
+ checkUnnamed1324(o.locations);
unittest.expect(o.mid, unittest.equals('foo'));
- checkUnnamed1241(o.properties);
+ checkUnnamed1325(o.properties);
unittest.expect(o.score, unittest.equals(42.0));
unittest.expect(o.topicality, unittest.equals(42.0));
}
buildCounterEntityAnnotation--;
}
-buildUnnamed1242() {
+buildUnnamed1326() {
var o = new core.List<api.Landmark>();
o.add(buildLandmark());
o.add(buildLandmark());
return o;
}
-checkUnnamed1242(core.List<api.Landmark> o) {
+checkUnnamed1326(core.List<api.Landmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkLandmark(o[0]);
checkLandmark(o[1]);
@@ -621,7 +621,7 @@ buildFaceAnnotation() {
o.headwearLikelihood = "foo";
o.joyLikelihood = "foo";
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed1242();
+ o.landmarks = buildUnnamed1326();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = "foo";
@@ -644,7 +644,7 @@ checkFaceAnnotation(api.FaceAnnotation o) {
unittest.expect(o.headwearLikelihood, unittest.equals('foo'));
unittest.expect(o.joyLikelihood, unittest.equals('foo'));
unittest.expect(o.landmarkingConfidence, unittest.equals(42.0));
- checkUnnamed1242(o.landmarks);
+ checkUnnamed1326(o.landmarks);
unittest.expect(o.panAngle, unittest.equals(42.0));
unittest.expect(o.rollAngle, unittest.equals(42.0));
unittest.expect(o.sorrowLikelihood, unittest.equals('foo'));
@@ -697,14 +697,14 @@ checkImage(api.Image o) {
buildCounterImage--;
}
-buildUnnamed1243() {
+buildUnnamed1327() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1243(core.List<core.String> o) {
+checkUnnamed1327(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'));
@@ -716,7 +716,7 @@ buildImageContext() {
buildCounterImageContext++;
if (buildCounterImageContext < 3) {
o.cropHintsParams = buildCropHintsParams();
- o.languageHints = buildUnnamed1243();
+ o.languageHints = buildUnnamed1327();
o.latLongRect = buildLatLongRect();
}
buildCounterImageContext--;
@@ -727,7 +727,7 @@ checkImageContext(api.ImageContext o) {
buildCounterImageContext++;
if (buildCounterImageContext < 3) {
checkCropHintsParams(o.cropHintsParams);
- checkUnnamed1243(o.languageHints);
+ checkUnnamed1327(o.languageHints);
checkLatLongRect(o.latLongRect);
}
buildCounterImageContext--;
@@ -855,14 +855,14 @@ checkLocationInfo(api.LocationInfo o) {
buildCounterLocationInfo--;
}
-buildUnnamed1244() {
+buildUnnamed1328() {
var o = new core.List<api.Block>();
o.add(buildBlock());
o.add(buildBlock());
return o;
}
-checkUnnamed1244(core.List<api.Block> o) {
+checkUnnamed1328(core.List<api.Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkBlock(o[0]);
checkBlock(o[1]);
@@ -873,7 +873,7 @@ buildPage() {
var o = new api.Page();
buildCounterPage++;
if (buildCounterPage < 3) {
- o.blocks = buildUnnamed1244();
+ o.blocks = buildUnnamed1328();
o.height = 42;
o.property = buildTextProperty();
o.width = 42;
@@ -885,7 +885,7 @@ buildPage() {
checkPage(api.Page o) {
buildCounterPage++;
if (buildCounterPage < 3) {
- checkUnnamed1244(o.blocks);
+ checkUnnamed1328(o.blocks);
unittest.expect(o.height, unittest.equals(42));
checkTextProperty(o.property);
unittest.expect(o.width, unittest.equals(42));
@@ -893,14 +893,14 @@ checkPage(api.Page o) {
buildCounterPage--;
}
-buildUnnamed1245() {
+buildUnnamed1329() {
var o = new core.List<api.Word>();
o.add(buildWord());
o.add(buildWord());
return o;
}
-checkUnnamed1245(core.List<api.Word> o) {
+checkUnnamed1329(core.List<api.Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkWord(o[0]);
checkWord(o[1]);
@@ -913,7 +913,7 @@ buildParagraph() {
if (buildCounterParagraph < 3) {
o.boundingBox = buildBoundingPoly();
o.property = buildTextProperty();
- o.words = buildUnnamed1245();
+ o.words = buildUnnamed1329();
}
buildCounterParagraph--;
return o;
@@ -924,7 +924,7 @@ checkParagraph(api.Paragraph o) {
if (buildCounterParagraph < 3) {
checkBoundingPoly(o.boundingBox);
checkTextProperty(o.property);
- checkUnnamed1245(o.words);
+ checkUnnamed1329(o.words);
}
buildCounterParagraph--;
}
@@ -1000,30 +1000,30 @@ checkSafeSearchAnnotation(api.SafeSearchAnnotation o) {
buildCounterSafeSearchAnnotation--;
}
-buildUnnamed1246() {
+buildUnnamed1330() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
return o;
}
-checkUnnamed1246(core.Map<core.String, core.Object> o) {
+checkUnnamed1330(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o["x"]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
var casted2 = (o["y"]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
}
-buildUnnamed1247() {
+buildUnnamed1331() {
var o = new core.List<core.Map<core.String, core.Object>>();
- o.add(buildUnnamed1246());
- o.add(buildUnnamed1246());
+ o.add(buildUnnamed1330());
+ o.add(buildUnnamed1330());
return o;
}
-checkUnnamed1247(core.List<core.Map<core.String, core.Object>> o) {
+checkUnnamed1331(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1246(o[0]);
- checkUnnamed1246(o[1]);
+ checkUnnamed1330(o[0]);
+ checkUnnamed1330(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1032,7 +1032,7 @@ buildStatus() {
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1247();
+ o.details = buildUnnamed1331();
o.message = "foo";
}
buildCounterStatus--;
@@ -1043,7 +1043,7 @@ checkStatus(api.Status o) {
buildCounterStatus++;
if (buildCounterStatus < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed1247(o.details);
+ checkUnnamed1331(o.details);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterStatus--;
@@ -1072,14 +1072,14 @@ checkSymbol(api.Symbol o) {
buildCounterSymbol--;
}
-buildUnnamed1248() {
+buildUnnamed1332() {
var o = new core.List<api.Page>();
o.add(buildPage());
o.add(buildPage());
return o;
}
-checkUnnamed1248(core.List<api.Page> o) {
+checkUnnamed1332(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0]);
checkPage(o[1]);
@@ -1090,7 +1090,7 @@ buildTextAnnotation() {
var o = new api.TextAnnotation();
buildCounterTextAnnotation++;
if (buildCounterTextAnnotation < 3) {
- o.pages = buildUnnamed1248();
+ o.pages = buildUnnamed1332();
o.text = "foo";
}
buildCounterTextAnnotation--;
@@ -1100,20 +1100,20 @@ buildTextAnnotation() {
checkTextAnnotation(api.TextAnnotation o) {
buildCounterTextAnnotation++;
if (buildCounterTextAnnotation < 3) {
- checkUnnamed1248(o.pages);
+ checkUnnamed1332(o.pages);
unittest.expect(o.text, unittest.equals('foo'));
}
buildCounterTextAnnotation--;
}
-buildUnnamed1249() {
+buildUnnamed1333() {
var o = new core.List<api.DetectedLanguage>();
o.add(buildDetectedLanguage());
o.add(buildDetectedLanguage());
return o;
}
-checkUnnamed1249(core.List<api.DetectedLanguage> o) {
+checkUnnamed1333(core.List<api.DetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDetectedLanguage(o[0]);
checkDetectedLanguage(o[1]);
@@ -1125,7 +1125,7 @@ buildTextProperty() {
buildCounterTextProperty++;
if (buildCounterTextProperty < 3) {
o.detectedBreak = buildDetectedBreak();
- o.detectedLanguages = buildUnnamed1249();
+ o.detectedLanguages = buildUnnamed1333();
}
buildCounterTextProperty--;
return o;
@@ -1135,7 +1135,7 @@ checkTextProperty(api.TextProperty o) {
buildCounterTextProperty++;
if (buildCounterTextProperty < 3) {
checkDetectedBreak(o.detectedBreak);
- checkUnnamed1249(o.detectedLanguages);
+ checkUnnamed1333(o.detectedLanguages);
}
buildCounterTextProperty--;
}
@@ -1161,66 +1161,66 @@ checkVertex(api.Vertex o) {
buildCounterVertex--;
}
-buildUnnamed1250() {
+buildUnnamed1334() {
var o = new core.List<api.WebImage>();
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-checkUnnamed1250(core.List<api.WebImage> o) {
+checkUnnamed1334(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0]);
checkWebImage(o[1]);
}
-buildUnnamed1251() {
+buildUnnamed1335() {
var o = new core.List<api.WebPage>();
o.add(buildWebPage());
o.add(buildWebPage());
return o;
}
-checkUnnamed1251(core.List<api.WebPage> o) {
+checkUnnamed1335(core.List<api.WebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebPage(o[0]);
checkWebPage(o[1]);
}
-buildUnnamed1252() {
+buildUnnamed1336() {
var o = new core.List<api.WebImage>();
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-checkUnnamed1252(core.List<api.WebImage> o) {
+checkUnnamed1336(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0]);
checkWebImage(o[1]);
}
-buildUnnamed1253() {
+buildUnnamed1337() {
var o = new core.List<api.WebImage>();
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-checkUnnamed1253(core.List<api.WebImage> o) {
+checkUnnamed1337(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0]);
checkWebImage(o[1]);
}
-buildUnnamed1254() {
+buildUnnamed1338() {
var o = new core.List<api.WebEntity>();
o.add(buildWebEntity());
o.add(buildWebEntity());
return o;
}
-checkUnnamed1254(core.List<api.WebEntity> o) {
+checkUnnamed1338(core.List<api.WebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebEntity(o[0]);
checkWebEntity(o[1]);
@@ -1231,11 +1231,11 @@ buildWebDetection() {
var o = new api.WebDetection();
buildCounterWebDetection++;
if (buildCounterWebDetection < 3) {
- o.fullMatchingImages = buildUnnamed1250();
- o.pagesWithMatchingImages = buildUnnamed1251();
- o.partialMatchingImages = buildUnnamed1252();
- o.visuallySimilarImages = buildUnnamed1253();
- o.webEntities = buildUnnamed1254();
+ o.fullMatchingImages = buildUnnamed1334();
+ o.pagesWithMatchingImages = buildUnnamed1335();
+ o.partialMatchingImages = buildUnnamed1336();
+ o.visuallySimilarImages = buildUnnamed1337();
+ o.webEntities = buildUnnamed1338();
}
buildCounterWebDetection--;
return o;
@@ -1244,11 +1244,11 @@ buildWebDetection() {
checkWebDetection(api.WebDetection o) {
buildCounterWebDetection++;
if (buildCounterWebDetection < 3) {
- checkUnnamed1250(o.fullMatchingImages);
- checkUnnamed1251(o.pagesWithMatchingImages);
- checkUnnamed1252(o.partialMatchingImages);
- checkUnnamed1253(o.visuallySimilarImages);
- checkUnnamed1254(o.webEntities);
+ checkUnnamed1334(o.fullMatchingImages);
+ checkUnnamed1335(o.pagesWithMatchingImages);
+ checkUnnamed1336(o.partialMatchingImages);
+ checkUnnamed1337(o.visuallySimilarImages);
+ checkUnnamed1338(o.webEntities);
}
buildCounterWebDetection--;
}
@@ -1318,14 +1318,14 @@ checkWebPage(api.WebPage o) {
buildCounterWebPage--;
}
-buildUnnamed1255() {
+buildUnnamed1339() {
var o = new core.List<api.Symbol>();
o.add(buildSymbol());
o.add(buildSymbol());
return o;
}
-checkUnnamed1255(core.List<api.Symbol> o) {
+checkUnnamed1339(core.List<api.Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkSymbol(o[0]);
checkSymbol(o[1]);
@@ -1338,7 +1338,7 @@ buildWord() {
if (buildCounterWord < 3) {
o.boundingBox = buildBoundingPoly();
o.property = buildTextProperty();
- o.symbols = buildUnnamed1255();
+ o.symbols = buildUnnamed1339();
}
buildCounterWord--;
return o;
@@ -1349,7 +1349,7 @@ checkWord(api.Word o) {
if (buildCounterWord < 3) {
checkBoundingPoly(o.boundingBox);
checkTextProperty(o.property);
- checkUnnamed1255(o.symbols);
+ checkUnnamed1339(o.symbols);
}
buildCounterWord--;
}
« no previous file with comments | « generated/googleapis/test/urlshortener/v1_test.dart ('k') | generated/googleapis/test/webfonts/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698