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

Unified Diff: generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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_beta/test/deploymentmanager/v2beta1_test.dart
diff --git a/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart b/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart
index 0bc5fb44f2df3041d93519b53bba10dfc8feb7ac..da0ddb1f1efff56b4b624c5f417cca3ebfc4d602 100644
--- a/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart
+++ b/generated/googleapis_beta/test/deploymentmanager/v2beta1_test.dart
@@ -78,14 +78,14 @@ checkDeployment(api.Deployment o) {
buildCounterDeployment--;
}
-buildUnnamed2958() {
+buildUnnamed3303() {
var o = new core.List<api.Deployment>();
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-checkUnnamed2958(core.List<api.Deployment> o) {
+checkUnnamed3303(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0]);
checkDeployment(o[1]);
@@ -96,7 +96,7 @@ buildDeploymentsListResponse() {
var o = new api.DeploymentsListResponse();
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- o.deployments = buildUnnamed2958();
+ o.deployments = buildUnnamed3303();
o.nextPageToken = "foo";
}
buildCounterDeploymentsListResponse--;
@@ -106,7 +106,7 @@ buildDeploymentsListResponse() {
checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed2958(o.deployments);
+ checkUnnamed3303(o.deployments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterDeploymentsListResponse--;
@@ -139,14 +139,14 @@ checkManifest(api.Manifest o) {
buildCounterManifest--;
}
-buildUnnamed2959() {
+buildUnnamed3304() {
var o = new core.List<api.Manifest>();
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-checkUnnamed2959(core.List<api.Manifest> o) {
+checkUnnamed3304(core.List<api.Manifest> o) {
unittest.expect(o, unittest.hasLength(2));
checkManifest(o[0]);
checkManifest(o[1]);
@@ -157,7 +157,7 @@ buildManifestsListResponse() {
var o = new api.ManifestsListResponse();
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- o.manifests = buildUnnamed2959();
+ o.manifests = buildUnnamed3304();
o.nextPageToken = "foo";
}
buildCounterManifestsListResponse--;
@@ -167,7 +167,7 @@ buildManifestsListResponse() {
checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed2959(o.manifests);
+ checkUnnamed3304(o.manifests);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterManifestsListResponse--;
@@ -196,14 +196,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
buildCounterOperationErrorErrors--;
}
-buildUnnamed2960() {
+buildUnnamed3305() {
var o = new core.List<api.OperationErrorErrors>();
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-checkUnnamed2960(core.List<api.OperationErrorErrors> o) {
+checkUnnamed3305(core.List<api.OperationErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationErrorErrors(o[0]);
checkOperationErrorErrors(o[1]);
@@ -214,7 +214,7 @@ buildOperationError() {
var o = new api.OperationError();
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- o.errors = buildUnnamed2960();
+ o.errors = buildUnnamed3305();
}
buildCounterOperationError--;
return o;
@@ -223,7 +223,7 @@ buildOperationError() {
checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed2960(o.errors);
+ checkUnnamed3305(o.errors);
}
buildCounterOperationError--;
}
@@ -249,14 +249,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
buildCounterOperationWarningsData--;
}
-buildUnnamed2961() {
+buildUnnamed3306() {
var o = new core.List<api.OperationWarningsData>();
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-checkUnnamed2961(core.List<api.OperationWarningsData> o) {
+checkUnnamed3306(core.List<api.OperationWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarningsData(o[0]);
checkOperationWarningsData(o[1]);
@@ -268,7 +268,7 @@ buildOperationWarnings() {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
o.code = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
- o.data = buildUnnamed2961();
+ o.data = buildUnnamed3306();
o.message = "foo";
}
buildCounterOperationWarnings--;
@@ -279,20 +279,20 @@ checkOperationWarnings(api.OperationWarnings o) {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
var casted1 = (o.code) 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'));
- checkUnnamed2961(o.data);
+ checkUnnamed3306(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterOperationWarnings--;
}
-buildUnnamed2962() {
+buildUnnamed3307() {
var o = new core.List<api.OperationWarnings>();
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-checkUnnamed2962(core.List<api.OperationWarnings> o) {
+checkUnnamed3307(core.List<api.OperationWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarnings(o[0]);
checkOperationWarnings(o[1]);
@@ -320,7 +320,7 @@ buildOperation() {
o.targetId = "foo";
o.targetLink = "foo";
o.user = "foo";
- o.warnings = buildUnnamed2962();
+ o.warnings = buildUnnamed3307();
}
buildCounterOperation--;
return o;
@@ -346,19 +346,19 @@ checkOperation(api.Operation o) {
unittest.expect(o.targetId, unittest.equals('foo'));
unittest.expect(o.targetLink, unittest.equals('foo'));
unittest.expect(o.user, unittest.equals('foo'));
- checkUnnamed2962(o.warnings);
+ checkUnnamed3307(o.warnings);
}
buildCounterOperation--;
}
-buildUnnamed2963() {
+buildUnnamed3308() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2963(core.List<api.Operation> o) {
+checkUnnamed3308(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -370,7 +370,7 @@ buildOperationsListResponse() {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed2963();
+ o.operations = buildUnnamed3308();
}
buildCounterOperationsListResponse--;
return o;
@@ -380,19 +380,19 @@ checkOperationsListResponse(api.OperationsListResponse o) {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2963(o.operations);
+ checkUnnamed3308(o.operations);
}
buildCounterOperationsListResponse--;
}
-buildUnnamed2964() {
+buildUnnamed3309() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2964(core.List<core.String> o) {
+checkUnnamed3309(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'));
@@ -403,7 +403,7 @@ buildResource() {
var o = new api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.errors = buildUnnamed2964();
+ o.errors = buildUnnamed3309();
o.id = "foo";
o.intent = "foo";
o.manifest = "foo";
@@ -419,7 +419,7 @@ buildResource() {
checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed2964(o.errors);
+ checkUnnamed3309(o.errors);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.intent, unittest.equals('foo'));
unittest.expect(o.manifest, unittest.equals('foo'));
@@ -431,14 +431,14 @@ checkResource(api.Resource o) {
buildCounterResource--;
}
-buildUnnamed2965() {
+buildUnnamed3310() {
var o = new core.List<api.Resource>();
o.add(buildResource());
o.add(buildResource());
return o;
}
-checkUnnamed2965(core.List<api.Resource> o) {
+checkUnnamed3310(core.List<api.Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkResource(o[0]);
checkResource(o[1]);
@@ -450,7 +450,7 @@ buildResourcesListResponse() {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
o.nextPageToken = "foo";
- o.resources = buildUnnamed2965();
+ o.resources = buildUnnamed3310();
}
buildCounterResourcesListResponse--;
return o;
@@ -460,7 +460,7 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2965(o.resources);
+ checkUnnamed3310(o.resources);
}
buildCounterResourcesListResponse--;
}
@@ -484,14 +484,14 @@ checkType(api.Type o) {
buildCounterType--;
}
-buildUnnamed2966() {
+buildUnnamed3311() {
var o = new core.List<api.Type>();
o.add(buildType());
o.add(buildType());
return o;
}
-checkUnnamed2966(core.List<api.Type> o) {
+checkUnnamed3311(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0]);
checkType(o[1]);
@@ -502,7 +502,7 @@ buildTypesListResponse() {
var o = new api.TypesListResponse();
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
- o.types = buildUnnamed2966();
+ o.types = buildUnnamed3311();
}
buildCounterTypesListResponse--;
return o;
@@ -511,7 +511,7 @@ buildTypesListResponse() {
checkTypesListResponse(api.TypesListResponse o) {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
- checkUnnamed2966(o.types);
+ checkUnnamed3311(o.types);
}
buildCounterTypesListResponse--;
}

Powered by Google App Engine
This is Rietveld 408576698