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

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

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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/v2beta2_test.dart
diff --git a/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart b/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart
index 25b97d55c5a7dcad51e022bc9b77903886ecdff5..09370de5e2ff4819232c6ba2d36ac35f396a9f28 100644
--- a/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart
+++ b/generated/googleapis_beta/test/deploymentmanager/v2beta2_test.dart
@@ -90,14 +90,14 @@ checkDeployment(api.Deployment o) {
buildCounterDeployment--;
}
-buildUnnamed2354() {
+buildUnnamed2590() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2354(core.List<core.String> o) {
+checkUnnamed2590(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'));
@@ -108,7 +108,7 @@ buildDeploymentUpdate() {
var o = new api.DeploymentUpdate();
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- o.errors = buildUnnamed2354();
+ o.errors = buildUnnamed2590();
o.manifest = "foo";
}
buildCounterDeploymentUpdate--;
@@ -118,20 +118,20 @@ buildDeploymentUpdate() {
checkDeploymentUpdate(api.DeploymentUpdate o) {
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
- checkUnnamed2354(o.errors);
+ checkUnnamed2590(o.errors);
unittest.expect(o.manifest, unittest.equals('foo'));
}
buildCounterDeploymentUpdate--;
}
-buildUnnamed2355() {
+buildUnnamed2591() {
var o = new core.List<api.Deployment>();
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-checkUnnamed2355(core.List<api.Deployment> o) {
+checkUnnamed2591(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0]);
checkDeployment(o[1]);
@@ -142,7 +142,7 @@ buildDeploymentsListResponse() {
var o = new api.DeploymentsListResponse();
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- o.deployments = buildUnnamed2355();
+ o.deployments = buildUnnamed2591();
o.nextPageToken = "foo";
}
buildCounterDeploymentsListResponse--;
@@ -152,7 +152,7 @@ buildDeploymentsListResponse() {
checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed2355(o.deployments);
+ checkUnnamed2591(o.deployments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterDeploymentsListResponse--;
@@ -179,14 +179,14 @@ checkImportFile(api.ImportFile o) {
buildCounterImportFile--;
}
-buildUnnamed2356() {
+buildUnnamed2592() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed2356(core.List<api.ImportFile> o) {
+checkUnnamed2592(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0]);
checkImportFile(o[1]);
@@ -200,7 +200,7 @@ buildManifest() {
o.config = "foo";
o.evaluatedConfig = "foo";
o.id = "foo";
- o.imports = buildUnnamed2356();
+ o.imports = buildUnnamed2592();
o.insertTime = "foo";
o.layout = "foo";
o.name = "foo";
@@ -216,7 +216,7 @@ checkManifest(api.Manifest o) {
unittest.expect(o.config, unittest.equals('foo'));
unittest.expect(o.evaluatedConfig, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2356(o.imports);
+ checkUnnamed2592(o.imports);
unittest.expect(o.insertTime, unittest.equals('foo'));
unittest.expect(o.layout, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -225,14 +225,14 @@ checkManifest(api.Manifest o) {
buildCounterManifest--;
}
-buildUnnamed2357() {
+buildUnnamed2593() {
var o = new core.List<api.Manifest>();
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-checkUnnamed2357(core.List<api.Manifest> o) {
+checkUnnamed2593(core.List<api.Manifest> o) {
unittest.expect(o, unittest.hasLength(2));
checkManifest(o[0]);
checkManifest(o[1]);
@@ -243,7 +243,7 @@ buildManifestsListResponse() {
var o = new api.ManifestsListResponse();
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- o.manifests = buildUnnamed2357();
+ o.manifests = buildUnnamed2593();
o.nextPageToken = "foo";
}
buildCounterManifestsListResponse--;
@@ -253,7 +253,7 @@ buildManifestsListResponse() {
checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed2357(o.manifests);
+ checkUnnamed2593(o.manifests);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterManifestsListResponse--;
@@ -282,14 +282,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
buildCounterOperationErrorErrors--;
}
-buildUnnamed2358() {
+buildUnnamed2594() {
var o = new core.List<api.OperationErrorErrors>();
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-checkUnnamed2358(core.List<api.OperationErrorErrors> o) {
+checkUnnamed2594(core.List<api.OperationErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationErrorErrors(o[0]);
checkOperationErrorErrors(o[1]);
@@ -300,7 +300,7 @@ buildOperationError() {
var o = new api.OperationError();
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- o.errors = buildUnnamed2358();
+ o.errors = buildUnnamed2594();
}
buildCounterOperationError--;
return o;
@@ -309,7 +309,7 @@ buildOperationError() {
checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed2358(o.errors);
+ checkUnnamed2594(o.errors);
}
buildCounterOperationError--;
}
@@ -335,14 +335,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
buildCounterOperationWarningsData--;
}
-buildUnnamed2359() {
+buildUnnamed2595() {
var o = new core.List<api.OperationWarningsData>();
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-checkUnnamed2359(core.List<api.OperationWarningsData> o) {
+checkUnnamed2595(core.List<api.OperationWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarningsData(o[0]);
checkOperationWarningsData(o[1]);
@@ -354,7 +354,7 @@ buildOperationWarnings() {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
o.code = "foo";
- o.data = buildUnnamed2359();
+ o.data = buildUnnamed2595();
o.message = "foo";
}
buildCounterOperationWarnings--;
@@ -365,20 +365,20 @@ checkOperationWarnings(api.OperationWarnings o) {
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
unittest.expect(o.code, unittest.equals('foo'));
- checkUnnamed2359(o.data);
+ checkUnnamed2595(o.data);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterOperationWarnings--;
}
-buildUnnamed2360() {
+buildUnnamed2596() {
var o = new core.List<api.OperationWarnings>();
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-checkUnnamed2360(core.List<api.OperationWarnings> o) {
+checkUnnamed2596(core.List<api.OperationWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarnings(o[0]);
checkOperationWarnings(o[1]);
@@ -409,7 +409,7 @@ buildOperation() {
o.targetId = "foo";
o.targetLink = "foo";
o.user = "foo";
- o.warnings = buildUnnamed2360();
+ o.warnings = buildUnnamed2596();
o.zone = "foo";
}
buildCounterOperation--;
@@ -439,20 +439,20 @@ 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'));
- checkUnnamed2360(o.warnings);
+ checkUnnamed2596(o.warnings);
unittest.expect(o.zone, unittest.equals('foo'));
}
buildCounterOperation--;
}
-buildUnnamed2361() {
+buildUnnamed2597() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2361(core.List<api.Operation> o) {
+checkUnnamed2597(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -464,7 +464,7 @@ buildOperationsListResponse() {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed2361();
+ o.operations = buildUnnamed2597();
}
buildCounterOperationsListResponse--;
return o;
@@ -474,7 +474,7 @@ checkOperationsListResponse(api.OperationsListResponse o) {
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2361(o.operations);
+ checkUnnamed2597(o.operations);
}
buildCounterOperationsListResponse--;
}
@@ -516,14 +516,14 @@ checkResource(api.Resource o) {
buildCounterResource--;
}
-buildUnnamed2362() {
+buildUnnamed2598() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2362(core.List<core.String> o) {
+checkUnnamed2598(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'));
@@ -534,7 +534,7 @@ buildResourceUpdate() {
var o = new api.ResourceUpdate();
buildCounterResourceUpdate++;
if (buildCounterResourceUpdate < 3) {
- o.errors = buildUnnamed2362();
+ o.errors = buildUnnamed2598();
o.finalProperties = "foo";
o.intent = "foo";
o.manifest = "foo";
@@ -548,7 +548,7 @@ buildResourceUpdate() {
checkResourceUpdate(api.ResourceUpdate o) {
buildCounterResourceUpdate++;
if (buildCounterResourceUpdate < 3) {
- checkUnnamed2362(o.errors);
+ checkUnnamed2598(o.errors);
unittest.expect(o.finalProperties, unittest.equals('foo'));
unittest.expect(o.intent, unittest.equals('foo'));
unittest.expect(o.manifest, unittest.equals('foo'));
@@ -558,14 +558,14 @@ checkResourceUpdate(api.ResourceUpdate o) {
buildCounterResourceUpdate--;
}
-buildUnnamed2363() {
+buildUnnamed2599() {
var o = new core.List<api.Resource>();
o.add(buildResource());
o.add(buildResource());
return o;
}
-checkUnnamed2363(core.List<api.Resource> o) {
+checkUnnamed2599(core.List<api.Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkResource(o[0]);
checkResource(o[1]);
@@ -577,7 +577,7 @@ buildResourcesListResponse() {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
o.nextPageToken = "foo";
- o.resources = buildUnnamed2363();
+ o.resources = buildUnnamed2599();
}
buildCounterResourcesListResponse--;
return o;
@@ -587,19 +587,19 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2363(o.resources);
+ checkUnnamed2599(o.resources);
}
buildCounterResourcesListResponse--;
}
-buildUnnamed2364() {
+buildUnnamed2600() {
var o = new core.List<api.ImportFile>();
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-checkUnnamed2364(core.List<api.ImportFile> o) {
+checkUnnamed2600(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0]);
checkImportFile(o[1]);
@@ -611,7 +611,7 @@ buildTargetConfiguration() {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
o.config = "foo";
- o.imports = buildUnnamed2364();
+ o.imports = buildUnnamed2600();
}
buildCounterTargetConfiguration--;
return o;
@@ -621,7 +621,7 @@ checkTargetConfiguration(api.TargetConfiguration o) {
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
unittest.expect(o.config, unittest.equals('foo'));
- checkUnnamed2364(o.imports);
+ checkUnnamed2600(o.imports);
}
buildCounterTargetConfiguration--;
}
@@ -645,14 +645,14 @@ checkType(api.Type o) {
buildCounterType--;
}
-buildUnnamed2365() {
+buildUnnamed2601() {
var o = new core.List<api.Type>();
o.add(buildType());
o.add(buildType());
return o;
}
-checkUnnamed2365(core.List<api.Type> o) {
+checkUnnamed2601(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0]);
checkType(o[1]);
@@ -664,7 +664,7 @@ buildTypesListResponse() {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
o.nextPageToken = "foo";
- o.types = buildUnnamed2365();
+ o.types = buildUnnamed2601();
}
buildCounterTypesListResponse--;
return o;
@@ -674,7 +674,7 @@ checkTypesListResponse(api.TypesListResponse o) {
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2365(o.types);
+ checkUnnamed2601(o.types);
}
buildCounterTypesListResponse--;
}

Powered by Google App Engine
This is Rietveld 408576698