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

Unified Diff: generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 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/proximitybeacon/v1beta1_test.dart
diff --git a/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart b/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart
index 552345f8342163f2606e118dc0536555aa06f84b..e76dfe9066e630998bfe6aa2e78e8c79466a4b87 100644
--- a/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart
@@ -93,14 +93,14 @@ checkAttachmentInfo(api.AttachmentInfo o) {
buildCounterAttachmentInfo--;
}
-buildUnnamed4048() {
+buildUnnamed4126() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed4048(core.Map<core.String, core.String> o) {
+checkUnnamed4126(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o["x"], unittest.equals('foo'));
unittest.expect(o["y"], unittest.equals('foo'));
@@ -119,7 +119,7 @@ buildBeacon() {
o.indoorLevel = buildIndoorLevel();
o.latLng = buildLatLng();
o.placeId = "foo";
- o.properties = buildUnnamed4048();
+ o.properties = buildUnnamed4126();
o.provisioningKey = "foo";
o.status = "foo";
}
@@ -138,7 +138,7 @@ checkBeacon(api.Beacon o) {
checkIndoorLevel(o.indoorLevel);
checkLatLng(o.latLng);
unittest.expect(o.placeId, unittest.equals('foo'));
- checkUnnamed4048(o.properties);
+ checkUnnamed4126(o.properties);
unittest.expect(o.provisioningKey, unittest.equals('foo'));
unittest.expect(o.status, unittest.equals('foo'));
}
@@ -168,14 +168,14 @@ checkBeaconAttachment(api.BeaconAttachment o) {
buildCounterBeaconAttachment--;
}
-buildUnnamed4049() {
+buildUnnamed4127() {
var o = new core.List<api.AttachmentInfo>();
o.add(buildAttachmentInfo());
o.add(buildAttachmentInfo());
return o;
}
-checkUnnamed4049(core.List<api.AttachmentInfo> o) {
+checkUnnamed4127(core.List<api.AttachmentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachmentInfo(o[0]);
checkAttachmentInfo(o[1]);
@@ -187,7 +187,7 @@ buildBeaconInfo() {
buildCounterBeaconInfo++;
if (buildCounterBeaconInfo < 3) {
o.advertisedId = buildAdvertisedId();
- o.attachments = buildUnnamed4049();
+ o.attachments = buildUnnamed4127();
o.beaconName = "foo";
}
buildCounterBeaconInfo--;
@@ -198,7 +198,7 @@ checkBeaconInfo(api.BeaconInfo o) {
buildCounterBeaconInfo++;
if (buildCounterBeaconInfo < 3) {
checkAdvertisedId(o.advertisedId);
- checkUnnamed4049(o.attachments);
+ checkUnnamed4127(o.attachments);
unittest.expect(o.beaconName, unittest.equals('foo'));
}
buildCounterBeaconInfo--;
@@ -246,14 +246,14 @@ checkDeleteAttachmentsResponse(api.DeleteAttachmentsResponse o) {
buildCounterDeleteAttachmentsResponse--;
}
-buildUnnamed4050() {
+buildUnnamed4128() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed4050(core.List<core.String> o) {
+checkUnnamed4128(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'));
@@ -264,7 +264,7 @@ buildDiagnostics() {
var o = new api.Diagnostics();
buildCounterDiagnostics++;
if (buildCounterDiagnostics < 3) {
- o.alerts = buildUnnamed4050();
+ o.alerts = buildUnnamed4128();
o.beaconName = "foo";
o.estimatedLowBatteryDate = buildDate();
}
@@ -275,7 +275,7 @@ buildDiagnostics() {
checkDiagnostics(api.Diagnostics o) {
buildCounterDiagnostics++;
if (buildCounterDiagnostics < 3) {
- checkUnnamed4050(o.alerts);
+ checkUnnamed4128(o.alerts);
unittest.expect(o.beaconName, unittest.equals('foo'));
checkDate(o.estimatedLowBatteryDate);
}
@@ -351,27 +351,27 @@ checkEphemeralIdRegistrationParams(api.EphemeralIdRegistrationParams o) {
buildCounterEphemeralIdRegistrationParams--;
}
-buildUnnamed4051() {
+buildUnnamed4129() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed4051(core.List<core.String> o) {
+checkUnnamed4129(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'));
}
-buildUnnamed4052() {
+buildUnnamed4130() {
var o = new core.List<api.Observation>();
o.add(buildObservation());
o.add(buildObservation());
return o;
}
-checkUnnamed4052(core.List<api.Observation> o) {
+checkUnnamed4130(core.List<api.Observation> o) {
unittest.expect(o, unittest.hasLength(2));
checkObservation(o[0]);
checkObservation(o[1]);
@@ -382,8 +382,8 @@ buildGetInfoForObservedBeaconsRequest() {
var o = new api.GetInfoForObservedBeaconsRequest();
buildCounterGetInfoForObservedBeaconsRequest++;
if (buildCounterGetInfoForObservedBeaconsRequest < 3) {
- o.namespacedTypes = buildUnnamed4051();
- o.observations = buildUnnamed4052();
+ o.namespacedTypes = buildUnnamed4129();
+ o.observations = buildUnnamed4130();
}
buildCounterGetInfoForObservedBeaconsRequest--;
return o;
@@ -392,20 +392,20 @@ buildGetInfoForObservedBeaconsRequest() {
checkGetInfoForObservedBeaconsRequest(api.GetInfoForObservedBeaconsRequest o) {
buildCounterGetInfoForObservedBeaconsRequest++;
if (buildCounterGetInfoForObservedBeaconsRequest < 3) {
- checkUnnamed4051(o.namespacedTypes);
- checkUnnamed4052(o.observations);
+ checkUnnamed4129(o.namespacedTypes);
+ checkUnnamed4130(o.observations);
}
buildCounterGetInfoForObservedBeaconsRequest--;
}
-buildUnnamed4053() {
+buildUnnamed4131() {
var o = new core.List<api.BeaconInfo>();
o.add(buildBeaconInfo());
o.add(buildBeaconInfo());
return o;
}
-checkUnnamed4053(core.List<api.BeaconInfo> o) {
+checkUnnamed4131(core.List<api.BeaconInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkBeaconInfo(o[0]);
checkBeaconInfo(o[1]);
@@ -416,7 +416,7 @@ buildGetInfoForObservedBeaconsResponse() {
var o = new api.GetInfoForObservedBeaconsResponse();
buildCounterGetInfoForObservedBeaconsResponse++;
if (buildCounterGetInfoForObservedBeaconsResponse < 3) {
- o.beacons = buildUnnamed4053();
+ o.beacons = buildUnnamed4131();
}
buildCounterGetInfoForObservedBeaconsResponse--;
return o;
@@ -425,7 +425,7 @@ buildGetInfoForObservedBeaconsResponse() {
checkGetInfoForObservedBeaconsResponse(api.GetInfoForObservedBeaconsResponse o) {
buildCounterGetInfoForObservedBeaconsResponse++;
if (buildCounterGetInfoForObservedBeaconsResponse < 3) {
- checkUnnamed4053(o.beacons);
+ checkUnnamed4131(o.beacons);
}
buildCounterGetInfoForObservedBeaconsResponse--;
}
@@ -470,14 +470,14 @@ checkLatLng(api.LatLng o) {
buildCounterLatLng--;
}
-buildUnnamed4054() {
+buildUnnamed4132() {
var o = new core.List<api.BeaconAttachment>();
o.add(buildBeaconAttachment());
o.add(buildBeaconAttachment());
return o;
}
-checkUnnamed4054(core.List<api.BeaconAttachment> o) {
+checkUnnamed4132(core.List<api.BeaconAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkBeaconAttachment(o[0]);
checkBeaconAttachment(o[1]);
@@ -488,7 +488,7 @@ buildListBeaconAttachmentsResponse() {
var o = new api.ListBeaconAttachmentsResponse();
buildCounterListBeaconAttachmentsResponse++;
if (buildCounterListBeaconAttachmentsResponse < 3) {
- o.attachments = buildUnnamed4054();
+ o.attachments = buildUnnamed4132();
}
buildCounterListBeaconAttachmentsResponse--;
return o;
@@ -497,19 +497,19 @@ buildListBeaconAttachmentsResponse() {
checkListBeaconAttachmentsResponse(api.ListBeaconAttachmentsResponse o) {
buildCounterListBeaconAttachmentsResponse++;
if (buildCounterListBeaconAttachmentsResponse < 3) {
- checkUnnamed4054(o.attachments);
+ checkUnnamed4132(o.attachments);
}
buildCounterListBeaconAttachmentsResponse--;
}
-buildUnnamed4055() {
+buildUnnamed4133() {
var o = new core.List<api.Beacon>();
o.add(buildBeacon());
o.add(buildBeacon());
return o;
}
-checkUnnamed4055(core.List<api.Beacon> o) {
+checkUnnamed4133(core.List<api.Beacon> o) {
unittest.expect(o, unittest.hasLength(2));
checkBeacon(o[0]);
checkBeacon(o[1]);
@@ -520,7 +520,7 @@ buildListBeaconsResponse() {
var o = new api.ListBeaconsResponse();
buildCounterListBeaconsResponse++;
if (buildCounterListBeaconsResponse < 3) {
- o.beacons = buildUnnamed4055();
+ o.beacons = buildUnnamed4133();
o.nextPageToken = "foo";
o.totalCount = "foo";
}
@@ -531,21 +531,21 @@ buildListBeaconsResponse() {
checkListBeaconsResponse(api.ListBeaconsResponse o) {
buildCounterListBeaconsResponse++;
if (buildCounterListBeaconsResponse < 3) {
- checkUnnamed4055(o.beacons);
+ checkUnnamed4133(o.beacons);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalCount, unittest.equals('foo'));
}
buildCounterListBeaconsResponse--;
}
-buildUnnamed4056() {
+buildUnnamed4134() {
var o = new core.List<api.Diagnostics>();
o.add(buildDiagnostics());
o.add(buildDiagnostics());
return o;
}
-checkUnnamed4056(core.List<api.Diagnostics> o) {
+checkUnnamed4134(core.List<api.Diagnostics> o) {
unittest.expect(o, unittest.hasLength(2));
checkDiagnostics(o[0]);
checkDiagnostics(o[1]);
@@ -556,7 +556,7 @@ buildListDiagnosticsResponse() {
var o = new api.ListDiagnosticsResponse();
buildCounterListDiagnosticsResponse++;
if (buildCounterListDiagnosticsResponse < 3) {
- o.diagnostics = buildUnnamed4056();
+ o.diagnostics = buildUnnamed4134();
o.nextPageToken = "foo";
}
buildCounterListDiagnosticsResponse--;
@@ -566,20 +566,20 @@ buildListDiagnosticsResponse() {
checkListDiagnosticsResponse(api.ListDiagnosticsResponse o) {
buildCounterListDiagnosticsResponse++;
if (buildCounterListDiagnosticsResponse < 3) {
- checkUnnamed4056(o.diagnostics);
+ checkUnnamed4134(o.diagnostics);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDiagnosticsResponse--;
}
-buildUnnamed4057() {
+buildUnnamed4135() {
var o = new core.List<api.Namespace>();
o.add(buildNamespace());
o.add(buildNamespace());
return o;
}
-checkUnnamed4057(core.List<api.Namespace> o) {
+checkUnnamed4135(core.List<api.Namespace> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamespace(o[0]);
checkNamespace(o[1]);
@@ -590,7 +590,7 @@ buildListNamespacesResponse() {
var o = new api.ListNamespacesResponse();
buildCounterListNamespacesResponse++;
if (buildCounterListNamespacesResponse < 3) {
- o.namespaces = buildUnnamed4057();
+ o.namespaces = buildUnnamed4135();
}
buildCounterListNamespacesResponse--;
return o;
@@ -599,7 +599,7 @@ buildListNamespacesResponse() {
checkListNamespacesResponse(api.ListNamespacesResponse o) {
buildCounterListNamespacesResponse++;
if (buildCounterListNamespacesResponse < 3) {
- checkUnnamed4057(o.namespaces);
+ checkUnnamed4135(o.namespaces);
}
buildCounterListNamespacesResponse--;
}
« no previous file with comments | « generated/googleapis_beta/test/logging/v2beta1_test.dart ('k') | generated/googleapis_beta/test/pubsub/v1beta2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698