| Index: generated/googleapis/test/analytics/v3_test.dart
|
| diff --git a/generated/googleapis/test/analytics/v3_test.dart b/generated/googleapis/test/analytics/v3_test.dart
|
| index 131034ad3a08eea1ea102e836b6c92ec30ea9228..12087fe22d7948de07ba107d8c8ae64c52f2eeaf 100644
|
| --- a/generated/googleapis/test/analytics/v3_test.dart
|
| +++ b/generated/googleapis/test/analytics/v3_test.dart
|
| @@ -72,14 +72,14 @@ checkAccountChildLink(api.AccountChildLink o) {
|
| buildCounterAccountChildLink--;
|
| }
|
|
|
| -buildUnnamed236() {
|
| +buildUnnamed1177() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed236(core.List<core.String> o) {
|
| +checkUnnamed1177(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'));
|
| @@ -90,7 +90,7 @@ buildAccountPermissions() {
|
| var o = new api.AccountPermissions();
|
| buildCounterAccountPermissions++;
|
| if (buildCounterAccountPermissions < 3) {
|
| - o.effective = buildUnnamed236();
|
| + o.effective = buildUnnamed1177();
|
| }
|
| buildCounterAccountPermissions--;
|
| return o;
|
| @@ -99,7 +99,7 @@ buildAccountPermissions() {
|
| checkAccountPermissions(api.AccountPermissions o) {
|
| buildCounterAccountPermissions++;
|
| if (buildCounterAccountPermissions < 3) {
|
| - checkUnnamed236(o.effective);
|
| + checkUnnamed1177(o.effective);
|
| }
|
| buildCounterAccountPermissions--;
|
| }
|
| @@ -162,14 +162,14 @@ checkAccountRef(api.AccountRef o) {
|
| buildCounterAccountRef--;
|
| }
|
|
|
| -buildUnnamed237() {
|
| +buildUnnamed1178() {
|
| var o = new core.List<api.AccountSummary>();
|
| o.add(buildAccountSummary());
|
| o.add(buildAccountSummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed237(core.List<api.AccountSummary> o) {
|
| +checkUnnamed1178(core.List<api.AccountSummary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountSummary(o[0]);
|
| checkAccountSummary(o[1]);
|
| @@ -180,7 +180,7 @@ buildAccountSummaries() {
|
| var o = new api.AccountSummaries();
|
| buildCounterAccountSummaries++;
|
| if (buildCounterAccountSummaries < 3) {
|
| - o.items = buildUnnamed237();
|
| + o.items = buildUnnamed1178();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -196,7 +196,7 @@ buildAccountSummaries() {
|
| checkAccountSummaries(api.AccountSummaries o) {
|
| buildCounterAccountSummaries++;
|
| if (buildCounterAccountSummaries < 3) {
|
| - checkUnnamed237(o.items);
|
| + checkUnnamed1178(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -208,14 +208,14 @@ checkAccountSummaries(api.AccountSummaries o) {
|
| buildCounterAccountSummaries--;
|
| }
|
|
|
| -buildUnnamed238() {
|
| +buildUnnamed1179() {
|
| var o = new core.List<api.WebPropertySummary>();
|
| o.add(buildWebPropertySummary());
|
| o.add(buildWebPropertySummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed238(core.List<api.WebPropertySummary> o) {
|
| +checkUnnamed1179(core.List<api.WebPropertySummary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWebPropertySummary(o[0]);
|
| checkWebPropertySummary(o[1]);
|
| @@ -229,7 +229,7 @@ buildAccountSummary() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.webProperties = buildUnnamed238();
|
| + o.webProperties = buildUnnamed1179();
|
| }
|
| buildCounterAccountSummary--;
|
| return o;
|
| @@ -241,7 +241,7 @@ checkAccountSummary(api.AccountSummary o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed238(o.webProperties);
|
| + checkUnnamed1179(o.webProperties);
|
| }
|
| buildCounterAccountSummary--;
|
| }
|
| @@ -275,14 +275,14 @@ checkAccountTicket(api.AccountTicket o) {
|
| buildCounterAccountTicket--;
|
| }
|
|
|
| -buildUnnamed239() {
|
| +buildUnnamed1180() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed239(core.List<api.Account> o) {
|
| +checkUnnamed1180(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -293,7 +293,7 @@ buildAccounts() {
|
| var o = new api.Accounts();
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| - o.items = buildUnnamed239();
|
| + o.items = buildUnnamed1180();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -309,7 +309,7 @@ buildAccounts() {
|
| checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| - checkUnnamed239(o.items);
|
| + checkUnnamed1180(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -344,14 +344,14 @@ checkAdWordsAccount(api.AdWordsAccount o) {
|
| buildCounterAdWordsAccount--;
|
| }
|
|
|
| -buildUnnamed240() {
|
| +buildUnnamed1181() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed240(core.List<core.String> o) {
|
| +checkUnnamed1181(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'));
|
| @@ -362,7 +362,7 @@ buildAnalyticsDataimportDeleteUploadDataRequest() {
|
| var o = new api.AnalyticsDataimportDeleteUploadDataRequest();
|
| buildCounterAnalyticsDataimportDeleteUploadDataRequest++;
|
| if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) {
|
| - o.customDataImportUids = buildUnnamed240();
|
| + o.customDataImportUids = buildUnnamed1181();
|
| }
|
| buildCounterAnalyticsDataimportDeleteUploadDataRequest--;
|
| return o;
|
| @@ -371,19 +371,19 @@ buildAnalyticsDataimportDeleteUploadDataRequest() {
|
| checkAnalyticsDataimportDeleteUploadDataRequest(api.AnalyticsDataimportDeleteUploadDataRequest o) {
|
| buildCounterAnalyticsDataimportDeleteUploadDataRequest++;
|
| if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) {
|
| - checkUnnamed240(o.customDataImportUids);
|
| + checkUnnamed1181(o.customDataImportUids);
|
| }
|
| buildCounterAnalyticsDataimportDeleteUploadDataRequest--;
|
| }
|
|
|
| -buildUnnamed241() {
|
| +buildUnnamed1182() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed241(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1182(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'));
|
| @@ -394,7 +394,7 @@ buildColumn() {
|
| var o = new api.Column();
|
| buildCounterColumn++;
|
| if (buildCounterColumn < 3) {
|
| - o.attributes = buildUnnamed241();
|
| + o.attributes = buildUnnamed1182();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -405,34 +405,34 @@ buildColumn() {
|
| checkColumn(api.Column o) {
|
| buildCounterColumn++;
|
| if (buildCounterColumn < 3) {
|
| - checkUnnamed241(o.attributes);
|
| + checkUnnamed1182(o.attributes);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterColumn--;
|
| }
|
|
|
| -buildUnnamed242() {
|
| +buildUnnamed1183() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed242(core.List<core.String> o) {
|
| +checkUnnamed1183(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'));
|
| }
|
|
|
| -buildUnnamed243() {
|
| +buildUnnamed1184() {
|
| var o = new core.List<api.Column>();
|
| o.add(buildColumn());
|
| o.add(buildColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed243(core.List<api.Column> o) {
|
| +checkUnnamed1184(core.List<api.Column> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColumn(o[0]);
|
| checkColumn(o[1]);
|
| @@ -443,9 +443,9 @@ buildColumns() {
|
| var o = new api.Columns();
|
| buildCounterColumns++;
|
| if (buildCounterColumns < 3) {
|
| - o.attributeNames = buildUnnamed242();
|
| + o.attributeNames = buildUnnamed1183();
|
| o.etag = "foo";
|
| - o.items = buildUnnamed243();
|
| + o.items = buildUnnamed1184();
|
| o.kind = "foo";
|
| o.totalResults = 42;
|
| }
|
| @@ -456,9 +456,9 @@ buildColumns() {
|
| checkColumns(api.Columns o) {
|
| buildCounterColumns++;
|
| if (buildCounterColumns < 3) {
|
| - checkUnnamed242(o.attributeNames);
|
| + checkUnnamed1183(o.attributeNames);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed243(o.items);
|
| + checkUnnamed1184(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.totalResults, unittest.equals(42));
|
| }
|
| @@ -507,14 +507,14 @@ checkCustomDataSourceParentLink(api.CustomDataSourceParentLink o) {
|
| buildCounterCustomDataSourceParentLink--;
|
| }
|
|
|
| -buildUnnamed244() {
|
| +buildUnnamed1185() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed244(core.List<core.String> o) {
|
| +checkUnnamed1185(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -534,7 +534,7 @@ buildCustomDataSource() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentLink = buildCustomDataSourceParentLink();
|
| - o.profilesLinked = buildUnnamed244();
|
| + o.profilesLinked = buildUnnamed1185();
|
| o.selfLink = "foo";
|
| o.type = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -557,7 +557,7 @@ checkCustomDataSource(api.CustomDataSource o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkCustomDataSourceParentLink(o.parentLink);
|
| - checkUnnamed244(o.profilesLinked);
|
| + checkUnnamed1185(o.profilesLinked);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -567,14 +567,14 @@ checkCustomDataSource(api.CustomDataSource o) {
|
| buildCounterCustomDataSource--;
|
| }
|
|
|
| -buildUnnamed245() {
|
| +buildUnnamed1186() {
|
| var o = new core.List<api.CustomDataSource>();
|
| o.add(buildCustomDataSource());
|
| o.add(buildCustomDataSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed245(core.List<api.CustomDataSource> o) {
|
| +checkUnnamed1186(core.List<api.CustomDataSource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomDataSource(o[0]);
|
| checkCustomDataSource(o[1]);
|
| @@ -585,7 +585,7 @@ buildCustomDataSources() {
|
| var o = new api.CustomDataSources();
|
| buildCounterCustomDataSources++;
|
| if (buildCounterCustomDataSources < 3) {
|
| - o.items = buildUnnamed245();
|
| + o.items = buildUnnamed1186();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -601,7 +601,7 @@ buildCustomDataSources() {
|
| checkCustomDataSources(api.CustomDataSources o) {
|
| buildCounterCustomDataSources++;
|
| if (buildCounterCustomDataSources < 3) {
|
| - checkUnnamed245(o.items);
|
| + checkUnnamed1186(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -675,14 +675,14 @@ checkCustomDimension(api.CustomDimension o) {
|
| buildCounterCustomDimension--;
|
| }
|
|
|
| -buildUnnamed246() {
|
| +buildUnnamed1187() {
|
| var o = new core.List<api.CustomDimension>();
|
| o.add(buildCustomDimension());
|
| o.add(buildCustomDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed246(core.List<api.CustomDimension> o) {
|
| +checkUnnamed1187(core.List<api.CustomDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomDimension(o[0]);
|
| checkCustomDimension(o[1]);
|
| @@ -693,7 +693,7 @@ buildCustomDimensions() {
|
| var o = new api.CustomDimensions();
|
| buildCounterCustomDimensions++;
|
| if (buildCounterCustomDimensions < 3) {
|
| - o.items = buildUnnamed246();
|
| + o.items = buildUnnamed1187();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -709,7 +709,7 @@ buildCustomDimensions() {
|
| checkCustomDimensions(api.CustomDimensions o) {
|
| buildCounterCustomDimensions++;
|
| if (buildCounterCustomDimensions < 3) {
|
| - checkUnnamed246(o.items);
|
| + checkUnnamed1187(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -789,14 +789,14 @@ checkCustomMetric(api.CustomMetric o) {
|
| buildCounterCustomMetric--;
|
| }
|
|
|
| -buildUnnamed247() {
|
| +buildUnnamed1188() {
|
| var o = new core.List<api.CustomMetric>();
|
| o.add(buildCustomMetric());
|
| o.add(buildCustomMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed247(core.List<api.CustomMetric> o) {
|
| +checkUnnamed1188(core.List<api.CustomMetric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomMetric(o[0]);
|
| checkCustomMetric(o[1]);
|
| @@ -807,7 +807,7 @@ buildCustomMetrics() {
|
| var o = new api.CustomMetrics();
|
| buildCounterCustomMetrics++;
|
| if (buildCounterCustomMetrics < 3) {
|
| - o.items = buildUnnamed247();
|
| + o.items = buildUnnamed1188();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -823,7 +823,7 @@ buildCustomMetrics() {
|
| checkCustomMetrics(api.CustomMetrics o) {
|
| buildCounterCustomMetrics++;
|
| if (buildCounterCustomMetrics < 3) {
|
| - checkUnnamed247(o.items);
|
| + checkUnnamed1188(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -835,14 +835,14 @@ checkCustomMetrics(api.CustomMetrics o) {
|
| buildCounterCustomMetrics--;
|
| }
|
|
|
| -buildUnnamed248() {
|
| +buildUnnamed1189() {
|
| var o = new core.List<api.AdWordsAccount>();
|
| o.add(buildAdWordsAccount());
|
| o.add(buildAdWordsAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed248(core.List<api.AdWordsAccount> o) {
|
| +checkUnnamed1189(core.List<api.AdWordsAccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdWordsAccount(o[0]);
|
| checkAdWordsAccount(o[1]);
|
| @@ -867,14 +867,14 @@ checkEntityAdWordsLinkEntity(api.EntityAdWordsLinkEntity o) {
|
| buildCounterEntityAdWordsLinkEntity--;
|
| }
|
|
|
| -buildUnnamed249() {
|
| +buildUnnamed1190() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed249(core.List<core.String> o) {
|
| +checkUnnamed1190(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'));
|
| @@ -885,12 +885,12 @@ buildEntityAdWordsLink() {
|
| var o = new api.EntityAdWordsLink();
|
| buildCounterEntityAdWordsLink++;
|
| if (buildCounterEntityAdWordsLink < 3) {
|
| - o.adWordsAccounts = buildUnnamed248();
|
| + o.adWordsAccounts = buildUnnamed1189();
|
| o.entity = buildEntityAdWordsLinkEntity();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.profileIds = buildUnnamed249();
|
| + o.profileIds = buildUnnamed1190();
|
| o.selfLink = "foo";
|
| }
|
| buildCounterEntityAdWordsLink--;
|
| @@ -900,25 +900,25 @@ buildEntityAdWordsLink() {
|
| checkEntityAdWordsLink(api.EntityAdWordsLink o) {
|
| buildCounterEntityAdWordsLink++;
|
| if (buildCounterEntityAdWordsLink < 3) {
|
| - checkUnnamed248(o.adWordsAccounts);
|
| + checkUnnamed1189(o.adWordsAccounts);
|
| checkEntityAdWordsLinkEntity(o.entity);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed249(o.profileIds);
|
| + checkUnnamed1190(o.profileIds);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| buildCounterEntityAdWordsLink--;
|
| }
|
|
|
| -buildUnnamed250() {
|
| +buildUnnamed1191() {
|
| var o = new core.List<api.EntityAdWordsLink>();
|
| o.add(buildEntityAdWordsLink());
|
| o.add(buildEntityAdWordsLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed250(core.List<api.EntityAdWordsLink> o) {
|
| +checkUnnamed1191(core.List<api.EntityAdWordsLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityAdWordsLink(o[0]);
|
| checkEntityAdWordsLink(o[1]);
|
| @@ -929,7 +929,7 @@ buildEntityAdWordsLinks() {
|
| var o = new api.EntityAdWordsLinks();
|
| buildCounterEntityAdWordsLinks++;
|
| if (buildCounterEntityAdWordsLinks < 3) {
|
| - o.items = buildUnnamed250();
|
| + o.items = buildUnnamed1191();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -944,7 +944,7 @@ buildEntityAdWordsLinks() {
|
| checkEntityAdWordsLinks(api.EntityAdWordsLinks o) {
|
| buildCounterEntityAdWordsLinks++;
|
| if (buildCounterEntityAdWordsLinks < 3) {
|
| - checkUnnamed250(o.items);
|
| + checkUnnamed1191(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -978,27 +978,27 @@ checkEntityUserLinkEntity(api.EntityUserLinkEntity o) {
|
| buildCounterEntityUserLinkEntity--;
|
| }
|
|
|
| -buildUnnamed251() {
|
| +buildUnnamed1192() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed251(core.List<core.String> o) {
|
| +checkUnnamed1192(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'));
|
| }
|
|
|
| -buildUnnamed252() {
|
| +buildUnnamed1193() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed252(core.List<core.String> o) {
|
| +checkUnnamed1193(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'));
|
| @@ -1009,8 +1009,8 @@ buildEntityUserLinkPermissions() {
|
| var o = new api.EntityUserLinkPermissions();
|
| buildCounterEntityUserLinkPermissions++;
|
| if (buildCounterEntityUserLinkPermissions < 3) {
|
| - o.effective = buildUnnamed251();
|
| - o.local = buildUnnamed252();
|
| + o.effective = buildUnnamed1192();
|
| + o.local = buildUnnamed1193();
|
| }
|
| buildCounterEntityUserLinkPermissions--;
|
| return o;
|
| @@ -1019,8 +1019,8 @@ buildEntityUserLinkPermissions() {
|
| checkEntityUserLinkPermissions(api.EntityUserLinkPermissions o) {
|
| buildCounterEntityUserLinkPermissions++;
|
| if (buildCounterEntityUserLinkPermissions < 3) {
|
| - checkUnnamed251(o.effective);
|
| - checkUnnamed252(o.local);
|
| + checkUnnamed1192(o.effective);
|
| + checkUnnamed1193(o.local);
|
| }
|
| buildCounterEntityUserLinkPermissions--;
|
| }
|
| @@ -1054,14 +1054,14 @@ checkEntityUserLink(api.EntityUserLink o) {
|
| buildCounterEntityUserLink--;
|
| }
|
|
|
| -buildUnnamed253() {
|
| +buildUnnamed1194() {
|
| var o = new core.List<api.EntityUserLink>();
|
| o.add(buildEntityUserLink());
|
| o.add(buildEntityUserLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed253(core.List<api.EntityUserLink> o) {
|
| +checkUnnamed1194(core.List<api.EntityUserLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityUserLink(o[0]);
|
| checkEntityUserLink(o[1]);
|
| @@ -1072,7 +1072,7 @@ buildEntityUserLinks() {
|
| var o = new api.EntityUserLinks();
|
| buildCounterEntityUserLinks++;
|
| if (buildCounterEntityUserLinks < 3) {
|
| - o.items = buildUnnamed253();
|
| + o.items = buildUnnamed1194();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -1087,7 +1087,7 @@ buildEntityUserLinks() {
|
| checkEntityUserLinks(api.EntityUserLinks o) {
|
| buildCounterEntityUserLinks++;
|
| if (buildCounterEntityUserLinks < 3) {
|
| - checkUnnamed253(o.items);
|
| + checkUnnamed1194(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -1146,14 +1146,14 @@ checkExperimentVariations(api.ExperimentVariations o) {
|
| buildCounterExperimentVariations--;
|
| }
|
|
|
| -buildUnnamed254() {
|
| +buildUnnamed1195() {
|
| var o = new core.List<api.ExperimentVariations>();
|
| o.add(buildExperimentVariations());
|
| o.add(buildExperimentVariations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed254(core.List<api.ExperimentVariations> o) {
|
| +checkUnnamed1195(core.List<api.ExperimentVariations> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExperimentVariations(o[0]);
|
| checkExperimentVariations(o[1]);
|
| @@ -1188,7 +1188,7 @@ buildExperiment() {
|
| o.status = "foo";
|
| o.trafficCoverage = 42.0;
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.variations = buildUnnamed254();
|
| + o.variations = buildUnnamed1195();
|
| o.webPropertyId = "foo";
|
| o.winnerConfidenceLevel = 42.0;
|
| o.winnerFound = true;
|
| @@ -1224,7 +1224,7 @@ checkExperiment(api.Experiment o) {
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.trafficCoverage, unittest.equals(42.0));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed254(o.variations);
|
| + checkUnnamed1195(o.variations);
|
| unittest.expect(o.webPropertyId, unittest.equals('foo'));
|
| unittest.expect(o.winnerConfidenceLevel, unittest.equals(42.0));
|
| unittest.expect(o.winnerFound, unittest.isTrue);
|
| @@ -1232,14 +1232,14 @@ checkExperiment(api.Experiment o) {
|
| buildCounterExperiment--;
|
| }
|
|
|
| -buildUnnamed255() {
|
| +buildUnnamed1196() {
|
| var o = new core.List<api.Experiment>();
|
| o.add(buildExperiment());
|
| o.add(buildExperiment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed255(core.List<api.Experiment> o) {
|
| +checkUnnamed1196(core.List<api.Experiment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExperiment(o[0]);
|
| checkExperiment(o[1]);
|
| @@ -1250,7 +1250,7 @@ buildExperiments() {
|
| var o = new api.Experiments();
|
| buildCounterExperiments++;
|
| if (buildCounterExperiments < 3) {
|
| - o.items = buildUnnamed255();
|
| + o.items = buildUnnamed1196();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -1266,7 +1266,7 @@ buildExperiments() {
|
| checkExperiments(api.Experiments o) {
|
| buildCounterExperiments++;
|
| if (buildCounterExperiments < 3) {
|
| - checkUnnamed255(o.items);
|
| + checkUnnamed1196(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -1514,14 +1514,14 @@ checkFilterRef(api.FilterRef o) {
|
| buildCounterFilterRef--;
|
| }
|
|
|
| -buildUnnamed256() {
|
| +buildUnnamed1197() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed256(core.List<api.Filter> o) {
|
| +checkUnnamed1197(core.List<api.Filter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilter(o[0]);
|
| checkFilter(o[1]);
|
| @@ -1532,7 +1532,7 @@ buildFilters() {
|
| var o = new api.Filters();
|
| buildCounterFilters++;
|
| if (buildCounterFilters < 3) {
|
| - o.items = buildUnnamed256();
|
| + o.items = buildUnnamed1197();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -1548,7 +1548,7 @@ buildFilters() {
|
| checkFilters(api.Filters o) {
|
| buildCounterFilters++;
|
| if (buildCounterFilters < 3) {
|
| - checkUnnamed256(o.items);
|
| + checkUnnamed1197(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -1583,14 +1583,14 @@ checkGaDataColumnHeaders(api.GaDataColumnHeaders o) {
|
| buildCounterGaDataColumnHeaders--;
|
| }
|
|
|
| -buildUnnamed257() {
|
| +buildUnnamed1198() {
|
| var o = new core.List<api.GaDataColumnHeaders>();
|
| o.add(buildGaDataColumnHeaders());
|
| o.add(buildGaDataColumnHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed257(core.List<api.GaDataColumnHeaders> o) {
|
| +checkUnnamed1198(core.List<api.GaDataColumnHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGaDataColumnHeaders(o[0]);
|
| checkGaDataColumnHeaders(o[1]);
|
| @@ -1619,14 +1619,14 @@ checkGaDataDataTableCols(api.GaDataDataTableCols o) {
|
| buildCounterGaDataDataTableCols--;
|
| }
|
|
|
| -buildUnnamed258() {
|
| +buildUnnamed1199() {
|
| var o = new core.List<api.GaDataDataTableCols>();
|
| o.add(buildGaDataDataTableCols());
|
| o.add(buildGaDataDataTableCols());
|
| return o;
|
| }
|
|
|
| -checkUnnamed258(core.List<api.GaDataDataTableCols> o) {
|
| +checkUnnamed1199(core.List<api.GaDataDataTableCols> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGaDataDataTableCols(o[0]);
|
| checkGaDataDataTableCols(o[1]);
|
| @@ -1651,14 +1651,14 @@ checkGaDataDataTableRowsC(api.GaDataDataTableRowsC o) {
|
| buildCounterGaDataDataTableRowsC--;
|
| }
|
|
|
| -buildUnnamed259() {
|
| +buildUnnamed1200() {
|
| var o = new core.List<api.GaDataDataTableRowsC>();
|
| o.add(buildGaDataDataTableRowsC());
|
| o.add(buildGaDataDataTableRowsC());
|
| return o;
|
| }
|
|
|
| -checkUnnamed259(core.List<api.GaDataDataTableRowsC> o) {
|
| +checkUnnamed1200(core.List<api.GaDataDataTableRowsC> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGaDataDataTableRowsC(o[0]);
|
| checkGaDataDataTableRowsC(o[1]);
|
| @@ -1669,7 +1669,7 @@ buildGaDataDataTableRows() {
|
| var o = new api.GaDataDataTableRows();
|
| buildCounterGaDataDataTableRows++;
|
| if (buildCounterGaDataDataTableRows < 3) {
|
| - o.c = buildUnnamed259();
|
| + o.c = buildUnnamed1200();
|
| }
|
| buildCounterGaDataDataTableRows--;
|
| return o;
|
| @@ -1678,19 +1678,19 @@ buildGaDataDataTableRows() {
|
| checkGaDataDataTableRows(api.GaDataDataTableRows o) {
|
| buildCounterGaDataDataTableRows++;
|
| if (buildCounterGaDataDataTableRows < 3) {
|
| - checkUnnamed259(o.c);
|
| + checkUnnamed1200(o.c);
|
| }
|
| buildCounterGaDataDataTableRows--;
|
| }
|
|
|
| -buildUnnamed260() {
|
| +buildUnnamed1201() {
|
| var o = new core.List<api.GaDataDataTableRows>();
|
| o.add(buildGaDataDataTableRows());
|
| o.add(buildGaDataDataTableRows());
|
| return o;
|
| }
|
|
|
| -checkUnnamed260(core.List<api.GaDataDataTableRows> o) {
|
| +checkUnnamed1201(core.List<api.GaDataDataTableRows> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGaDataDataTableRows(o[0]);
|
| checkGaDataDataTableRows(o[1]);
|
| @@ -1701,8 +1701,8 @@ buildGaDataDataTable() {
|
| var o = new api.GaDataDataTable();
|
| buildCounterGaDataDataTable++;
|
| if (buildCounterGaDataDataTable < 3) {
|
| - o.cols = buildUnnamed258();
|
| - o.rows = buildUnnamed260();
|
| + o.cols = buildUnnamed1199();
|
| + o.rows = buildUnnamed1201();
|
| }
|
| buildCounterGaDataDataTable--;
|
| return o;
|
| @@ -1711,8 +1711,8 @@ buildGaDataDataTable() {
|
| checkGaDataDataTable(api.GaDataDataTable o) {
|
| buildCounterGaDataDataTable++;
|
| if (buildCounterGaDataDataTable < 3) {
|
| - checkUnnamed258(o.cols);
|
| - checkUnnamed260(o.rows);
|
| + checkUnnamed1199(o.cols);
|
| + checkUnnamed1201(o.rows);
|
| }
|
| buildCounterGaDataDataTable--;
|
| }
|
| @@ -1746,27 +1746,27 @@ checkGaDataProfileInfo(api.GaDataProfileInfo o) {
|
| buildCounterGaDataProfileInfo--;
|
| }
|
|
|
| -buildUnnamed261() {
|
| +buildUnnamed1202() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed261(core.List<core.String> o) {
|
| +checkUnnamed1202(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'));
|
| }
|
|
|
| -buildUnnamed262() {
|
| +buildUnnamed1203() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed262(core.List<core.String> o) {
|
| +checkUnnamed1203(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'));
|
| @@ -1782,10 +1782,10 @@ buildGaDataQuery() {
|
| o.filters = "foo";
|
| o.ids = "foo";
|
| o.max_results = 42;
|
| - o.metrics = buildUnnamed261();
|
| + o.metrics = buildUnnamed1202();
|
| o.samplingLevel = "foo";
|
| o.segment = "foo";
|
| - o.sort = buildUnnamed262();
|
| + o.sort = buildUnnamed1203();
|
| o.start_date = "foo";
|
| o.start_index = 42;
|
| }
|
| @@ -1801,50 +1801,50 @@ checkGaDataQuery(api.GaDataQuery o) {
|
| unittest.expect(o.filters, unittest.equals('foo'));
|
| unittest.expect(o.ids, unittest.equals('foo'));
|
| unittest.expect(o.max_results, unittest.equals(42));
|
| - checkUnnamed261(o.metrics);
|
| + checkUnnamed1202(o.metrics);
|
| unittest.expect(o.samplingLevel, unittest.equals('foo'));
|
| unittest.expect(o.segment, unittest.equals('foo'));
|
| - checkUnnamed262(o.sort);
|
| + checkUnnamed1203(o.sort);
|
| unittest.expect(o.start_date, unittest.equals('foo'));
|
| unittest.expect(o.start_index, unittest.equals(42));
|
| }
|
| buildCounterGaDataQuery--;
|
| }
|
|
|
| -buildUnnamed263() {
|
| +buildUnnamed1204() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed263(core.List<core.String> o) {
|
| +checkUnnamed1204(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'));
|
| }
|
|
|
| -buildUnnamed264() {
|
| +buildUnnamed1205() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed263());
|
| - o.add(buildUnnamed263());
|
| + o.add(buildUnnamed1204());
|
| + o.add(buildUnnamed1204());
|
| return o;
|
| }
|
|
|
| -checkUnnamed264(core.List<core.List<core.String>> o) {
|
| +checkUnnamed1205(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed263(o[0]);
|
| - checkUnnamed263(o[1]);
|
| + checkUnnamed1204(o[0]);
|
| + checkUnnamed1204(o[1]);
|
| }
|
|
|
| -buildUnnamed265() {
|
| +buildUnnamed1206() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed265(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1206(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'));
|
| @@ -1855,7 +1855,7 @@ buildGaData() {
|
| var o = new api.GaData();
|
| buildCounterGaData++;
|
| if (buildCounterGaData < 3) {
|
| - o.columnHeaders = buildUnnamed257();
|
| + o.columnHeaders = buildUnnamed1198();
|
| o.containsSampledData = true;
|
| o.dataTable = buildGaDataDataTable();
|
| o.id = "foo";
|
| @@ -1865,12 +1865,12 @@ buildGaData() {
|
| o.previousLink = "foo";
|
| o.profileInfo = buildGaDataProfileInfo();
|
| o.query = buildGaDataQuery();
|
| - o.rows = buildUnnamed264();
|
| + o.rows = buildUnnamed1205();
|
| o.sampleSize = "foo";
|
| o.sampleSpace = "foo";
|
| o.selfLink = "foo";
|
| o.totalResults = 42;
|
| - o.totalsForAllResults = buildUnnamed265();
|
| + o.totalsForAllResults = buildUnnamed1206();
|
| }
|
| buildCounterGaData--;
|
| return o;
|
| @@ -1879,7 +1879,7 @@ buildGaData() {
|
| checkGaData(api.GaData o) {
|
| buildCounterGaData++;
|
| if (buildCounterGaData < 3) {
|
| - checkUnnamed257(o.columnHeaders);
|
| + checkUnnamed1198(o.columnHeaders);
|
| unittest.expect(o.containsSampledData, unittest.isTrue);
|
| checkGaDataDataTable(o.dataTable);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -1889,12 +1889,12 @@ checkGaData(api.GaData o) {
|
| unittest.expect(o.previousLink, unittest.equals('foo'));
|
| checkGaDataProfileInfo(o.profileInfo);
|
| checkGaDataQuery(o.query);
|
| - checkUnnamed264(o.rows);
|
| + checkUnnamed1205(o.rows);
|
| unittest.expect(o.sampleSize, unittest.equals('foo'));
|
| unittest.expect(o.sampleSpace, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.totalResults, unittest.equals(42));
|
| - checkUnnamed265(o.totalsForAllResults);
|
| + checkUnnamed1206(o.totalsForAllResults);
|
| }
|
| buildCounterGaData--;
|
| }
|
| @@ -1926,14 +1926,14 @@ checkGoalEventDetailsEventConditions(api.GoalEventDetailsEventConditions o) {
|
| buildCounterGoalEventDetailsEventConditions--;
|
| }
|
|
|
| -buildUnnamed266() {
|
| +buildUnnamed1207() {
|
| var o = new core.List<api.GoalEventDetailsEventConditions>();
|
| o.add(buildGoalEventDetailsEventConditions());
|
| o.add(buildGoalEventDetailsEventConditions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed266(core.List<api.GoalEventDetailsEventConditions> o) {
|
| +checkUnnamed1207(core.List<api.GoalEventDetailsEventConditions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGoalEventDetailsEventConditions(o[0]);
|
| checkGoalEventDetailsEventConditions(o[1]);
|
| @@ -1944,7 +1944,7 @@ buildGoalEventDetails() {
|
| var o = new api.GoalEventDetails();
|
| buildCounterGoalEventDetails++;
|
| if (buildCounterGoalEventDetails < 3) {
|
| - o.eventConditions = buildUnnamed266();
|
| + o.eventConditions = buildUnnamed1207();
|
| o.useEventValue = true;
|
| }
|
| buildCounterGoalEventDetails--;
|
| @@ -1954,7 +1954,7 @@ buildGoalEventDetails() {
|
| checkGoalEventDetails(api.GoalEventDetails o) {
|
| buildCounterGoalEventDetails++;
|
| if (buildCounterGoalEventDetails < 3) {
|
| - checkUnnamed266(o.eventConditions);
|
| + checkUnnamed1207(o.eventConditions);
|
| unittest.expect(o.useEventValue, unittest.isTrue);
|
| }
|
| buildCounterGoalEventDetails--;
|
| @@ -2004,14 +2004,14 @@ checkGoalUrlDestinationDetailsSteps(api.GoalUrlDestinationDetailsSteps o) {
|
| buildCounterGoalUrlDestinationDetailsSteps--;
|
| }
|
|
|
| -buildUnnamed267() {
|
| +buildUnnamed1208() {
|
| var o = new core.List<api.GoalUrlDestinationDetailsSteps>();
|
| o.add(buildGoalUrlDestinationDetailsSteps());
|
| o.add(buildGoalUrlDestinationDetailsSteps());
|
| return o;
|
| }
|
|
|
| -checkUnnamed267(core.List<api.GoalUrlDestinationDetailsSteps> o) {
|
| +checkUnnamed1208(core.List<api.GoalUrlDestinationDetailsSteps> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGoalUrlDestinationDetailsSteps(o[0]);
|
| checkGoalUrlDestinationDetailsSteps(o[1]);
|
| @@ -2025,7 +2025,7 @@ buildGoalUrlDestinationDetails() {
|
| o.caseSensitive = true;
|
| o.firstStepRequired = true;
|
| o.matchType = "foo";
|
| - o.steps = buildUnnamed267();
|
| + o.steps = buildUnnamed1208();
|
| o.url = "foo";
|
| }
|
| buildCounterGoalUrlDestinationDetails--;
|
| @@ -2038,7 +2038,7 @@ checkGoalUrlDestinationDetails(api.GoalUrlDestinationDetails o) {
|
| unittest.expect(o.caseSensitive, unittest.isTrue);
|
| unittest.expect(o.firstStepRequired, unittest.isTrue);
|
| unittest.expect(o.matchType, unittest.equals('foo'));
|
| - checkUnnamed267(o.steps);
|
| + checkUnnamed1208(o.steps);
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| }
|
| buildCounterGoalUrlDestinationDetails--;
|
| @@ -2139,14 +2139,14 @@ checkGoal(api.Goal o) {
|
| buildCounterGoal--;
|
| }
|
|
|
| -buildUnnamed268() {
|
| +buildUnnamed1209() {
|
| var o = new core.List<api.Goal>();
|
| o.add(buildGoal());
|
| o.add(buildGoal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed268(core.List<api.Goal> o) {
|
| +checkUnnamed1209(core.List<api.Goal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGoal(o[0]);
|
| checkGoal(o[1]);
|
| @@ -2157,7 +2157,7 @@ buildGoals() {
|
| var o = new api.Goals();
|
| buildCounterGoals++;
|
| if (buildCounterGoals < 3) {
|
| - o.items = buildUnnamed268();
|
| + o.items = buildUnnamed1209();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -2173,7 +2173,7 @@ buildGoals() {
|
| checkGoals(api.Goals o) {
|
| buildCounterGoals++;
|
| if (buildCounterGoals < 3) {
|
| - checkUnnamed268(o.items);
|
| + checkUnnamed1209(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -2208,14 +2208,14 @@ checkMcfDataColumnHeaders(api.McfDataColumnHeaders o) {
|
| buildCounterMcfDataColumnHeaders--;
|
| }
|
|
|
| -buildUnnamed269() {
|
| +buildUnnamed1210() {
|
| var o = new core.List<api.McfDataColumnHeaders>();
|
| o.add(buildMcfDataColumnHeaders());
|
| o.add(buildMcfDataColumnHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed269(core.List<api.McfDataColumnHeaders> o) {
|
| +checkUnnamed1210(core.List<api.McfDataColumnHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMcfDataColumnHeaders(o[0]);
|
| checkMcfDataColumnHeaders(o[1]);
|
| @@ -2250,27 +2250,27 @@ checkMcfDataProfileInfo(api.McfDataProfileInfo o) {
|
| buildCounterMcfDataProfileInfo--;
|
| }
|
|
|
| -buildUnnamed270() {
|
| +buildUnnamed1211() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed270(core.List<core.String> o) {
|
| +checkUnnamed1211(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'));
|
| }
|
|
|
| -buildUnnamed271() {
|
| +buildUnnamed1212() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed271(core.List<core.String> o) {
|
| +checkUnnamed1212(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'));
|
| @@ -2286,10 +2286,10 @@ buildMcfDataQuery() {
|
| o.filters = "foo";
|
| o.ids = "foo";
|
| o.max_results = 42;
|
| - o.metrics = buildUnnamed270();
|
| + o.metrics = buildUnnamed1211();
|
| o.samplingLevel = "foo";
|
| o.segment = "foo";
|
| - o.sort = buildUnnamed271();
|
| + o.sort = buildUnnamed1212();
|
| o.start_date = "foo";
|
| o.start_index = 42;
|
| }
|
| @@ -2305,10 +2305,10 @@ checkMcfDataQuery(api.McfDataQuery o) {
|
| unittest.expect(o.filters, unittest.equals('foo'));
|
| unittest.expect(o.ids, unittest.equals('foo'));
|
| unittest.expect(o.max_results, unittest.equals(42));
|
| - checkUnnamed270(o.metrics);
|
| + checkUnnamed1211(o.metrics);
|
| unittest.expect(o.samplingLevel, unittest.equals('foo'));
|
| unittest.expect(o.segment, unittest.equals('foo'));
|
| - checkUnnamed271(o.sort);
|
| + checkUnnamed1212(o.sort);
|
| unittest.expect(o.start_date, unittest.equals('foo'));
|
| unittest.expect(o.start_index, unittest.equals(42));
|
| }
|
| @@ -2336,14 +2336,14 @@ checkMcfDataRowsConversionPathValue(api.McfDataRowsConversionPathValue o) {
|
| buildCounterMcfDataRowsConversionPathValue--;
|
| }
|
|
|
| -buildUnnamed272() {
|
| +buildUnnamed1213() {
|
| var o = new core.List<api.McfDataRowsConversionPathValue>();
|
| o.add(buildMcfDataRowsConversionPathValue());
|
| o.add(buildMcfDataRowsConversionPathValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed272(core.List<api.McfDataRowsConversionPathValue> o) {
|
| +checkUnnamed1213(core.List<api.McfDataRowsConversionPathValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMcfDataRowsConversionPathValue(o[0]);
|
| checkMcfDataRowsConversionPathValue(o[1]);
|
| @@ -2354,7 +2354,7 @@ buildMcfDataRows() {
|
| var o = new api.McfDataRows();
|
| buildCounterMcfDataRows++;
|
| if (buildCounterMcfDataRows < 3) {
|
| - o.conversionPathValue = buildUnnamed272();
|
| + o.conversionPathValue = buildUnnamed1213();
|
| o.primitiveValue = "foo";
|
| }
|
| buildCounterMcfDataRows--;
|
| @@ -2364,46 +2364,46 @@ buildMcfDataRows() {
|
| checkMcfDataRows(api.McfDataRows o) {
|
| buildCounterMcfDataRows++;
|
| if (buildCounterMcfDataRows < 3) {
|
| - checkUnnamed272(o.conversionPathValue);
|
| + checkUnnamed1213(o.conversionPathValue);
|
| unittest.expect(o.primitiveValue, unittest.equals('foo'));
|
| }
|
| buildCounterMcfDataRows--;
|
| }
|
|
|
| -buildUnnamed273() {
|
| +buildUnnamed1214() {
|
| var o = new core.List<api.McfDataRows>();
|
| o.add(buildMcfDataRows());
|
| o.add(buildMcfDataRows());
|
| return o;
|
| }
|
|
|
| -checkUnnamed273(core.List<api.McfDataRows> o) {
|
| +checkUnnamed1214(core.List<api.McfDataRows> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMcfDataRows(o[0]);
|
| checkMcfDataRows(o[1]);
|
| }
|
|
|
| -buildUnnamed274() {
|
| +buildUnnamed1215() {
|
| var o = new core.List<core.List<api.McfDataRows>>();
|
| - o.add(buildUnnamed273());
|
| - o.add(buildUnnamed273());
|
| + o.add(buildUnnamed1214());
|
| + o.add(buildUnnamed1214());
|
| return o;
|
| }
|
|
|
| -checkUnnamed274(core.List<core.List<api.McfDataRows>> o) {
|
| +checkUnnamed1215(core.List<core.List<api.McfDataRows>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed273(o[0]);
|
| - checkUnnamed273(o[1]);
|
| + checkUnnamed1214(o[0]);
|
| + checkUnnamed1214(o[1]);
|
| }
|
|
|
| -buildUnnamed275() {
|
| +buildUnnamed1216() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed275(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1216(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'));
|
| @@ -2414,7 +2414,7 @@ buildMcfData() {
|
| var o = new api.McfData();
|
| buildCounterMcfData++;
|
| if (buildCounterMcfData < 3) {
|
| - o.columnHeaders = buildUnnamed269();
|
| + o.columnHeaders = buildUnnamed1210();
|
| o.containsSampledData = true;
|
| o.id = "foo";
|
| o.itemsPerPage = 42;
|
| @@ -2423,12 +2423,12 @@ buildMcfData() {
|
| o.previousLink = "foo";
|
| o.profileInfo = buildMcfDataProfileInfo();
|
| o.query = buildMcfDataQuery();
|
| - o.rows = buildUnnamed274();
|
| + o.rows = buildUnnamed1215();
|
| o.sampleSize = "foo";
|
| o.sampleSpace = "foo";
|
| o.selfLink = "foo";
|
| o.totalResults = 42;
|
| - o.totalsForAllResults = buildUnnamed275();
|
| + o.totalsForAllResults = buildUnnamed1216();
|
| }
|
| buildCounterMcfData--;
|
| return o;
|
| @@ -2437,7 +2437,7 @@ buildMcfData() {
|
| checkMcfData(api.McfData o) {
|
| buildCounterMcfData++;
|
| if (buildCounterMcfData < 3) {
|
| - checkUnnamed269(o.columnHeaders);
|
| + checkUnnamed1210(o.columnHeaders);
|
| unittest.expect(o.containsSampledData, unittest.isTrue);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| @@ -2446,12 +2446,12 @@ checkMcfData(api.McfData o) {
|
| unittest.expect(o.previousLink, unittest.equals('foo'));
|
| checkMcfDataProfileInfo(o.profileInfo);
|
| checkMcfDataQuery(o.query);
|
| - checkUnnamed274(o.rows);
|
| + checkUnnamed1215(o.rows);
|
| unittest.expect(o.sampleSize, unittest.equals('foo'));
|
| unittest.expect(o.sampleSpace, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.totalResults, unittest.equals(42));
|
| - checkUnnamed275(o.totalsForAllResults);
|
| + checkUnnamed1216(o.totalsForAllResults);
|
| }
|
| buildCounterMcfData--;
|
| }
|
| @@ -2498,14 +2498,14 @@ checkProfileParentLink(api.ProfileParentLink o) {
|
| buildCounterProfileParentLink--;
|
| }
|
|
|
| -buildUnnamed276() {
|
| +buildUnnamed1217() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed276(core.List<core.String> o) {
|
| +checkUnnamed1217(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'));
|
| @@ -2516,7 +2516,7 @@ buildProfilePermissions() {
|
| var o = new api.ProfilePermissions();
|
| buildCounterProfilePermissions++;
|
| if (buildCounterProfilePermissions < 3) {
|
| - o.effective = buildUnnamed276();
|
| + o.effective = buildUnnamed1217();
|
| }
|
| buildCounterProfilePermissions--;
|
| return o;
|
| @@ -2525,7 +2525,7 @@ buildProfilePermissions() {
|
| checkProfilePermissions(api.ProfilePermissions o) {
|
| buildCounterProfilePermissions++;
|
| if (buildCounterProfilePermissions < 3) {
|
| - checkUnnamed276(o.effective);
|
| + checkUnnamed1217(o.effective);
|
| }
|
| buildCounterProfilePermissions--;
|
| }
|
| @@ -2624,14 +2624,14 @@ checkProfileFilterLink(api.ProfileFilterLink o) {
|
| buildCounterProfileFilterLink--;
|
| }
|
|
|
| -buildUnnamed277() {
|
| +buildUnnamed1218() {
|
| var o = new core.List<api.ProfileFilterLink>();
|
| o.add(buildProfileFilterLink());
|
| o.add(buildProfileFilterLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed277(core.List<api.ProfileFilterLink> o) {
|
| +checkUnnamed1218(core.List<api.ProfileFilterLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProfileFilterLink(o[0]);
|
| checkProfileFilterLink(o[1]);
|
| @@ -2642,7 +2642,7 @@ buildProfileFilterLinks() {
|
| var o = new api.ProfileFilterLinks();
|
| buildCounterProfileFilterLinks++;
|
| if (buildCounterProfileFilterLinks < 3) {
|
| - o.items = buildUnnamed277();
|
| + o.items = buildUnnamed1218();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -2658,7 +2658,7 @@ buildProfileFilterLinks() {
|
| checkProfileFilterLinks(api.ProfileFilterLinks o) {
|
| buildCounterProfileFilterLinks++;
|
| if (buildCounterProfileFilterLinks < 3) {
|
| - checkUnnamed277(o.items);
|
| + checkUnnamed1218(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -2726,14 +2726,14 @@ checkProfileSummary(api.ProfileSummary o) {
|
| buildCounterProfileSummary--;
|
| }
|
|
|
| -buildUnnamed278() {
|
| +buildUnnamed1219() {
|
| var o = new core.List<api.Profile>();
|
| o.add(buildProfile());
|
| o.add(buildProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed278(core.List<api.Profile> o) {
|
| +checkUnnamed1219(core.List<api.Profile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProfile(o[0]);
|
| checkProfile(o[1]);
|
| @@ -2744,7 +2744,7 @@ buildProfiles() {
|
| var o = new api.Profiles();
|
| buildCounterProfiles++;
|
| if (buildCounterProfiles < 3) {
|
| - o.items = buildUnnamed278();
|
| + o.items = buildUnnamed1219();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -2760,7 +2760,7 @@ buildProfiles() {
|
| checkProfiles(api.Profiles o) {
|
| buildCounterProfiles++;
|
| if (buildCounterProfiles < 3) {
|
| - checkUnnamed278(o.items);
|
| + checkUnnamed1219(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -2795,14 +2795,14 @@ checkRealtimeDataColumnHeaders(api.RealtimeDataColumnHeaders o) {
|
| buildCounterRealtimeDataColumnHeaders--;
|
| }
|
|
|
| -buildUnnamed279() {
|
| +buildUnnamed1220() {
|
| var o = new core.List<api.RealtimeDataColumnHeaders>();
|
| o.add(buildRealtimeDataColumnHeaders());
|
| o.add(buildRealtimeDataColumnHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed279(core.List<api.RealtimeDataColumnHeaders> o) {
|
| +checkUnnamed1220(core.List<api.RealtimeDataColumnHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRealtimeDataColumnHeaders(o[0]);
|
| checkRealtimeDataColumnHeaders(o[1]);
|
| @@ -2837,27 +2837,27 @@ checkRealtimeDataProfileInfo(api.RealtimeDataProfileInfo o) {
|
| buildCounterRealtimeDataProfileInfo--;
|
| }
|
|
|
| -buildUnnamed280() {
|
| +buildUnnamed1221() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed280(core.List<core.String> o) {
|
| +checkUnnamed1221(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'));
|
| }
|
|
|
| -buildUnnamed281() {
|
| +buildUnnamed1222() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed281(core.List<core.String> o) {
|
| +checkUnnamed1222(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'));
|
| @@ -2872,8 +2872,8 @@ buildRealtimeDataQuery() {
|
| o.filters = "foo";
|
| o.ids = "foo";
|
| o.max_results = 42;
|
| - o.metrics = buildUnnamed280();
|
| - o.sort = buildUnnamed281();
|
| + o.metrics = buildUnnamed1221();
|
| + o.sort = buildUnnamed1222();
|
| }
|
| buildCounterRealtimeDataQuery--;
|
| return o;
|
| @@ -2886,46 +2886,46 @@ checkRealtimeDataQuery(api.RealtimeDataQuery o) {
|
| unittest.expect(o.filters, unittest.equals('foo'));
|
| unittest.expect(o.ids, unittest.equals('foo'));
|
| unittest.expect(o.max_results, unittest.equals(42));
|
| - checkUnnamed280(o.metrics);
|
| - checkUnnamed281(o.sort);
|
| + checkUnnamed1221(o.metrics);
|
| + checkUnnamed1222(o.sort);
|
| }
|
| buildCounterRealtimeDataQuery--;
|
| }
|
|
|
| -buildUnnamed282() {
|
| +buildUnnamed1223() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed282(core.List<core.String> o) {
|
| +checkUnnamed1223(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'));
|
| }
|
|
|
| -buildUnnamed283() {
|
| +buildUnnamed1224() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed282());
|
| - o.add(buildUnnamed282());
|
| + o.add(buildUnnamed1223());
|
| + o.add(buildUnnamed1223());
|
| return o;
|
| }
|
|
|
| -checkUnnamed283(core.List<core.List<core.String>> o) {
|
| +checkUnnamed1224(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed282(o[0]);
|
| - checkUnnamed282(o[1]);
|
| + checkUnnamed1223(o[0]);
|
| + checkUnnamed1223(o[1]);
|
| }
|
|
|
| -buildUnnamed284() {
|
| +buildUnnamed1225() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed284(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1225(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'));
|
| @@ -2936,15 +2936,15 @@ buildRealtimeData() {
|
| var o = new api.RealtimeData();
|
| buildCounterRealtimeData++;
|
| if (buildCounterRealtimeData < 3) {
|
| - o.columnHeaders = buildUnnamed279();
|
| + o.columnHeaders = buildUnnamed1220();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.profileInfo = buildRealtimeDataProfileInfo();
|
| o.query = buildRealtimeDataQuery();
|
| - o.rows = buildUnnamed283();
|
| + o.rows = buildUnnamed1224();
|
| o.selfLink = "foo";
|
| o.totalResults = 42;
|
| - o.totalsForAllResults = buildUnnamed284();
|
| + o.totalsForAllResults = buildUnnamed1225();
|
| }
|
| buildCounterRealtimeData--;
|
| return o;
|
| @@ -2953,15 +2953,15 @@ buildRealtimeData() {
|
| checkRealtimeData(api.RealtimeData o) {
|
| buildCounterRealtimeData++;
|
| if (buildCounterRealtimeData < 3) {
|
| - checkUnnamed279(o.columnHeaders);
|
| + checkUnnamed1220(o.columnHeaders);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkRealtimeDataProfileInfo(o.profileInfo);
|
| checkRealtimeDataQuery(o.query);
|
| - checkUnnamed283(o.rows);
|
| + checkUnnamed1224(o.rows);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.totalResults, unittest.equals(42));
|
| - checkUnnamed284(o.totalsForAllResults);
|
| + checkUnnamed1225(o.totalsForAllResults);
|
| }
|
| buildCounterRealtimeData--;
|
| }
|
| @@ -3001,14 +3001,14 @@ checkSegment(api.Segment o) {
|
| buildCounterSegment--;
|
| }
|
|
|
| -buildUnnamed285() {
|
| +buildUnnamed1226() {
|
| var o = new core.List<api.Segment>();
|
| o.add(buildSegment());
|
| o.add(buildSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed285(core.List<api.Segment> o) {
|
| +checkUnnamed1226(core.List<api.Segment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSegment(o[0]);
|
| checkSegment(o[1]);
|
| @@ -3019,7 +3019,7 @@ buildSegments() {
|
| var o = new api.Segments();
|
| buildCounterSegments++;
|
| if (buildCounterSegments < 3) {
|
| - o.items = buildUnnamed285();
|
| + o.items = buildUnnamed1226();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -3035,7 +3035,7 @@ buildSegments() {
|
| checkSegments(api.Segments o) {
|
| buildCounterSegments++;
|
| if (buildCounterSegments < 3) {
|
| - checkUnnamed285(o.items);
|
| + checkUnnamed1226(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -3142,14 +3142,14 @@ checkUnsampledReport(api.UnsampledReport o) {
|
| buildCounterUnsampledReport--;
|
| }
|
|
|
| -buildUnnamed286() {
|
| +buildUnnamed1227() {
|
| var o = new core.List<api.UnsampledReport>();
|
| o.add(buildUnsampledReport());
|
| o.add(buildUnsampledReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed286(core.List<api.UnsampledReport> o) {
|
| +checkUnnamed1227(core.List<api.UnsampledReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUnsampledReport(o[0]);
|
| checkUnsampledReport(o[1]);
|
| @@ -3160,7 +3160,7 @@ buildUnsampledReports() {
|
| var o = new api.UnsampledReports();
|
| buildCounterUnsampledReports++;
|
| if (buildCounterUnsampledReports < 3) {
|
| - o.items = buildUnnamed286();
|
| + o.items = buildUnnamed1227();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -3176,7 +3176,7 @@ buildUnsampledReports() {
|
| checkUnsampledReports(api.UnsampledReports o) {
|
| buildCounterUnsampledReports++;
|
| if (buildCounterUnsampledReports < 3) {
|
| - checkUnnamed286(o.items);
|
| + checkUnnamed1227(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -3188,14 +3188,14 @@ checkUnsampledReports(api.UnsampledReports o) {
|
| buildCounterUnsampledReports--;
|
| }
|
|
|
| -buildUnnamed287() {
|
| +buildUnnamed1228() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed287(core.List<core.String> o) {
|
| +checkUnnamed1228(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'));
|
| @@ -3208,7 +3208,7 @@ buildUpload() {
|
| if (buildCounterUpload < 3) {
|
| o.accountId = "foo";
|
| o.customDataSourceId = "foo";
|
| - o.errors = buildUnnamed287();
|
| + o.errors = buildUnnamed1228();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.status = "foo";
|
| @@ -3222,7 +3222,7 @@ checkUpload(api.Upload o) {
|
| if (buildCounterUpload < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.customDataSourceId, unittest.equals('foo'));
|
| - checkUnnamed287(o.errors);
|
| + checkUnnamed1228(o.errors);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| @@ -3230,14 +3230,14 @@ checkUpload(api.Upload o) {
|
| buildCounterUpload--;
|
| }
|
|
|
| -buildUnnamed288() {
|
| +buildUnnamed1229() {
|
| var o = new core.List<api.Upload>();
|
| o.add(buildUpload());
|
| o.add(buildUpload());
|
| return o;
|
| }
|
|
|
| -checkUnnamed288(core.List<api.Upload> o) {
|
| +checkUnnamed1229(core.List<api.Upload> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUpload(o[0]);
|
| checkUpload(o[1]);
|
| @@ -3248,7 +3248,7 @@ buildUploads() {
|
| var o = new api.Uploads();
|
| buildCounterUploads++;
|
| if (buildCounterUploads < 3) {
|
| - o.items = buildUnnamed288();
|
| + o.items = buildUnnamed1229();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -3263,7 +3263,7 @@ buildUploads() {
|
| checkUploads(api.Uploads o) {
|
| buildCounterUploads++;
|
| if (buildCounterUploads < 3) {
|
| - checkUnnamed288(o.items);
|
| + checkUnnamed1229(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -3326,14 +3326,14 @@ checkWebPropertyRef(api.WebPropertyRef o) {
|
| buildCounterWebPropertyRef--;
|
| }
|
|
|
| -buildUnnamed289() {
|
| +buildUnnamed1230() {
|
| var o = new core.List<api.ProfileSummary>();
|
| o.add(buildProfileSummary());
|
| o.add(buildProfileSummary());
|
| return o;
|
| }
|
|
|
| -checkUnnamed289(core.List<api.ProfileSummary> o) {
|
| +checkUnnamed1230(core.List<api.ProfileSummary> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProfileSummary(o[0]);
|
| checkProfileSummary(o[1]);
|
| @@ -3349,7 +3349,7 @@ buildWebPropertySummary() {
|
| o.kind = "foo";
|
| o.level = "foo";
|
| o.name = "foo";
|
| - o.profiles = buildUnnamed289();
|
| + o.profiles = buildUnnamed1230();
|
| o.websiteUrl = "foo";
|
| }
|
| buildCounterWebPropertySummary--;
|
| @@ -3364,20 +3364,20 @@ checkWebPropertySummary(api.WebPropertySummary o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.level, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed289(o.profiles);
|
| + checkUnnamed1230(o.profiles);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterWebPropertySummary--;
|
| }
|
|
|
| -buildUnnamed290() {
|
| +buildUnnamed1231() {
|
| var o = new core.List<api.Webproperty>();
|
| o.add(buildWebproperty());
|
| o.add(buildWebproperty());
|
| return o;
|
| }
|
|
|
| -checkUnnamed290(core.List<api.Webproperty> o) {
|
| +checkUnnamed1231(core.List<api.Webproperty> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWebproperty(o[0]);
|
| checkWebproperty(o[1]);
|
| @@ -3388,7 +3388,7 @@ buildWebproperties() {
|
| var o = new api.Webproperties();
|
| buildCounterWebproperties++;
|
| if (buildCounterWebproperties < 3) {
|
| - o.items = buildUnnamed290();
|
| + o.items = buildUnnamed1231();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| @@ -3404,7 +3404,7 @@ buildWebproperties() {
|
| checkWebproperties(api.Webproperties o) {
|
| buildCounterWebproperties++;
|
| if (buildCounterWebproperties < 3) {
|
| - checkUnnamed290(o.items);
|
| + checkUnnamed1231(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| @@ -3458,14 +3458,14 @@ checkWebpropertyParentLink(api.WebpropertyParentLink o) {
|
| buildCounterWebpropertyParentLink--;
|
| }
|
|
|
| -buildUnnamed291() {
|
| +buildUnnamed1232() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed291(core.List<core.String> o) {
|
| +checkUnnamed1232(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'));
|
| @@ -3476,7 +3476,7 @@ buildWebpropertyPermissions() {
|
| var o = new api.WebpropertyPermissions();
|
| buildCounterWebpropertyPermissions++;
|
| if (buildCounterWebpropertyPermissions < 3) {
|
| - o.effective = buildUnnamed291();
|
| + o.effective = buildUnnamed1232();
|
| }
|
| buildCounterWebpropertyPermissions--;
|
| return o;
|
| @@ -3485,7 +3485,7 @@ buildWebpropertyPermissions() {
|
| checkWebpropertyPermissions(api.WebpropertyPermissions o) {
|
| buildCounterWebpropertyPermissions++;
|
| if (buildCounterWebpropertyPermissions < 3) {
|
| - checkUnnamed291(o.effective);
|
| + checkUnnamed1232(o.effective);
|
| }
|
| buildCounterWebpropertyPermissions--;
|
| }
|
|
|