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

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

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 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/test/androidenterprise/v1_test.dart
diff --git a/generated/googleapis/test/androidenterprise/v1_test.dart b/generated/googleapis/test/androidenterprise/v1_test.dart
index 5b0c9adcc6411511d9d6cb8ed358298dd2cc88d2..e00a19f83a3504615cf01dcc13319eb4e5b15348 100644
--- a/generated/googleapis/test/androidenterprise/v1_test.dart
+++ b/generated/googleapis/test/androidenterprise/v1_test.dart
@@ -91,14 +91,14 @@ checkAdministratorWebToken(api.AdministratorWebToken o) {
buildCounterAdministratorWebToken--;
}
-buildUnnamed2140() {
+buildUnnamed2158() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2140(core.List<core.String> o) {
+checkUnnamed2158(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'));
@@ -111,7 +111,7 @@ buildAdministratorWebTokenSpec() {
if (buildCounterAdministratorWebTokenSpec < 3) {
o.kind = "foo";
o.parent = "foo";
- o.permission = buildUnnamed2140();
+ o.permission = buildUnnamed2158();
}
buildCounterAdministratorWebTokenSpec--;
return o;
@@ -122,7 +122,7 @@ checkAdministratorWebTokenSpec(api.AdministratorWebTokenSpec o) {
if (buildCounterAdministratorWebTokenSpec < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.parent, unittest.equals('foo'));
- checkUnnamed2140(o.permission);
+ checkUnnamed2158(o.permission);
}
buildCounterAdministratorWebTokenSpec--;
}
@@ -148,14 +148,14 @@ checkAndroidDevicePolicyConfig(api.AndroidDevicePolicyConfig o) {
buildCounterAndroidDevicePolicyConfig--;
}
-buildUnnamed2141() {
+buildUnnamed2159() {
var o = new core.List<api.AppRestrictionsSchemaRestriction>();
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-checkUnnamed2141(core.List<api.AppRestrictionsSchemaRestriction> o) {
+checkUnnamed2159(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(o[0]);
checkAppRestrictionsSchemaRestriction(o[1]);
@@ -167,7 +167,7 @@ buildAppRestrictionsSchema() {
buildCounterAppRestrictionsSchema++;
if (buildCounterAppRestrictionsSchema < 3) {
o.kind = "foo";
- o.restrictions = buildUnnamed2141();
+ o.restrictions = buildUnnamed2159();
}
buildCounterAppRestrictionsSchema--;
return o;
@@ -177,7 +177,7 @@ checkAppRestrictionsSchema(api.AppRestrictionsSchema o) {
buildCounterAppRestrictionsSchema++;
if (buildCounterAppRestrictionsSchema < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2141(o.restrictions);
+ checkUnnamed2159(o.restrictions);
}
buildCounterAppRestrictionsSchema--;
}
@@ -201,40 +201,40 @@ checkAppRestrictionsSchemaChangeEvent(api.AppRestrictionsSchemaChangeEvent o) {
buildCounterAppRestrictionsSchemaChangeEvent--;
}
-buildUnnamed2142() {
+buildUnnamed2160() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2142(core.List<core.String> o) {
+checkUnnamed2160(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'));
}
-buildUnnamed2143() {
+buildUnnamed2161() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2143(core.List<core.String> o) {
+checkUnnamed2161(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'));
}
-buildUnnamed2144() {
+buildUnnamed2162() {
var o = new core.List<api.AppRestrictionsSchemaRestriction>();
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-checkUnnamed2144(core.List<api.AppRestrictionsSchemaRestriction> o) {
+checkUnnamed2162(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(o[0]);
checkAppRestrictionsSchemaRestriction(o[1]);
@@ -247,10 +247,10 @@ buildAppRestrictionsSchemaRestriction() {
if (buildCounterAppRestrictionsSchemaRestriction < 3) {
o.defaultValue = buildAppRestrictionsSchemaRestrictionRestrictionValue();
o.description = "foo";
- o.entry = buildUnnamed2142();
- o.entryValue = buildUnnamed2143();
+ o.entry = buildUnnamed2160();
+ o.entryValue = buildUnnamed2161();
o.key = "foo";
- o.nestedRestriction = buildUnnamed2144();
+ o.nestedRestriction = buildUnnamed2162();
o.restrictionType = "foo";
o.title = "foo";
}
@@ -263,24 +263,24 @@ checkAppRestrictionsSchemaRestriction(api.AppRestrictionsSchemaRestriction o) {
if (buildCounterAppRestrictionsSchemaRestriction < 3) {
checkAppRestrictionsSchemaRestrictionRestrictionValue(o.defaultValue);
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed2142(o.entry);
- checkUnnamed2143(o.entryValue);
+ checkUnnamed2160(o.entry);
+ checkUnnamed2161(o.entryValue);
unittest.expect(o.key, unittest.equals('foo'));
- checkUnnamed2144(o.nestedRestriction);
+ checkUnnamed2162(o.nestedRestriction);
unittest.expect(o.restrictionType, unittest.equals('foo'));
unittest.expect(o.title, unittest.equals('foo'));
}
buildCounterAppRestrictionsSchemaRestriction--;
}
-buildUnnamed2145() {
+buildUnnamed2163() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2145(core.List<core.String> o) {
+checkUnnamed2163(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'));
@@ -294,7 +294,7 @@ buildAppRestrictionsSchemaRestrictionRestrictionValue() {
o.type = "foo";
o.valueBool = true;
o.valueInteger = 42;
- o.valueMultiselect = buildUnnamed2145();
+ o.valueMultiselect = buildUnnamed2163();
o.valueString = "foo";
}
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
@@ -307,7 +307,7 @@ checkAppRestrictionsSchemaRestrictionRestrictionValue(api.AppRestrictionsSchemaR
unittest.expect(o.type, unittest.equals('foo'));
unittest.expect(o.valueBool, unittest.isTrue);
unittest.expect(o.valueInteger, unittest.equals(42));
- checkUnnamed2145(o.valueMultiselect);
+ checkUnnamed2163(o.valueMultiselect);
unittest.expect(o.valueString, unittest.equals('foo'));
}
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
@@ -439,14 +439,14 @@ checkDeviceState(api.DeviceState o) {
buildCounterDeviceState--;
}
-buildUnnamed2146() {
+buildUnnamed2164() {
var o = new core.List<api.Device>();
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-checkUnnamed2146(core.List<api.Device> o) {
+checkUnnamed2164(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0]);
checkDevice(o[1]);
@@ -457,7 +457,7 @@ buildDevicesListResponse() {
var o = new api.DevicesListResponse();
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- o.device = buildUnnamed2146();
+ o.device = buildUnnamed2164();
o.kind = "foo";
}
buildCounterDevicesListResponse--;
@@ -467,20 +467,20 @@ buildDevicesListResponse() {
checkDevicesListResponse(api.DevicesListResponse o) {
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- checkUnnamed2146(o.device);
+ checkUnnamed2164(o.device);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterDevicesListResponse--;
}
-buildUnnamed2147() {
+buildUnnamed2165() {
var o = new core.List<api.Administrator>();
o.add(buildAdministrator());
o.add(buildAdministrator());
return o;
}
-checkUnnamed2147(core.List<api.Administrator> o) {
+checkUnnamed2165(core.List<api.Administrator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdministrator(o[0]);
checkAdministrator(o[1]);
@@ -491,7 +491,7 @@ buildEnterprise() {
var o = new api.Enterprise();
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- o.administrator = buildUnnamed2147();
+ o.administrator = buildUnnamed2165();
o.id = "foo";
o.kind = "foo";
o.name = "foo";
@@ -504,7 +504,7 @@ buildEnterprise() {
checkEnterprise(api.Enterprise o) {
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- checkUnnamed2147(o.administrator);
+ checkUnnamed2165(o.administrator);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -534,14 +534,14 @@ checkEnterpriseAccount(api.EnterpriseAccount o) {
buildCounterEnterpriseAccount--;
}
-buildUnnamed2148() {
+buildUnnamed2166() {
var o = new core.List<api.Enterprise>();
o.add(buildEnterprise());
o.add(buildEnterprise());
return o;
}
-checkUnnamed2148(core.List<api.Enterprise> o) {
+checkUnnamed2166(core.List<api.Enterprise> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnterprise(o[0]);
checkEnterprise(o[1]);
@@ -552,7 +552,7 @@ buildEnterprisesListResponse() {
var o = new api.EnterprisesListResponse();
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- o.enterprise = buildUnnamed2148();
+ o.enterprise = buildUnnamed2166();
o.kind = "foo";
}
buildCounterEnterprisesListResponse--;
@@ -562,7 +562,7 @@ buildEnterprisesListResponse() {
checkEnterprisesListResponse(api.EnterprisesListResponse o) {
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- checkUnnamed2148(o.enterprise);
+ checkUnnamed2166(o.enterprise);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterEnterprisesListResponse--;
@@ -612,14 +612,14 @@ checkEntitlement(api.Entitlement o) {
buildCounterEntitlement--;
}
-buildUnnamed2149() {
+buildUnnamed2167() {
var o = new core.List<api.Entitlement>();
o.add(buildEntitlement());
o.add(buildEntitlement());
return o;
}
-checkUnnamed2149(core.List<api.Entitlement> o) {
+checkUnnamed2167(core.List<api.Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntitlement(o[0]);
checkEntitlement(o[1]);
@@ -630,7 +630,7 @@ buildEntitlementsListResponse() {
var o = new api.EntitlementsListResponse();
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- o.entitlement = buildUnnamed2149();
+ o.entitlement = buildUnnamed2167();
o.kind = "foo";
}
buildCounterEntitlementsListResponse--;
@@ -640,7 +640,7 @@ buildEntitlementsListResponse() {
checkEntitlementsListResponse(api.EntitlementsListResponse o) {
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- checkUnnamed2149(o.entitlement);
+ checkUnnamed2167(o.entitlement);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterEntitlementsListResponse--;
@@ -677,14 +677,14 @@ checkGroupLicense(api.GroupLicense o) {
buildCounterGroupLicense--;
}
-buildUnnamed2150() {
+buildUnnamed2168() {
var o = new core.List<api.User>();
o.add(buildUser());
o.add(buildUser());
return o;
}
-checkUnnamed2150(core.List<api.User> o) {
+checkUnnamed2168(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0]);
checkUser(o[1]);
@@ -696,7 +696,7 @@ buildGroupLicenseUsersListResponse() {
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
o.kind = "foo";
- o.user = buildUnnamed2150();
+ o.user = buildUnnamed2168();
}
buildCounterGroupLicenseUsersListResponse--;
return o;
@@ -706,19 +706,19 @@ checkGroupLicenseUsersListResponse(api.GroupLicenseUsersListResponse o) {
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2150(o.user);
+ checkUnnamed2168(o.user);
}
buildCounterGroupLicenseUsersListResponse--;
}
-buildUnnamed2151() {
+buildUnnamed2169() {
var o = new core.List<api.GroupLicense>();
o.add(buildGroupLicense());
o.add(buildGroupLicense());
return o;
}
-checkUnnamed2151(core.List<api.GroupLicense> o) {
+checkUnnamed2169(core.List<api.GroupLicense> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupLicense(o[0]);
checkGroupLicense(o[1]);
@@ -729,7 +729,7 @@ buildGroupLicensesListResponse() {
var o = new api.GroupLicensesListResponse();
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- o.groupLicense = buildUnnamed2151();
+ o.groupLicense = buildUnnamed2169();
o.kind = "foo";
}
buildCounterGroupLicensesListResponse--;
@@ -739,7 +739,7 @@ buildGroupLicensesListResponse() {
checkGroupLicensesListResponse(api.GroupLicensesListResponse o) {
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- checkUnnamed2151(o.groupLicense);
+ checkUnnamed2169(o.groupLicense);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterGroupLicensesListResponse--;
@@ -797,14 +797,14 @@ checkInstallFailureEvent(api.InstallFailureEvent o) {
buildCounterInstallFailureEvent--;
}
-buildUnnamed2152() {
+buildUnnamed2170() {
var o = new core.List<api.Install>();
o.add(buildInstall());
o.add(buildInstall());
return o;
}
-checkUnnamed2152(core.List<api.Install> o) {
+checkUnnamed2170(core.List<api.Install> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstall(o[0]);
checkInstall(o[1]);
@@ -815,7 +815,7 @@ buildInstallsListResponse() {
var o = new api.InstallsListResponse();
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- o.install = buildUnnamed2152();
+ o.install = buildUnnamed2170();
o.kind = "foo";
}
buildCounterInstallsListResponse--;
@@ -825,7 +825,7 @@ buildInstallsListResponse() {
checkInstallsListResponse(api.InstallsListResponse o) {
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- checkUnnamed2152(o.install);
+ checkUnnamed2170(o.install);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterInstallsListResponse--;
@@ -852,14 +852,14 @@ checkLocalizedText(api.LocalizedText o) {
buildCounterLocalizedText--;
}
-buildUnnamed2153() {
+buildUnnamed2171() {
var o = new core.List<api.ManagedProperty>();
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-checkUnnamed2153(core.List<api.ManagedProperty> o) {
+checkUnnamed2171(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0]);
checkManagedProperty(o[1]);
@@ -871,7 +871,7 @@ buildManagedConfiguration() {
buildCounterManagedConfiguration++;
if (buildCounterManagedConfiguration < 3) {
o.kind = "foo";
- o.managedProperty = buildUnnamed2153();
+ o.managedProperty = buildUnnamed2171();
o.productId = "foo";
}
buildCounterManagedConfiguration--;
@@ -882,20 +882,20 @@ checkManagedConfiguration(api.ManagedConfiguration o) {
buildCounterManagedConfiguration++;
if (buildCounterManagedConfiguration < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2153(o.managedProperty);
+ checkUnnamed2171(o.managedProperty);
unittest.expect(o.productId, unittest.equals('foo'));
}
buildCounterManagedConfiguration--;
}
-buildUnnamed2154() {
+buildUnnamed2172() {
var o = new core.List<api.ManagedConfiguration>();
o.add(buildManagedConfiguration());
o.add(buildManagedConfiguration());
return o;
}
-checkUnnamed2154(core.List<api.ManagedConfiguration> o) {
+checkUnnamed2172(core.List<api.ManagedConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfiguration(o[0]);
checkManagedConfiguration(o[1]);
@@ -907,7 +907,7 @@ buildManagedConfigurationsForDeviceListResponse() {
buildCounterManagedConfigurationsForDeviceListResponse++;
if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
o.kind = "foo";
- o.managedConfigurationForDevice = buildUnnamed2154();
+ o.managedConfigurationForDevice = buildUnnamed2172();
}
buildCounterManagedConfigurationsForDeviceListResponse--;
return o;
@@ -917,19 +917,19 @@ checkManagedConfigurationsForDeviceListResponse(api.ManagedConfigurationsForDevi
buildCounterManagedConfigurationsForDeviceListResponse++;
if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2154(o.managedConfigurationForDevice);
+ checkUnnamed2172(o.managedConfigurationForDevice);
}
buildCounterManagedConfigurationsForDeviceListResponse--;
}
-buildUnnamed2155() {
+buildUnnamed2173() {
var o = new core.List<api.ManagedConfiguration>();
o.add(buildManagedConfiguration());
o.add(buildManagedConfiguration());
return o;
}
-checkUnnamed2155(core.List<api.ManagedConfiguration> o) {
+checkUnnamed2173(core.List<api.ManagedConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfiguration(o[0]);
checkManagedConfiguration(o[1]);
@@ -941,7 +941,7 @@ buildManagedConfigurationsForUserListResponse() {
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
o.kind = "foo";
- o.managedConfigurationForUser = buildUnnamed2155();
+ o.managedConfigurationForUser = buildUnnamed2173();
}
buildCounterManagedConfigurationsForUserListResponse--;
return o;
@@ -951,32 +951,32 @@ checkManagedConfigurationsForUserListResponse(api.ManagedConfigurationsForUserLi
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2155(o.managedConfigurationForUser);
+ checkUnnamed2173(o.managedConfigurationForUser);
}
buildCounterManagedConfigurationsForUserListResponse--;
}
-buildUnnamed2156() {
+buildUnnamed2174() {
var o = new core.List<api.ManagedPropertyBundle>();
o.add(buildManagedPropertyBundle());
o.add(buildManagedPropertyBundle());
return o;
}
-checkUnnamed2156(core.List<api.ManagedPropertyBundle> o) {
+checkUnnamed2174(core.List<api.ManagedPropertyBundle> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedPropertyBundle(o[0]);
checkManagedPropertyBundle(o[1]);
}
-buildUnnamed2157() {
+buildUnnamed2175() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2157(core.List<core.String> o) {
+checkUnnamed2175(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'));
@@ -990,10 +990,10 @@ buildManagedProperty() {
o.key = "foo";
o.valueBool = true;
o.valueBundle = buildManagedPropertyBundle();
- o.valueBundleArray = buildUnnamed2156();
+ o.valueBundleArray = buildUnnamed2174();
o.valueInteger = 42;
o.valueString = "foo";
- o.valueStringArray = buildUnnamed2157();
+ o.valueStringArray = buildUnnamed2175();
}
buildCounterManagedProperty--;
return o;
@@ -1005,22 +1005,22 @@ checkManagedProperty(api.ManagedProperty o) {
unittest.expect(o.key, unittest.equals('foo'));
unittest.expect(o.valueBool, unittest.isTrue);
checkManagedPropertyBundle(o.valueBundle);
- checkUnnamed2156(o.valueBundleArray);
+ checkUnnamed2174(o.valueBundleArray);
unittest.expect(o.valueInteger, unittest.equals(42));
unittest.expect(o.valueString, unittest.equals('foo'));
- checkUnnamed2157(o.valueStringArray);
+ checkUnnamed2175(o.valueStringArray);
}
buildCounterManagedProperty--;
}
-buildUnnamed2158() {
+buildUnnamed2176() {
var o = new core.List<api.ManagedProperty>();
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-checkUnnamed2158(core.List<api.ManagedProperty> o) {
+checkUnnamed2176(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0]);
checkManagedProperty(o[1]);
@@ -1031,7 +1031,7 @@ buildManagedPropertyBundle() {
var o = new api.ManagedPropertyBundle();
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- o.managedProperty = buildUnnamed2158();
+ o.managedProperty = buildUnnamed2176();
}
buildCounterManagedPropertyBundle--;
return o;
@@ -1040,7 +1040,7 @@ buildManagedPropertyBundle() {
checkManagedPropertyBundle(api.ManagedPropertyBundle o) {
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- checkUnnamed2158(o.managedProperty);
+ checkUnnamed2176(o.managedProperty);
}
buildCounterManagedPropertyBundle--;
}
@@ -1068,27 +1068,27 @@ checkNewDeviceEvent(api.NewDeviceEvent o) {
buildCounterNewDeviceEvent--;
}
-buildUnnamed2159() {
+buildUnnamed2177() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2159(core.List<core.String> o) {
+checkUnnamed2177(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'));
}
-buildUnnamed2160() {
+buildUnnamed2178() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2160(core.List<core.String> o) {
+checkUnnamed2178(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'));
@@ -1099,9 +1099,9 @@ buildNewPermissionsEvent() {
var o = new api.NewPermissionsEvent();
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- o.approvedPermissions = buildUnnamed2159();
+ o.approvedPermissions = buildUnnamed2177();
o.productId = "foo";
- o.requestedPermissions = buildUnnamed2160();
+ o.requestedPermissions = buildUnnamed2178();
}
buildCounterNewPermissionsEvent--;
return o;
@@ -1110,9 +1110,9 @@ buildNewPermissionsEvent() {
checkNewPermissionsEvent(api.NewPermissionsEvent o) {
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- checkUnnamed2159(o.approvedPermissions);
+ checkUnnamed2177(o.approvedPermissions);
unittest.expect(o.productId, unittest.equals('foo'));
- checkUnnamed2160(o.requestedPermissions);
+ checkUnnamed2178(o.requestedPermissions);
}
buildCounterNewPermissionsEvent--;
}
@@ -1154,14 +1154,14 @@ checkNotification(api.Notification o) {
buildCounterNotification--;
}
-buildUnnamed2161() {
+buildUnnamed2179() {
var o = new core.List<api.Notification>();
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-checkUnnamed2161(core.List<api.Notification> o) {
+checkUnnamed2179(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0]);
checkNotification(o[1]);
@@ -1173,7 +1173,7 @@ buildNotificationSet() {
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
o.kind = "foo";
- o.notification = buildUnnamed2161();
+ o.notification = buildUnnamed2179();
o.notificationSetId = "foo";
}
buildCounterNotificationSet--;
@@ -1184,7 +1184,7 @@ checkNotificationSet(api.NotificationSet o) {
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2161(o.notification);
+ checkUnnamed2179(o.notification);
unittest.expect(o.notificationSetId, unittest.equals('foo'));
}
buildCounterNotificationSet--;
@@ -1238,14 +1238,14 @@ checkPermission(api.Permission o) {
buildCounterPermission--;
}
-buildUnnamed2162() {
+buildUnnamed2180() {
var o = new core.List<api.AppVersion>();
o.add(buildAppVersion());
o.add(buildAppVersion());
return o;
}
-checkUnnamed2162(core.List<api.AppVersion> o) {
+checkUnnamed2180(core.List<api.AppVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppVersion(o[0]);
checkAppVersion(o[1]);
@@ -1256,7 +1256,7 @@ buildProduct() {
var o = new api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.appVersion = buildUnnamed2162();
+ o.appVersion = buildUnnamed2180();
o.authorName = "foo";
o.detailsUrl = "foo";
o.distributionChannel = "foo";
@@ -1276,7 +1276,7 @@ buildProduct() {
checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed2162(o.appVersion);
+ checkUnnamed2180(o.appVersion);
unittest.expect(o.authorName, unittest.equals('foo'));
unittest.expect(o.detailsUrl, unittest.equals('foo'));
unittest.expect(o.distributionChannel, unittest.equals('foo'));
@@ -1355,14 +1355,14 @@ checkProductPermission(api.ProductPermission o) {
buildCounterProductPermission--;
}
-buildUnnamed2163() {
+buildUnnamed2181() {
var o = new core.List<api.ProductPermission>();
o.add(buildProductPermission());
o.add(buildProductPermission());
return o;
}
-checkUnnamed2163(core.List<api.ProductPermission> o) {
+checkUnnamed2181(core.List<api.ProductPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPermission(o[0]);
checkProductPermission(o[1]);
@@ -1374,7 +1374,7 @@ buildProductPermissions() {
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
o.kind = "foo";
- o.permission = buildUnnamed2163();
+ o.permission = buildUnnamed2181();
o.productId = "foo";
}
buildCounterProductPermissions--;
@@ -1385,20 +1385,20 @@ checkProductPermissions(api.ProductPermissions o) {
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2163(o.permission);
+ checkUnnamed2181(o.permission);
unittest.expect(o.productId, unittest.equals('foo'));
}
buildCounterProductPermissions--;
}
-buildUnnamed2164() {
+buildUnnamed2182() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2164(core.List<core.String> o) {
+checkUnnamed2182(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'));
@@ -1410,7 +1410,7 @@ buildProductSet() {
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
o.kind = "foo";
- o.productId = buildUnnamed2164();
+ o.productId = buildUnnamed2182();
o.productSetBehavior = "foo";
}
buildCounterProductSet--;
@@ -1421,7 +1421,7 @@ checkProductSet(api.ProductSet o) {
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2164(o.productId);
+ checkUnnamed2182(o.productId);
unittest.expect(o.productSetBehavior, unittest.equals('foo'));
}
buildCounterProductSet--;
@@ -1467,14 +1467,14 @@ checkProductsGenerateApprovalUrlResponse(api.ProductsGenerateApprovalUrlResponse
buildCounterProductsGenerateApprovalUrlResponse--;
}
-buildUnnamed2165() {
+buildUnnamed2183() {
var o = new core.List<api.Product>();
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-checkUnnamed2165(core.List<api.Product> o) {
+checkUnnamed2183(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0]);
checkProduct(o[1]);
@@ -1487,7 +1487,7 @@ buildProductsListResponse() {
if (buildCounterProductsListResponse < 3) {
o.kind = "foo";
o.pageInfo = buildPageInfo();
- o.product = buildUnnamed2165();
+ o.product = buildUnnamed2183();
o.tokenPagination = buildTokenPagination();
}
buildCounterProductsListResponse--;
@@ -1499,7 +1499,7 @@ checkProductsListResponse(api.ProductsListResponse o) {
if (buildCounterProductsListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
- checkUnnamed2165(o.product);
+ checkUnnamed2183(o.product);
checkTokenPagination(o.tokenPagination);
}
buildCounterProductsListResponse--;
@@ -1555,14 +1555,14 @@ checkServiceAccountKey(api.ServiceAccountKey o) {
buildCounterServiceAccountKey--;
}
-buildUnnamed2166() {
+buildUnnamed2184() {
var o = new core.List<api.ServiceAccountKey>();
o.add(buildServiceAccountKey());
o.add(buildServiceAccountKey());
return o;
}
-checkUnnamed2166(core.List<api.ServiceAccountKey> o) {
+checkUnnamed2184(core.List<api.ServiceAccountKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountKey(o[0]);
checkServiceAccountKey(o[1]);
@@ -1573,7 +1573,7 @@ buildServiceAccountKeysListResponse() {
var o = new api.ServiceAccountKeysListResponse();
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- o.serviceAccountKey = buildUnnamed2166();
+ o.serviceAccountKey = buildUnnamed2184();
}
buildCounterServiceAccountKeysListResponse--;
return o;
@@ -1582,7 +1582,7 @@ buildServiceAccountKeysListResponse() {
checkServiceAccountKeysListResponse(api.ServiceAccountKeysListResponse o) {
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- checkUnnamed2166(o.serviceAccountKey);
+ checkUnnamed2184(o.serviceAccountKey);
}
buildCounterServiceAccountKeysListResponse--;
}
@@ -1610,27 +1610,27 @@ checkSignupInfo(api.SignupInfo o) {
buildCounterSignupInfo--;
}
-buildUnnamed2167() {
+buildUnnamed2185() {
var o = new core.List<api.LocalizedText>();
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-checkUnnamed2167(core.List<api.LocalizedText> o) {
+checkUnnamed2185(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0]);
checkLocalizedText(o[1]);
}
-buildUnnamed2168() {
+buildUnnamed2186() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2168(core.List<core.String> o) {
+checkUnnamed2186(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'));
@@ -1643,9 +1643,9 @@ buildStoreCluster() {
if (buildCounterStoreCluster < 3) {
o.id = "foo";
o.kind = "foo";
- o.name = buildUnnamed2167();
+ o.name = buildUnnamed2185();
o.orderInPage = "foo";
- o.productId = buildUnnamed2168();
+ o.productId = buildUnnamed2186();
}
buildCounterStoreCluster--;
return o;
@@ -1656,9 +1656,9 @@ checkStoreCluster(api.StoreCluster o) {
if (buildCounterStoreCluster < 3) {
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2167(o.name);
+ checkUnnamed2185(o.name);
unittest.expect(o.orderInPage, unittest.equals('foo'));
- checkUnnamed2168(o.productId);
+ checkUnnamed2186(o.productId);
}
buildCounterStoreCluster--;
}
@@ -1686,14 +1686,14 @@ checkStoreLayout(api.StoreLayout o) {
buildCounterStoreLayout--;
}
-buildUnnamed2169() {
+buildUnnamed2187() {
var o = new core.List<api.StoreCluster>();
o.add(buildStoreCluster());
o.add(buildStoreCluster());
return o;
}
-checkUnnamed2169(core.List<api.StoreCluster> o) {
+checkUnnamed2187(core.List<api.StoreCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkStoreCluster(o[0]);
checkStoreCluster(o[1]);
@@ -1704,7 +1704,7 @@ buildStoreLayoutClustersListResponse() {
var o = new api.StoreLayoutClustersListResponse();
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- o.cluster = buildUnnamed2169();
+ o.cluster = buildUnnamed2187();
o.kind = "foo";
}
buildCounterStoreLayoutClustersListResponse--;
@@ -1714,20 +1714,20 @@ buildStoreLayoutClustersListResponse() {
checkStoreLayoutClustersListResponse(api.StoreLayoutClustersListResponse o) {
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- checkUnnamed2169(o.cluster);
+ checkUnnamed2187(o.cluster);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterStoreLayoutClustersListResponse--;
}
-buildUnnamed2170() {
+buildUnnamed2188() {
var o = new core.List<api.StorePage>();
o.add(buildStorePage());
o.add(buildStorePage());
return o;
}
-checkUnnamed2170(core.List<api.StorePage> o) {
+checkUnnamed2188(core.List<api.StorePage> o) {
unittest.expect(o, unittest.hasLength(2));
checkStorePage(o[0]);
checkStorePage(o[1]);
@@ -1739,7 +1739,7 @@ buildStoreLayoutPagesListResponse() {
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
o.kind = "foo";
- o.page = buildUnnamed2170();
+ o.page = buildUnnamed2188();
}
buildCounterStoreLayoutPagesListResponse--;
return o;
@@ -1749,32 +1749,32 @@ checkStoreLayoutPagesListResponse(api.StoreLayoutPagesListResponse o) {
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2170(o.page);
+ checkUnnamed2188(o.page);
}
buildCounterStoreLayoutPagesListResponse--;
}
-buildUnnamed2171() {
+buildUnnamed2189() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2171(core.List<core.String> o) {
+checkUnnamed2189(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'));
}
-buildUnnamed2172() {
+buildUnnamed2190() {
var o = new core.List<api.LocalizedText>();
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-checkUnnamed2172(core.List<api.LocalizedText> o) {
+checkUnnamed2190(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0]);
checkLocalizedText(o[1]);
@@ -1787,8 +1787,8 @@ buildStorePage() {
if (buildCounterStorePage < 3) {
o.id = "foo";
o.kind = "foo";
- o.link = buildUnnamed2171();
- o.name = buildUnnamed2172();
+ o.link = buildUnnamed2189();
+ o.name = buildUnnamed2190();
}
buildCounterStorePage--;
return o;
@@ -1799,8 +1799,8 @@ checkStorePage(api.StorePage o) {
if (buildCounterStorePage < 3) {
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2171(o.link);
- checkUnnamed2172(o.name);
+ checkUnnamed2189(o.link);
+ checkUnnamed2190(o.name);
}
buildCounterStorePage--;
}
@@ -1880,14 +1880,14 @@ checkUserToken(api.UserToken o) {
buildCounterUserToken--;
}
-buildUnnamed2173() {
+buildUnnamed2191() {
var o = new core.List<api.User>();
o.add(buildUser());
o.add(buildUser());
return o;
}
-checkUnnamed2173(core.List<api.User> o) {
+checkUnnamed2191(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0]);
checkUser(o[1]);
@@ -1899,7 +1899,7 @@ buildUsersListResponse() {
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
o.kind = "foo";
- o.user = buildUnnamed2173();
+ o.user = buildUnnamed2191();
}
buildCounterUsersListResponse--;
return o;
@@ -1909,7 +1909,7 @@ checkUsersListResponse(api.UsersListResponse o) {
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed2173(o.user);
+ checkUnnamed2191(o.user);
}
buildCounterUsersListResponse--;
}

Powered by Google App Engine
This is Rietveld 408576698