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

Unified Diff: generated/googleapis_beta/test/proximitybeacon/v1beta1_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/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 91f7fe026efb10cbde252dba5d0dd7af2188577e..e97f78e768dc20c4c056707724dbb2361a9176f4 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--;
}
-buildUnnamed3089() {
+buildUnnamed3435() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed3089(core.Map<core.String, core.String> o) {
+checkUnnamed3435(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'));
@@ -118,7 +118,7 @@ buildBeacon() {
o.indoorLevel = buildIndoorLevel();
o.latLng = buildLatLng();
o.placeId = "foo";
- o.properties = buildUnnamed3089();
+ o.properties = buildUnnamed3435();
o.status = "foo";
}
buildCounterBeacon--;
@@ -135,7 +135,7 @@ checkBeacon(api.Beacon o) {
checkIndoorLevel(o.indoorLevel);
checkLatLng(o.latLng);
unittest.expect(o.placeId, unittest.equals('foo'));
- checkUnnamed3089(o.properties);
+ checkUnnamed3435(o.properties);
unittest.expect(o.status, unittest.equals('foo'));
}
buildCounterBeacon--;
@@ -164,14 +164,14 @@ checkBeaconAttachment(api.BeaconAttachment o) {
buildCounterBeaconAttachment--;
}
-buildUnnamed3090() {
+buildUnnamed3436() {
var o = new core.List<api.AttachmentInfo>();
o.add(buildAttachmentInfo());
o.add(buildAttachmentInfo());
return o;
}
-checkUnnamed3090(core.List<api.AttachmentInfo> o) {
+checkUnnamed3436(core.List<api.AttachmentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachmentInfo(o[0]);
checkAttachmentInfo(o[1]);
@@ -183,7 +183,7 @@ buildBeaconInfo() {
buildCounterBeaconInfo++;
if (buildCounterBeaconInfo < 3) {
o.advertisedId = buildAdvertisedId();
- o.attachments = buildUnnamed3090();
+ o.attachments = buildUnnamed3436();
o.beaconName = "foo";
o.description = "foo";
}
@@ -195,7 +195,7 @@ checkBeaconInfo(api.BeaconInfo o) {
buildCounterBeaconInfo++;
if (buildCounterBeaconInfo < 3) {
checkAdvertisedId(o.advertisedId);
- checkUnnamed3090(o.attachments);
+ checkUnnamed3436(o.attachments);
unittest.expect(o.beaconName, unittest.equals('foo'));
unittest.expect(o.description, unittest.equals('foo'));
}
@@ -244,14 +244,14 @@ checkDeleteAttachmentsResponse(api.DeleteAttachmentsResponse o) {
buildCounterDeleteAttachmentsResponse--;
}
-buildUnnamed3091() {
+buildUnnamed3437() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3091(core.List<core.String> o) {
+checkUnnamed3437(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'));
@@ -262,7 +262,7 @@ buildDiagnostics() {
var o = new api.Diagnostics();
buildCounterDiagnostics++;
if (buildCounterDiagnostics < 3) {
- o.alerts = buildUnnamed3091();
+ o.alerts = buildUnnamed3437();
o.beaconName = "foo";
o.estimatedLowBatteryDate = buildDate();
}
@@ -273,7 +273,7 @@ buildDiagnostics() {
checkDiagnostics(api.Diagnostics o) {
buildCounterDiagnostics++;
if (buildCounterDiagnostics < 3) {
- checkUnnamed3091(o.alerts);
+ checkUnnamed3437(o.alerts);
unittest.expect(o.beaconName, unittest.equals('foo'));
checkDate(o.estimatedLowBatteryDate);
}
@@ -297,27 +297,27 @@ checkEmpty(api.Empty o) {
buildCounterEmpty--;
}
-buildUnnamed3092() {
+buildUnnamed3438() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3092(core.List<core.String> o) {
+checkUnnamed3438(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'));
}
-buildUnnamed3093() {
+buildUnnamed3439() {
var o = new core.List<api.Observation>();
o.add(buildObservation());
o.add(buildObservation());
return o;
}
-checkUnnamed3093(core.List<api.Observation> o) {
+checkUnnamed3439(core.List<api.Observation> o) {
unittest.expect(o, unittest.hasLength(2));
checkObservation(o[0]);
checkObservation(o[1]);
@@ -328,8 +328,8 @@ buildGetInfoForObservedBeaconsRequest() {
var o = new api.GetInfoForObservedBeaconsRequest();
buildCounterGetInfoForObservedBeaconsRequest++;
if (buildCounterGetInfoForObservedBeaconsRequest < 3) {
- o.namespacedTypes = buildUnnamed3092();
- o.observations = buildUnnamed3093();
+ o.namespacedTypes = buildUnnamed3438();
+ o.observations = buildUnnamed3439();
}
buildCounterGetInfoForObservedBeaconsRequest--;
return o;
@@ -338,20 +338,20 @@ buildGetInfoForObservedBeaconsRequest() {
checkGetInfoForObservedBeaconsRequest(api.GetInfoForObservedBeaconsRequest o) {
buildCounterGetInfoForObservedBeaconsRequest++;
if (buildCounterGetInfoForObservedBeaconsRequest < 3) {
- checkUnnamed3092(o.namespacedTypes);
- checkUnnamed3093(o.observations);
+ checkUnnamed3438(o.namespacedTypes);
+ checkUnnamed3439(o.observations);
}
buildCounterGetInfoForObservedBeaconsRequest--;
}
-buildUnnamed3094() {
+buildUnnamed3440() {
var o = new core.List<api.BeaconInfo>();
o.add(buildBeaconInfo());
o.add(buildBeaconInfo());
return o;
}
-checkUnnamed3094(core.List<api.BeaconInfo> o) {
+checkUnnamed3440(core.List<api.BeaconInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkBeaconInfo(o[0]);
checkBeaconInfo(o[1]);
@@ -362,7 +362,7 @@ buildGetInfoForObservedBeaconsResponse() {
var o = new api.GetInfoForObservedBeaconsResponse();
buildCounterGetInfoForObservedBeaconsResponse++;
if (buildCounterGetInfoForObservedBeaconsResponse < 3) {
- o.beacons = buildUnnamed3094();
+ o.beacons = buildUnnamed3440();
}
buildCounterGetInfoForObservedBeaconsResponse--;
return o;
@@ -371,7 +371,7 @@ buildGetInfoForObservedBeaconsResponse() {
checkGetInfoForObservedBeaconsResponse(api.GetInfoForObservedBeaconsResponse o) {
buildCounterGetInfoForObservedBeaconsResponse++;
if (buildCounterGetInfoForObservedBeaconsResponse < 3) {
- checkUnnamed3094(o.beacons);
+ checkUnnamed3440(o.beacons);
}
buildCounterGetInfoForObservedBeaconsResponse--;
}
@@ -416,14 +416,14 @@ checkLatLng(api.LatLng o) {
buildCounterLatLng--;
}
-buildUnnamed3095() {
+buildUnnamed3441() {
var o = new core.List<api.BeaconAttachment>();
o.add(buildBeaconAttachment());
o.add(buildBeaconAttachment());
return o;
}
-checkUnnamed3095(core.List<api.BeaconAttachment> o) {
+checkUnnamed3441(core.List<api.BeaconAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkBeaconAttachment(o[0]);
checkBeaconAttachment(o[1]);
@@ -434,7 +434,7 @@ buildListBeaconAttachmentsResponse() {
var o = new api.ListBeaconAttachmentsResponse();
buildCounterListBeaconAttachmentsResponse++;
if (buildCounterListBeaconAttachmentsResponse < 3) {
- o.attachments = buildUnnamed3095();
+ o.attachments = buildUnnamed3441();
}
buildCounterListBeaconAttachmentsResponse--;
return o;
@@ -443,19 +443,19 @@ buildListBeaconAttachmentsResponse() {
checkListBeaconAttachmentsResponse(api.ListBeaconAttachmentsResponse o) {
buildCounterListBeaconAttachmentsResponse++;
if (buildCounterListBeaconAttachmentsResponse < 3) {
- checkUnnamed3095(o.attachments);
+ checkUnnamed3441(o.attachments);
}
buildCounterListBeaconAttachmentsResponse--;
}
-buildUnnamed3096() {
+buildUnnamed3442() {
var o = new core.List<api.Beacon>();
o.add(buildBeacon());
o.add(buildBeacon());
return o;
}
-checkUnnamed3096(core.List<api.Beacon> o) {
+checkUnnamed3442(core.List<api.Beacon> o) {
unittest.expect(o, unittest.hasLength(2));
checkBeacon(o[0]);
checkBeacon(o[1]);
@@ -466,7 +466,7 @@ buildListBeaconsResponse() {
var o = new api.ListBeaconsResponse();
buildCounterListBeaconsResponse++;
if (buildCounterListBeaconsResponse < 3) {
- o.beacons = buildUnnamed3096();
+ o.beacons = buildUnnamed3442();
o.nextPageToken = "foo";
o.totalCount = "foo";
}
@@ -477,21 +477,21 @@ buildListBeaconsResponse() {
checkListBeaconsResponse(api.ListBeaconsResponse o) {
buildCounterListBeaconsResponse++;
if (buildCounterListBeaconsResponse < 3) {
- checkUnnamed3096(o.beacons);
+ checkUnnamed3442(o.beacons);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalCount, unittest.equals('foo'));
}
buildCounterListBeaconsResponse--;
}
-buildUnnamed3097() {
+buildUnnamed3443() {
var o = new core.List<api.Diagnostics>();
o.add(buildDiagnostics());
o.add(buildDiagnostics());
return o;
}
-checkUnnamed3097(core.List<api.Diagnostics> o) {
+checkUnnamed3443(core.List<api.Diagnostics> o) {
unittest.expect(o, unittest.hasLength(2));
checkDiagnostics(o[0]);
checkDiagnostics(o[1]);
@@ -502,7 +502,7 @@ buildListDiagnosticsResponse() {
var o = new api.ListDiagnosticsResponse();
buildCounterListDiagnosticsResponse++;
if (buildCounterListDiagnosticsResponse < 3) {
- o.diagnostics = buildUnnamed3097();
+ o.diagnostics = buildUnnamed3443();
o.nextPageToken = "foo";
}
buildCounterListDiagnosticsResponse--;
@@ -512,20 +512,20 @@ buildListDiagnosticsResponse() {
checkListDiagnosticsResponse(api.ListDiagnosticsResponse o) {
buildCounterListDiagnosticsResponse++;
if (buildCounterListDiagnosticsResponse < 3) {
- checkUnnamed3097(o.diagnostics);
+ checkUnnamed3443(o.diagnostics);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDiagnosticsResponse--;
}
-buildUnnamed3098() {
+buildUnnamed3444() {
var o = new core.List<api.Namespace>();
o.add(buildNamespace());
o.add(buildNamespace());
return o;
}
-checkUnnamed3098(core.List<api.Namespace> o) {
+checkUnnamed3444(core.List<api.Namespace> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamespace(o[0]);
checkNamespace(o[1]);
@@ -536,7 +536,7 @@ buildListNamespacesResponse() {
var o = new api.ListNamespacesResponse();
buildCounterListNamespacesResponse++;
if (buildCounterListNamespacesResponse < 3) {
- o.namespaces = buildUnnamed3098();
+ o.namespaces = buildUnnamed3444();
}
buildCounterListNamespacesResponse--;
return o;
@@ -545,7 +545,7 @@ buildListNamespacesResponse() {
checkListNamespacesResponse(api.ListNamespacesResponse o) {
buildCounterListNamespacesResponse++;
if (buildCounterListNamespacesResponse < 3) {
- checkUnnamed3098(o.namespaces);
+ checkUnnamed3444(o.namespaces);
}
buildCounterListNamespacesResponse--;
}
« no previous file with comments | « generated/googleapis_beta/test/manager/v1beta2_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