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

Unified Diff: generated/googleapis/test/androidenterprise/v1_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/test/androidenterprise/v1_test.dart
diff --git a/generated/googleapis/test/androidenterprise/v1_test.dart b/generated/googleapis/test/androidenterprise/v1_test.dart
index c6b2a51ffc537c74b75f806bbe0157d831f4eeeb..77b2dfd75fb7d87f8b15ea26481cdd3d82f44940 100644
--- a/generated/googleapis/test/androidenterprise/v1_test.dart
+++ b/generated/googleapis/test/androidenterprise/v1_test.dart
@@ -70,14 +70,14 @@ checkAdministrator(api.Administrator o) {
buildCounterAdministrator--;
}
-buildUnnamed396() {
+buildUnnamed2372() {
var o = new core.List<api.AppRestrictionsSchemaRestriction>();
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-checkUnnamed396(core.List<api.AppRestrictionsSchemaRestriction> o) {
+checkUnnamed2372(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(o[0]);
checkAppRestrictionsSchemaRestriction(o[1]);
@@ -89,7 +89,7 @@ buildAppRestrictionsSchema() {
buildCounterAppRestrictionsSchema++;
if (buildCounterAppRestrictionsSchema < 3) {
o.kind = "foo";
- o.restrictions = buildUnnamed396();
+ o.restrictions = buildUnnamed2372();
}
buildCounterAppRestrictionsSchema--;
return o;
@@ -99,7 +99,7 @@ checkAppRestrictionsSchema(api.AppRestrictionsSchema o) {
buildCounterAppRestrictionsSchema++;
if (buildCounterAppRestrictionsSchema < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed396(o.restrictions);
+ checkUnnamed2372(o.restrictions);
}
buildCounterAppRestrictionsSchema--;
}
@@ -123,40 +123,40 @@ checkAppRestrictionsSchemaChangeEvent(api.AppRestrictionsSchemaChangeEvent o) {
buildCounterAppRestrictionsSchemaChangeEvent--;
}
-buildUnnamed397() {
+buildUnnamed2373() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed397(core.List<core.String> o) {
+checkUnnamed2373(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'));
}
-buildUnnamed398() {
+buildUnnamed2374() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed398(core.List<core.String> o) {
+checkUnnamed2374(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'));
}
-buildUnnamed399() {
+buildUnnamed2375() {
var o = new core.List<api.AppRestrictionsSchemaRestriction>();
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-checkUnnamed399(core.List<api.AppRestrictionsSchemaRestriction> o) {
+checkUnnamed2375(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(o[0]);
checkAppRestrictionsSchemaRestriction(o[1]);
@@ -169,10 +169,10 @@ buildAppRestrictionsSchemaRestriction() {
if (buildCounterAppRestrictionsSchemaRestriction < 3) {
o.defaultValue = buildAppRestrictionsSchemaRestrictionRestrictionValue();
o.description = "foo";
- o.entry = buildUnnamed397();
- o.entryValue = buildUnnamed398();
+ o.entry = buildUnnamed2373();
+ o.entryValue = buildUnnamed2374();
o.key = "foo";
- o.nestedRestriction = buildUnnamed399();
+ o.nestedRestriction = buildUnnamed2375();
o.restrictionType = "foo";
o.title = "foo";
}
@@ -185,24 +185,24 @@ checkAppRestrictionsSchemaRestriction(api.AppRestrictionsSchemaRestriction o) {
if (buildCounterAppRestrictionsSchemaRestriction < 3) {
checkAppRestrictionsSchemaRestrictionRestrictionValue(o.defaultValue);
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed397(o.entry);
- checkUnnamed398(o.entryValue);
+ checkUnnamed2373(o.entry);
+ checkUnnamed2374(o.entryValue);
unittest.expect(o.key, unittest.equals('foo'));
- checkUnnamed399(o.nestedRestriction);
+ checkUnnamed2375(o.nestedRestriction);
unittest.expect(o.restrictionType, unittest.equals('foo'));
unittest.expect(o.title, unittest.equals('foo'));
}
buildCounterAppRestrictionsSchemaRestriction--;
}
-buildUnnamed400() {
+buildUnnamed2376() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed400(core.List<core.String> o) {
+checkUnnamed2376(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'));
@@ -216,7 +216,7 @@ buildAppRestrictionsSchemaRestrictionRestrictionValue() {
o.type = "foo";
o.valueBool = true;
o.valueInteger = 42;
- o.valueMultiselect = buildUnnamed400();
+ o.valueMultiselect = buildUnnamed2376();
o.valueString = "foo";
}
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
@@ -229,7 +229,7 @@ checkAppRestrictionsSchemaRestrictionRestrictionValue(api.AppRestrictionsSchemaR
unittest.expect(o.type, unittest.equals('foo'));
unittest.expect(o.valueBool, unittest.isTrue);
unittest.expect(o.valueInteger, unittest.equals(42));
- checkUnnamed400(o.valueMultiselect);
+ checkUnnamed2376(o.valueMultiselect);
unittest.expect(o.valueString, unittest.equals('foo'));
}
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
@@ -317,14 +317,14 @@ checkAuthenticationToken(api.AuthenticationToken o) {
buildCounterAuthenticationToken--;
}
-buildUnnamed401() {
+buildUnnamed2377() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed401(core.List<core.String> o) {
+checkUnnamed2377(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'));
@@ -338,7 +338,7 @@ buildCollection() {
o.collectionId = "foo";
o.kind = "foo";
o.name = "foo";
- o.productId = buildUnnamed401();
+ o.productId = buildUnnamed2377();
o.visibility = "foo";
}
buildCounterCollection--;
@@ -351,20 +351,20 @@ checkCollection(api.Collection o) {
unittest.expect(o.collectionId, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed401(o.productId);
+ checkUnnamed2377(o.productId);
unittest.expect(o.visibility, unittest.equals('foo'));
}
buildCounterCollection--;
}
-buildUnnamed402() {
+buildUnnamed2378() {
var o = new core.List<api.User>();
o.add(buildUser());
o.add(buildUser());
return o;
}
-checkUnnamed402(core.List<api.User> o) {
+checkUnnamed2378(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0]);
checkUser(o[1]);
@@ -376,7 +376,7 @@ buildCollectionViewersListResponse() {
buildCounterCollectionViewersListResponse++;
if (buildCounterCollectionViewersListResponse < 3) {
o.kind = "foo";
- o.user = buildUnnamed402();
+ o.user = buildUnnamed2378();
}
buildCounterCollectionViewersListResponse--;
return o;
@@ -386,19 +386,19 @@ checkCollectionViewersListResponse(api.CollectionViewersListResponse o) {
buildCounterCollectionViewersListResponse++;
if (buildCounterCollectionViewersListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed402(o.user);
+ checkUnnamed2378(o.user);
}
buildCounterCollectionViewersListResponse--;
}
-buildUnnamed403() {
+buildUnnamed2379() {
var o = new core.List<api.Collection>();
o.add(buildCollection());
o.add(buildCollection());
return o;
}
-checkUnnamed403(core.List<api.Collection> o) {
+checkUnnamed2379(core.List<api.Collection> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollection(o[0]);
checkCollection(o[1]);
@@ -409,7 +409,7 @@ buildCollectionsListResponse() {
var o = new api.CollectionsListResponse();
buildCounterCollectionsListResponse++;
if (buildCounterCollectionsListResponse < 3) {
- o.collection = buildUnnamed403();
+ o.collection = buildUnnamed2379();
o.kind = "foo";
}
buildCounterCollectionsListResponse--;
@@ -419,7 +419,7 @@ buildCollectionsListResponse() {
checkCollectionsListResponse(api.CollectionsListResponse o) {
buildCounterCollectionsListResponse++;
if (buildCounterCollectionsListResponse < 3) {
- checkUnnamed403(o.collection);
+ checkUnnamed2379(o.collection);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterCollectionsListResponse--;
@@ -469,14 +469,14 @@ checkDeviceState(api.DeviceState o) {
buildCounterDeviceState--;
}
-buildUnnamed404() {
+buildUnnamed2380() {
var o = new core.List<api.Device>();
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-checkUnnamed404(core.List<api.Device> o) {
+checkUnnamed2380(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0]);
checkDevice(o[1]);
@@ -487,7 +487,7 @@ buildDevicesListResponse() {
var o = new api.DevicesListResponse();
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- o.device = buildUnnamed404();
+ o.device = buildUnnamed2380();
o.kind = "foo";
}
buildCounterDevicesListResponse--;
@@ -497,20 +497,20 @@ buildDevicesListResponse() {
checkDevicesListResponse(api.DevicesListResponse o) {
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- checkUnnamed404(o.device);
+ checkUnnamed2380(o.device);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterDevicesListResponse--;
}
-buildUnnamed405() {
+buildUnnamed2381() {
var o = new core.List<api.Administrator>();
o.add(buildAdministrator());
o.add(buildAdministrator());
return o;
}
-checkUnnamed405(core.List<api.Administrator> o) {
+checkUnnamed2381(core.List<api.Administrator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdministrator(o[0]);
checkAdministrator(o[1]);
@@ -521,7 +521,7 @@ buildEnterprise() {
var o = new api.Enterprise();
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- o.administrator = buildUnnamed405();
+ o.administrator = buildUnnamed2381();
o.id = "foo";
o.kind = "foo";
o.name = "foo";
@@ -534,7 +534,7 @@ buildEnterprise() {
checkEnterprise(api.Enterprise o) {
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- checkUnnamed405(o.administrator);
+ checkUnnamed2381(o.administrator);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -564,14 +564,14 @@ checkEnterpriseAccount(api.EnterpriseAccount o) {
buildCounterEnterpriseAccount--;
}
-buildUnnamed406() {
+buildUnnamed2382() {
var o = new core.List<api.Enterprise>();
o.add(buildEnterprise());
o.add(buildEnterprise());
return o;
}
-checkUnnamed406(core.List<api.Enterprise> o) {
+checkUnnamed2382(core.List<api.Enterprise> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnterprise(o[0]);
checkEnterprise(o[1]);
@@ -582,7 +582,7 @@ buildEnterprisesListResponse() {
var o = new api.EnterprisesListResponse();
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- o.enterprise = buildUnnamed406();
+ o.enterprise = buildUnnamed2382();
o.kind = "foo";
}
buildCounterEnterprisesListResponse--;
@@ -592,7 +592,7 @@ buildEnterprisesListResponse() {
checkEnterprisesListResponse(api.EnterprisesListResponse o) {
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- checkUnnamed406(o.enterprise);
+ checkUnnamed2382(o.enterprise);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterEnterprisesListResponse--;
@@ -642,14 +642,14 @@ checkEntitlement(api.Entitlement o) {
buildCounterEntitlement--;
}
-buildUnnamed407() {
+buildUnnamed2383() {
var o = new core.List<api.Entitlement>();
o.add(buildEntitlement());
o.add(buildEntitlement());
return o;
}
-checkUnnamed407(core.List<api.Entitlement> o) {
+checkUnnamed2383(core.List<api.Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntitlement(o[0]);
checkEntitlement(o[1]);
@@ -660,7 +660,7 @@ buildEntitlementsListResponse() {
var o = new api.EntitlementsListResponse();
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- o.entitlement = buildUnnamed407();
+ o.entitlement = buildUnnamed2383();
o.kind = "foo";
}
buildCounterEntitlementsListResponse--;
@@ -670,7 +670,7 @@ buildEntitlementsListResponse() {
checkEntitlementsListResponse(api.EntitlementsListResponse o) {
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- checkUnnamed407(o.entitlement);
+ checkUnnamed2383(o.entitlement);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterEntitlementsListResponse--;
@@ -705,14 +705,14 @@ checkGroupLicense(api.GroupLicense o) {
buildCounterGroupLicense--;
}
-buildUnnamed408() {
+buildUnnamed2384() {
var o = new core.List<api.User>();
o.add(buildUser());
o.add(buildUser());
return o;
}
-checkUnnamed408(core.List<api.User> o) {
+checkUnnamed2384(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0]);
checkUser(o[1]);
@@ -724,7 +724,7 @@ buildGroupLicenseUsersListResponse() {
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
o.kind = "foo";
- o.user = buildUnnamed408();
+ o.user = buildUnnamed2384();
}
buildCounterGroupLicenseUsersListResponse--;
return o;
@@ -734,19 +734,19 @@ checkGroupLicenseUsersListResponse(api.GroupLicenseUsersListResponse o) {
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed408(o.user);
+ checkUnnamed2384(o.user);
}
buildCounterGroupLicenseUsersListResponse--;
}
-buildUnnamed409() {
+buildUnnamed2385() {
var o = new core.List<api.GroupLicense>();
o.add(buildGroupLicense());
o.add(buildGroupLicense());
return o;
}
-checkUnnamed409(core.List<api.GroupLicense> o) {
+checkUnnamed2385(core.List<api.GroupLicense> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupLicense(o[0]);
checkGroupLicense(o[1]);
@@ -757,7 +757,7 @@ buildGroupLicensesListResponse() {
var o = new api.GroupLicensesListResponse();
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- o.groupLicense = buildUnnamed409();
+ o.groupLicense = buildUnnamed2385();
o.kind = "foo";
}
buildCounterGroupLicensesListResponse--;
@@ -767,7 +767,7 @@ buildGroupLicensesListResponse() {
checkGroupLicensesListResponse(api.GroupLicensesListResponse o) {
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- checkUnnamed409(o.groupLicense);
+ checkUnnamed2385(o.groupLicense);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterGroupLicensesListResponse--;
@@ -825,14 +825,14 @@ checkInstallFailureEvent(api.InstallFailureEvent o) {
buildCounterInstallFailureEvent--;
}
-buildUnnamed410() {
+buildUnnamed2386() {
var o = new core.List<api.Install>();
o.add(buildInstall());
o.add(buildInstall());
return o;
}
-checkUnnamed410(core.List<api.Install> o) {
+checkUnnamed2386(core.List<api.Install> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstall(o[0]);
checkInstall(o[1]);
@@ -843,7 +843,7 @@ buildInstallsListResponse() {
var o = new api.InstallsListResponse();
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- o.install = buildUnnamed410();
+ o.install = buildUnnamed2386();
o.kind = "foo";
}
buildCounterInstallsListResponse--;
@@ -853,7 +853,7 @@ buildInstallsListResponse() {
checkInstallsListResponse(api.InstallsListResponse o) {
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- checkUnnamed410(o.install);
+ checkUnnamed2386(o.install);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterInstallsListResponse--;
@@ -880,14 +880,14 @@ checkLocalizedText(api.LocalizedText o) {
buildCounterLocalizedText--;
}
-buildUnnamed411() {
+buildUnnamed2387() {
var o = new core.List<api.ManagedProperty>();
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-checkUnnamed411(core.List<api.ManagedProperty> o) {
+checkUnnamed2387(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0]);
checkManagedProperty(o[1]);
@@ -899,7 +899,7 @@ buildManagedConfiguration() {
buildCounterManagedConfiguration++;
if (buildCounterManagedConfiguration < 3) {
o.kind = "foo";
- o.managedProperty = buildUnnamed411();
+ o.managedProperty = buildUnnamed2387();
o.productId = "foo";
}
buildCounterManagedConfiguration--;
@@ -910,20 +910,20 @@ checkManagedConfiguration(api.ManagedConfiguration o) {
buildCounterManagedConfiguration++;
if (buildCounterManagedConfiguration < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed411(o.managedProperty);
+ checkUnnamed2387(o.managedProperty);
unittest.expect(o.productId, unittest.equals('foo'));
}
buildCounterManagedConfiguration--;
}
-buildUnnamed412() {
+buildUnnamed2388() {
var o = new core.List<api.ManagedConfiguration>();
o.add(buildManagedConfiguration());
o.add(buildManagedConfiguration());
return o;
}
-checkUnnamed412(core.List<api.ManagedConfiguration> o) {
+checkUnnamed2388(core.List<api.ManagedConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfiguration(o[0]);
checkManagedConfiguration(o[1]);
@@ -935,7 +935,7 @@ buildManagedConfigurationsForDeviceListResponse() {
buildCounterManagedConfigurationsForDeviceListResponse++;
if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
o.kind = "foo";
- o.managedConfigurationForDevice = buildUnnamed412();
+ o.managedConfigurationForDevice = buildUnnamed2388();
}
buildCounterManagedConfigurationsForDeviceListResponse--;
return o;
@@ -945,19 +945,19 @@ checkManagedConfigurationsForDeviceListResponse(api.ManagedConfigurationsForDevi
buildCounterManagedConfigurationsForDeviceListResponse++;
if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed412(o.managedConfigurationForDevice);
+ checkUnnamed2388(o.managedConfigurationForDevice);
}
buildCounterManagedConfigurationsForDeviceListResponse--;
}
-buildUnnamed413() {
+buildUnnamed2389() {
var o = new core.List<api.ManagedConfiguration>();
o.add(buildManagedConfiguration());
o.add(buildManagedConfiguration());
return o;
}
-checkUnnamed413(core.List<api.ManagedConfiguration> o) {
+checkUnnamed2389(core.List<api.ManagedConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfiguration(o[0]);
checkManagedConfiguration(o[1]);
@@ -969,7 +969,7 @@ buildManagedConfigurationsForUserListResponse() {
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
o.kind = "foo";
- o.managedConfigurationForUser = buildUnnamed413();
+ o.managedConfigurationForUser = buildUnnamed2389();
}
buildCounterManagedConfigurationsForUserListResponse--;
return o;
@@ -979,32 +979,32 @@ checkManagedConfigurationsForUserListResponse(api.ManagedConfigurationsForUserLi
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed413(o.managedConfigurationForUser);
+ checkUnnamed2389(o.managedConfigurationForUser);
}
buildCounterManagedConfigurationsForUserListResponse--;
}
-buildUnnamed414() {
+buildUnnamed2390() {
var o = new core.List<api.ManagedPropertyBundle>();
o.add(buildManagedPropertyBundle());
o.add(buildManagedPropertyBundle());
return o;
}
-checkUnnamed414(core.List<api.ManagedPropertyBundle> o) {
+checkUnnamed2390(core.List<api.ManagedPropertyBundle> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedPropertyBundle(o[0]);
checkManagedPropertyBundle(o[1]);
}
-buildUnnamed415() {
+buildUnnamed2391() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed415(core.List<core.String> o) {
+checkUnnamed2391(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'));
@@ -1018,10 +1018,10 @@ buildManagedProperty() {
o.key = "foo";
o.valueBool = true;
o.valueBundle = buildManagedPropertyBundle();
- o.valueBundleArray = buildUnnamed414();
+ o.valueBundleArray = buildUnnamed2390();
o.valueInteger = 42;
o.valueString = "foo";
- o.valueStringArray = buildUnnamed415();
+ o.valueStringArray = buildUnnamed2391();
}
buildCounterManagedProperty--;
return o;
@@ -1033,22 +1033,22 @@ checkManagedProperty(api.ManagedProperty o) {
unittest.expect(o.key, unittest.equals('foo'));
unittest.expect(o.valueBool, unittest.isTrue);
checkManagedPropertyBundle(o.valueBundle);
- checkUnnamed414(o.valueBundleArray);
+ checkUnnamed2390(o.valueBundleArray);
unittest.expect(o.valueInteger, unittest.equals(42));
unittest.expect(o.valueString, unittest.equals('foo'));
- checkUnnamed415(o.valueStringArray);
+ checkUnnamed2391(o.valueStringArray);
}
buildCounterManagedProperty--;
}
-buildUnnamed416() {
+buildUnnamed2392() {
var o = new core.List<api.ManagedProperty>();
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-checkUnnamed416(core.List<api.ManagedProperty> o) {
+checkUnnamed2392(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0]);
checkManagedProperty(o[1]);
@@ -1059,7 +1059,7 @@ buildManagedPropertyBundle() {
var o = new api.ManagedPropertyBundle();
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- o.managedProperty = buildUnnamed416();
+ o.managedProperty = buildUnnamed2392();
}
buildCounterManagedPropertyBundle--;
return o;
@@ -1068,32 +1068,32 @@ buildManagedPropertyBundle() {
checkManagedPropertyBundle(api.ManagedPropertyBundle o) {
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- checkUnnamed416(o.managedProperty);
+ checkUnnamed2392(o.managedProperty);
}
buildCounterManagedPropertyBundle--;
}
-buildUnnamed417() {
+buildUnnamed2393() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed417(core.List<core.String> o) {
+checkUnnamed2393(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'));
}
-buildUnnamed418() {
+buildUnnamed2394() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed418(core.List<core.String> o) {
+checkUnnamed2394(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'));
@@ -1104,9 +1104,9 @@ buildNewPermissionsEvent() {
var o = new api.NewPermissionsEvent();
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- o.approvedPermissions = buildUnnamed417();
+ o.approvedPermissions = buildUnnamed2393();
o.productId = "foo";
- o.requestedPermissions = buildUnnamed418();
+ o.requestedPermissions = buildUnnamed2394();
}
buildCounterNewPermissionsEvent--;
return o;
@@ -1115,9 +1115,9 @@ buildNewPermissionsEvent() {
checkNewPermissionsEvent(api.NewPermissionsEvent o) {
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- checkUnnamed417(o.approvedPermissions);
+ checkUnnamed2393(o.approvedPermissions);
unittest.expect(o.productId, unittest.equals('foo'));
- checkUnnamed418(o.requestedPermissions);
+ checkUnnamed2394(o.requestedPermissions);
}
buildCounterNewPermissionsEvent--;
}
@@ -1155,14 +1155,14 @@ checkNotification(api.Notification o) {
buildCounterNotification--;
}
-buildUnnamed419() {
+buildUnnamed2395() {
var o = new core.List<api.Notification>();
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-checkUnnamed419(core.List<api.Notification> o) {
+checkUnnamed2395(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0]);
checkNotification(o[1]);
@@ -1174,7 +1174,7 @@ buildNotificationSet() {
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
o.kind = "foo";
- o.notification = buildUnnamed419();
+ o.notification = buildUnnamed2395();
o.notificationSetId = "foo";
}
buildCounterNotificationSet--;
@@ -1185,7 +1185,7 @@ checkNotificationSet(api.NotificationSet o) {
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed419(o.notification);
+ checkUnnamed2395(o.notification);
unittest.expect(o.notificationSetId, unittest.equals('foo'));
}
buildCounterNotificationSet--;
@@ -1239,14 +1239,14 @@ checkPermission(api.Permission o) {
buildCounterPermission--;
}
-buildUnnamed420() {
+buildUnnamed2396() {
var o = new core.List<api.AppVersion>();
o.add(buildAppVersion());
o.add(buildAppVersion());
return o;
}
-checkUnnamed420(core.List<api.AppVersion> o) {
+checkUnnamed2396(core.List<api.AppVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppVersion(o[0]);
checkAppVersion(o[1]);
@@ -1257,7 +1257,7 @@ buildProduct() {
var o = new api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.appVersion = buildUnnamed420();
+ o.appVersion = buildUnnamed2396();
o.authorName = "foo";
o.detailsUrl = "foo";
o.distributionChannel = "foo";
@@ -1277,7 +1277,7 @@ buildProduct() {
checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed420(o.appVersion);
+ checkUnnamed2396(o.appVersion);
unittest.expect(o.authorName, unittest.equals('foo'));
unittest.expect(o.detailsUrl, unittest.equals('foo'));
unittest.expect(o.distributionChannel, unittest.equals('foo'));
@@ -1356,14 +1356,14 @@ checkProductPermission(api.ProductPermission o) {
buildCounterProductPermission--;
}
-buildUnnamed421() {
+buildUnnamed2397() {
var o = new core.List<api.ProductPermission>();
o.add(buildProductPermission());
o.add(buildProductPermission());
return o;
}
-checkUnnamed421(core.List<api.ProductPermission> o) {
+checkUnnamed2397(core.List<api.ProductPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPermission(o[0]);
checkProductPermission(o[1]);
@@ -1375,7 +1375,7 @@ buildProductPermissions() {
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
o.kind = "foo";
- o.permission = buildUnnamed421();
+ o.permission = buildUnnamed2397();
o.productId = "foo";
}
buildCounterProductPermissions--;
@@ -1386,20 +1386,20 @@ checkProductPermissions(api.ProductPermissions o) {
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed421(o.permission);
+ checkUnnamed2397(o.permission);
unittest.expect(o.productId, unittest.equals('foo'));
}
buildCounterProductPermissions--;
}
-buildUnnamed422() {
+buildUnnamed2398() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed422(core.List<core.String> o) {
+checkUnnamed2398(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'));
@@ -1411,7 +1411,7 @@ buildProductSet() {
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
o.kind = "foo";
- o.productId = buildUnnamed422();
+ o.productId = buildUnnamed2398();
}
buildCounterProductSet--;
return o;
@@ -1421,7 +1421,7 @@ checkProductSet(api.ProductSet o) {
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed422(o.productId);
+ checkUnnamed2398(o.productId);
}
buildCounterProductSet--;
}
@@ -1464,14 +1464,14 @@ checkProductsGenerateApprovalUrlResponse(api.ProductsGenerateApprovalUrlResponse
buildCounterProductsGenerateApprovalUrlResponse--;
}
-buildUnnamed423() {
+buildUnnamed2399() {
var o = new core.List<api.Product>();
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-checkUnnamed423(core.List<api.Product> o) {
+checkUnnamed2399(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0]);
checkProduct(o[1]);
@@ -1484,7 +1484,7 @@ buildProductsListResponse() {
if (buildCounterProductsListResponse < 3) {
o.kind = "foo";
o.pageInfo = buildPageInfo();
- o.product = buildUnnamed423();
+ o.product = buildUnnamed2399();
o.tokenPagination = buildTokenPagination();
}
buildCounterProductsListResponse--;
@@ -1496,7 +1496,7 @@ checkProductsListResponse(api.ProductsListResponse o) {
if (buildCounterProductsListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
checkPageInfo(o.pageInfo);
- checkUnnamed423(o.product);
+ checkUnnamed2399(o.product);
checkTokenPagination(o.tokenPagination);
}
buildCounterProductsListResponse--;
@@ -1550,14 +1550,14 @@ checkServiceAccountKey(api.ServiceAccountKey o) {
buildCounterServiceAccountKey--;
}
-buildUnnamed424() {
+buildUnnamed2400() {
var o = new core.List<api.ServiceAccountKey>();
o.add(buildServiceAccountKey());
o.add(buildServiceAccountKey());
return o;
}
-checkUnnamed424(core.List<api.ServiceAccountKey> o) {
+checkUnnamed2400(core.List<api.ServiceAccountKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountKey(o[0]);
checkServiceAccountKey(o[1]);
@@ -1568,7 +1568,7 @@ buildServiceAccountKeysListResponse() {
var o = new api.ServiceAccountKeysListResponse();
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- o.serviceAccountKey = buildUnnamed424();
+ o.serviceAccountKey = buildUnnamed2400();
}
buildCounterServiceAccountKeysListResponse--;
return o;
@@ -1577,7 +1577,7 @@ buildServiceAccountKeysListResponse() {
checkServiceAccountKeysListResponse(api.ServiceAccountKeysListResponse o) {
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- checkUnnamed424(o.serviceAccountKey);
+ checkUnnamed2400(o.serviceAccountKey);
}
buildCounterServiceAccountKeysListResponse--;
}
@@ -1605,27 +1605,27 @@ checkSignupInfo(api.SignupInfo o) {
buildCounterSignupInfo--;
}
-buildUnnamed425() {
+buildUnnamed2401() {
var o = new core.List<api.LocalizedText>();
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-checkUnnamed425(core.List<api.LocalizedText> o) {
+checkUnnamed2401(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0]);
checkLocalizedText(o[1]);
}
-buildUnnamed426() {
+buildUnnamed2402() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed426(core.List<core.String> o) {
+checkUnnamed2402(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'));
@@ -1638,9 +1638,9 @@ buildStoreCluster() {
if (buildCounterStoreCluster < 3) {
o.id = "foo";
o.kind = "foo";
- o.name = buildUnnamed425();
+ o.name = buildUnnamed2401();
o.orderInPage = "foo";
- o.productId = buildUnnamed426();
+ o.productId = buildUnnamed2402();
}
buildCounterStoreCluster--;
return o;
@@ -1651,9 +1651,9 @@ checkStoreCluster(api.StoreCluster o) {
if (buildCounterStoreCluster < 3) {
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed425(o.name);
+ checkUnnamed2401(o.name);
unittest.expect(o.orderInPage, unittest.equals('foo'));
- checkUnnamed426(o.productId);
+ checkUnnamed2402(o.productId);
}
buildCounterStoreCluster--;
}
@@ -1679,14 +1679,14 @@ checkStoreLayout(api.StoreLayout o) {
buildCounterStoreLayout--;
}
-buildUnnamed427() {
+buildUnnamed2403() {
var o = new core.List<api.StoreCluster>();
o.add(buildStoreCluster());
o.add(buildStoreCluster());
return o;
}
-checkUnnamed427(core.List<api.StoreCluster> o) {
+checkUnnamed2403(core.List<api.StoreCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkStoreCluster(o[0]);
checkStoreCluster(o[1]);
@@ -1697,7 +1697,7 @@ buildStoreLayoutClustersListResponse() {
var o = new api.StoreLayoutClustersListResponse();
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- o.cluster = buildUnnamed427();
+ o.cluster = buildUnnamed2403();
o.kind = "foo";
}
buildCounterStoreLayoutClustersListResponse--;
@@ -1707,20 +1707,20 @@ buildStoreLayoutClustersListResponse() {
checkStoreLayoutClustersListResponse(api.StoreLayoutClustersListResponse o) {
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- checkUnnamed427(o.cluster);
+ checkUnnamed2403(o.cluster);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterStoreLayoutClustersListResponse--;
}
-buildUnnamed428() {
+buildUnnamed2404() {
var o = new core.List<api.StorePage>();
o.add(buildStorePage());
o.add(buildStorePage());
return o;
}
-checkUnnamed428(core.List<api.StorePage> o) {
+checkUnnamed2404(core.List<api.StorePage> o) {
unittest.expect(o, unittest.hasLength(2));
checkStorePage(o[0]);
checkStorePage(o[1]);
@@ -1732,7 +1732,7 @@ buildStoreLayoutPagesListResponse() {
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
o.kind = "foo";
- o.page = buildUnnamed428();
+ o.page = buildUnnamed2404();
}
buildCounterStoreLayoutPagesListResponse--;
return o;
@@ -1742,32 +1742,32 @@ checkStoreLayoutPagesListResponse(api.StoreLayoutPagesListResponse o) {
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed428(o.page);
+ checkUnnamed2404(o.page);
}
buildCounterStoreLayoutPagesListResponse--;
}
-buildUnnamed429() {
+buildUnnamed2405() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed429(core.List<core.String> o) {
+checkUnnamed2405(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'));
}
-buildUnnamed430() {
+buildUnnamed2406() {
var o = new core.List<api.LocalizedText>();
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-checkUnnamed430(core.List<api.LocalizedText> o) {
+checkUnnamed2406(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0]);
checkLocalizedText(o[1]);
@@ -1780,8 +1780,8 @@ buildStorePage() {
if (buildCounterStorePage < 3) {
o.id = "foo";
o.kind = "foo";
- o.link = buildUnnamed429();
- o.name = buildUnnamed430();
+ o.link = buildUnnamed2405();
+ o.name = buildUnnamed2406();
}
buildCounterStorePage--;
return o;
@@ -1792,8 +1792,8 @@ checkStorePage(api.StorePage o) {
if (buildCounterStorePage < 3) {
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed429(o.link);
- checkUnnamed430(o.name);
+ checkUnnamed2405(o.link);
+ checkUnnamed2406(o.name);
}
buildCounterStorePage--;
}
@@ -1873,14 +1873,14 @@ checkUserToken(api.UserToken o) {
buildCounterUserToken--;
}
-buildUnnamed431() {
+buildUnnamed2407() {
var o = new core.List<api.User>();
o.add(buildUser());
o.add(buildUser());
return o;
}
-checkUnnamed431(core.List<api.User> o) {
+checkUnnamed2407(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0]);
checkUser(o[1]);
@@ -1892,7 +1892,7 @@ buildUsersListResponse() {
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
o.kind = "foo";
- o.user = buildUnnamed431();
+ o.user = buildUnnamed2407();
}
buildCounterUsersListResponse--;
return o;
@@ -1902,7 +1902,7 @@ checkUsersListResponse(api.UsersListResponse o) {
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed431(o.user);
+ checkUnnamed2407(o.user);
}
buildCounterUsersListResponse--;
}
« no previous file with comments | « generated/googleapis/test/analyticsreporting/v4_test.dart ('k') | generated/googleapis/test/androidpublisher/v2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698