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

Unified Diff: generated/googleapis/test/adexchangebuyer/v1_3_test.dart

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « generated/googleapis/pubspec.yaml ('k') | generated/googleapis/test/adexchangeseller/v1_1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/adexchangebuyer/v1_3_test.dart
diff --git a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
index e462ad57b72d82e2dca449bd07fc7067d17e97d8..b28a2877ebe8bf5964c34f8d89ef3e99926d9852 100644
--- a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
+++ b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
@@ -39,14 +39,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) {
buildCounterAccountBidderLocation--;
}
-buildUnnamed630() {
+buildUnnamed548() {
var o = new core.List<api.AccountBidderLocation>();
o.add(buildAccountBidderLocation());
o.add(buildAccountBidderLocation());
return o;
}
-checkUnnamed630(core.List<api.AccountBidderLocation> o) {
+checkUnnamed548(core.List<api.AccountBidderLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountBidderLocation(o[0]);
checkAccountBidderLocation(o[1]);
@@ -57,7 +57,7 @@ buildAccount() {
var o = new api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.bidderLocation = buildUnnamed630();
+ o.bidderLocation = buildUnnamed548();
o.cookieMatchingNid = "foo";
o.cookieMatchingUrl = "foo";
o.id = 42;
@@ -71,7 +71,7 @@ buildAccount() {
checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed630(o.bidderLocation);
+ checkUnnamed548(o.bidderLocation);
unittest.expect(o.cookieMatchingNid, unittest.equals('foo'));
unittest.expect(o.cookieMatchingUrl, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals(42));
@@ -81,14 +81,14 @@ checkAccount(api.Account o) {
buildCounterAccount--;
}
-buildUnnamed631() {
+buildUnnamed549() {
var o = new core.List<api.Account>();
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-checkUnnamed631(core.List<api.Account> o) {
+checkUnnamed549(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0]);
checkAccount(o[1]);
@@ -99,7 +99,7 @@ buildAccountsList() {
var o = new api.AccountsList();
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- o.items = buildUnnamed631();
+ o.items = buildUnnamed549();
o.kind = "foo";
}
buildCounterAccountsList--;
@@ -109,20 +109,20 @@ buildAccountsList() {
checkAccountsList(api.AccountsList o) {
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- checkUnnamed631(o.items);
+ checkUnnamed549(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountsList--;
}
-buildUnnamed632() {
+buildUnnamed550() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed632(core.List<core.String> o) {
+checkUnnamed550(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'));
@@ -135,7 +135,7 @@ buildBillingInfo() {
if (buildCounterBillingInfo < 3) {
o.accountId = 42;
o.accountName = "foo";
- o.billingId = buildUnnamed632();
+ o.billingId = buildUnnamed550();
o.kind = "foo";
}
buildCounterBillingInfo--;
@@ -147,20 +147,20 @@ checkBillingInfo(api.BillingInfo o) {
if (buildCounterBillingInfo < 3) {
unittest.expect(o.accountId, unittest.equals(42));
unittest.expect(o.accountName, unittest.equals('foo'));
- checkUnnamed632(o.billingId);
+ checkUnnamed550(o.billingId);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterBillingInfo--;
}
-buildUnnamed633() {
+buildUnnamed551() {
var o = new core.List<api.BillingInfo>();
o.add(buildBillingInfo());
o.add(buildBillingInfo());
return o;
}
-checkUnnamed633(core.List<api.BillingInfo> o) {
+checkUnnamed551(core.List<api.BillingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingInfo(o[0]);
checkBillingInfo(o[1]);
@@ -171,7 +171,7 @@ buildBillingInfoList() {
var o = new api.BillingInfoList();
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- o.items = buildUnnamed633();
+ o.items = buildUnnamed551();
o.kind = "foo";
}
buildCounterBillingInfoList--;
@@ -181,59 +181,59 @@ buildBillingInfoList() {
checkBillingInfoList(api.BillingInfoList o) {
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- checkUnnamed633(o.items);
+ checkUnnamed551(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterBillingInfoList--;
}
-buildUnnamed634() {
+buildUnnamed552() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed634(core.List<core.String> o) {
+checkUnnamed552(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'));
}
-buildUnnamed635() {
+buildUnnamed553() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed635(core.List<core.int> o) {
+checkUnnamed553(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed636() {
+buildUnnamed554() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed636(core.List<core.String> o) {
+checkUnnamed554(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'));
}
-buildUnnamed637() {
+buildUnnamed555() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed637(core.List<core.String> o) {
+checkUnnamed555(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'));
@@ -244,7 +244,7 @@ buildCreativeCorrections() {
var o = new api.CreativeCorrections();
buildCounterCreativeCorrections++;
if (buildCounterCreativeCorrections < 3) {
- o.details = buildUnnamed637();
+ o.details = buildUnnamed555();
o.reason = "foo";
}
buildCounterCreativeCorrections--;
@@ -254,33 +254,33 @@ buildCreativeCorrections() {
checkCreativeCorrections(api.CreativeCorrections o) {
buildCounterCreativeCorrections++;
if (buildCounterCreativeCorrections < 3) {
- checkUnnamed637(o.details);
+ checkUnnamed555(o.details);
unittest.expect(o.reason, unittest.equals('foo'));
}
buildCounterCreativeCorrections--;
}
-buildUnnamed638() {
+buildUnnamed556() {
var o = new core.List<api.CreativeCorrections>();
o.add(buildCreativeCorrections());
o.add(buildCreativeCorrections());
return o;
}
-checkUnnamed638(core.List<api.CreativeCorrections> o) {
+checkUnnamed556(core.List<api.CreativeCorrections> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCorrections(o[0]);
checkCreativeCorrections(o[1]);
}
-buildUnnamed639() {
+buildUnnamed557() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed639(core.List<core.String> o) {
+checkUnnamed557(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'));
@@ -291,7 +291,7 @@ buildCreativeDisapprovalReasons() {
var o = new api.CreativeDisapprovalReasons();
buildCounterCreativeDisapprovalReasons++;
if (buildCounterCreativeDisapprovalReasons < 3) {
- o.details = buildUnnamed639();
+ o.details = buildUnnamed557();
o.reason = "foo";
}
buildCounterCreativeDisapprovalReasons--;
@@ -301,20 +301,20 @@ buildCreativeDisapprovalReasons() {
checkCreativeDisapprovalReasons(api.CreativeDisapprovalReasons o) {
buildCounterCreativeDisapprovalReasons++;
if (buildCounterCreativeDisapprovalReasons < 3) {
- checkUnnamed639(o.details);
+ checkUnnamed557(o.details);
unittest.expect(o.reason, unittest.equals('foo'));
}
buildCounterCreativeDisapprovalReasons--;
}
-buildUnnamed640() {
+buildUnnamed558() {
var o = new core.List<api.CreativeDisapprovalReasons>();
o.add(buildCreativeDisapprovalReasons());
o.add(buildCreativeDisapprovalReasons());
return o;
}
-checkUnnamed640(core.List<api.CreativeDisapprovalReasons> o) {
+checkUnnamed558(core.List<api.CreativeDisapprovalReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeDisapprovalReasons(o[0]);
checkCreativeDisapprovalReasons(o[1]);
@@ -341,14 +341,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
buildCounterCreativeFilteringReasonsReasons--;
}
-buildUnnamed641() {
+buildUnnamed559() {
var o = new core.List<api.CreativeFilteringReasonsReasons>();
o.add(buildCreativeFilteringReasonsReasons());
o.add(buildCreativeFilteringReasonsReasons());
return o;
}
-checkUnnamed641(core.List<api.CreativeFilteringReasonsReasons> o) {
+checkUnnamed559(core.List<api.CreativeFilteringReasonsReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFilteringReasonsReasons(o[0]);
checkCreativeFilteringReasonsReasons(o[1]);
@@ -360,7 +360,7 @@ buildCreativeFilteringReasons() {
buildCounterCreativeFilteringReasons++;
if (buildCounterCreativeFilteringReasons < 3) {
o.date = "foo";
- o.reasons = buildUnnamed641();
+ o.reasons = buildUnnamed559();
}
buildCounterCreativeFilteringReasons--;
return o;
@@ -370,58 +370,58 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
buildCounterCreativeFilteringReasons++;
if (buildCounterCreativeFilteringReasons < 3) {
unittest.expect(o.date, unittest.equals('foo'));
- checkUnnamed641(o.reasons);
+ checkUnnamed559(o.reasons);
}
buildCounterCreativeFilteringReasons--;
}
-buildUnnamed642() {
+buildUnnamed560() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed642(core.List<core.int> o) {
+checkUnnamed560(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed643() {
+buildUnnamed561() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed643(core.List<core.int> o) {
+checkUnnamed561(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed644() {
+buildUnnamed562() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed644(core.List<core.int> o) {
+checkUnnamed562(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed645() {
+buildUnnamed563() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed645(core.List<core.int> o) {
+checkUnnamed563(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
@@ -434,22 +434,22 @@ buildCreative() {
if (buildCounterCreative < 3) {
o.HTMLSnippet = "foo";
o.accountId = 42;
- o.advertiserId = buildUnnamed634();
+ o.advertiserId = buildUnnamed552();
o.advertiserName = "foo";
o.agencyId = "foo";
- o.attribute = buildUnnamed635();
+ o.attribute = buildUnnamed553();
o.buyerCreativeId = "foo";
- o.clickThroughUrl = buildUnnamed636();
- o.corrections = buildUnnamed638();
- o.disapprovalReasons = buildUnnamed640();
+ o.clickThroughUrl = buildUnnamed554();
+ o.corrections = buildUnnamed556();
+ o.disapprovalReasons = buildUnnamed558();
o.filteringReasons = buildCreativeFilteringReasons();
o.height = 42;
o.kind = "foo";
- o.productCategories = buildUnnamed642();
- o.restrictedCategories = buildUnnamed643();
- o.sensitiveCategories = buildUnnamed644();
+ o.productCategories = buildUnnamed560();
+ o.restrictedCategories = buildUnnamed561();
+ o.sensitiveCategories = buildUnnamed562();
o.status = "foo";
- o.vendorType = buildUnnamed645();
+ o.vendorType = buildUnnamed563();
o.videoURL = "foo";
o.width = 42;
}
@@ -462,36 +462,36 @@ checkCreative(api.Creative o) {
if (buildCounterCreative < 3) {
unittest.expect(o.HTMLSnippet, unittest.equals('foo'));
unittest.expect(o.accountId, unittest.equals(42));
- checkUnnamed634(o.advertiserId);
+ checkUnnamed552(o.advertiserId);
unittest.expect(o.advertiserName, unittest.equals('foo'));
unittest.expect(o.agencyId, unittest.equals('foo'));
- checkUnnamed635(o.attribute);
+ checkUnnamed553(o.attribute);
unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
- checkUnnamed636(o.clickThroughUrl);
- checkUnnamed638(o.corrections);
- checkUnnamed640(o.disapprovalReasons);
+ checkUnnamed554(o.clickThroughUrl);
+ checkUnnamed556(o.corrections);
+ checkUnnamed558(o.disapprovalReasons);
checkCreativeFilteringReasons(o.filteringReasons);
unittest.expect(o.height, unittest.equals(42));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed642(o.productCategories);
- checkUnnamed643(o.restrictedCategories);
- checkUnnamed644(o.sensitiveCategories);
+ checkUnnamed560(o.productCategories);
+ checkUnnamed561(o.restrictedCategories);
+ checkUnnamed562(o.sensitiveCategories);
unittest.expect(o.status, unittest.equals('foo'));
- checkUnnamed645(o.vendorType);
+ checkUnnamed563(o.vendorType);
unittest.expect(o.videoURL, unittest.equals('foo'));
unittest.expect(o.width, unittest.equals(42));
}
buildCounterCreative--;
}
-buildUnnamed646() {
+buildUnnamed564() {
var o = new core.List<api.Creative>();
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-checkUnnamed646(core.List<api.Creative> o) {
+checkUnnamed564(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0]);
checkCreative(o[1]);
@@ -502,7 +502,7 @@ buildCreativesList() {
var o = new api.CreativesList();
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- o.items = buildUnnamed646();
+ o.items = buildUnnamed564();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -513,7 +513,7 @@ buildCreativesList() {
checkCreativesList(api.CreativesList o) {
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- checkUnnamed646(o.items);
+ checkUnnamed564(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -561,14 +561,14 @@ checkDirectDeal(api.DirectDeal o) {
buildCounterDirectDeal--;
}
-buildUnnamed647() {
+buildUnnamed565() {
var o = new core.List<api.DirectDeal>();
o.add(buildDirectDeal());
o.add(buildDirectDeal());
return o;
}
-checkUnnamed647(core.List<api.DirectDeal> o) {
+checkUnnamed565(core.List<api.DirectDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkDirectDeal(o[0]);
checkDirectDeal(o[1]);
@@ -579,7 +579,7 @@ buildDirectDealsList() {
var o = new api.DirectDealsList();
buildCounterDirectDealsList++;
if (buildCounterDirectDealsList < 3) {
- o.directDeals = buildUnnamed647();
+ o.directDeals = buildUnnamed565();
o.kind = "foo";
}
buildCounterDirectDealsList--;
@@ -589,59 +589,59 @@ buildDirectDealsList() {
checkDirectDealsList(api.DirectDealsList o) {
buildCounterDirectDealsList++;
if (buildCounterDirectDealsList < 3) {
- checkUnnamed647(o.directDeals);
+ checkUnnamed565(o.directDeals);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterDirectDealsList--;
}
-buildUnnamed648() {
+buildUnnamed566() {
var o = new core.List<core.Object>();
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
return o;
}
-checkUnnamed648(core.List<core.Object> o) {
+checkUnnamed566(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
}
-buildUnnamed649() {
+buildUnnamed567() {
var o = new core.List<core.Object>();
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
return o;
}
-checkUnnamed649(core.List<core.Object> o) {
+checkUnnamed567(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo'));
var casted4 = (o[1]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo'));
}
-buildUnnamed650() {
+buildUnnamed568() {
var o = new core.List<core.Object>();
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
return o;
}
-checkUnnamed650(core.List<core.Object> o) {
+checkUnnamed568(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo'));
var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo'));
}
-buildUnnamed651() {
+buildUnnamed569() {
var o = new core.List<core.Object>();
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
return o;
}
-checkUnnamed651(core.List<core.Object> o) {
+checkUnnamed569(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo'));
var casted8 = (o[1]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo'));
@@ -652,10 +652,10 @@ buildPerformanceReport() {
var o = new api.PerformanceReport();
buildCounterPerformanceReport++;
if (buildCounterPerformanceReport < 3) {
- o.calloutStatusRate = buildUnnamed648();
- o.cookieMatcherStatusRate = buildUnnamed649();
- o.creativeStatusRate = buildUnnamed650();
- o.hostedMatchStatusRate = buildUnnamed651();
+ o.calloutStatusRate = buildUnnamed566();
+ o.cookieMatcherStatusRate = buildUnnamed567();
+ o.creativeStatusRate = buildUnnamed568();
+ o.hostedMatchStatusRate = buildUnnamed569();
o.kind = "foo";
o.latency50thPercentile = 42.0;
o.latency85thPercentile = 42.0;
@@ -676,10 +676,10 @@ buildPerformanceReport() {
checkPerformanceReport(api.PerformanceReport o) {
buildCounterPerformanceReport++;
if (buildCounterPerformanceReport < 3) {
- checkUnnamed648(o.calloutStatusRate);
- checkUnnamed649(o.cookieMatcherStatusRate);
- checkUnnamed650(o.creativeStatusRate);
- checkUnnamed651(o.hostedMatchStatusRate);
+ checkUnnamed566(o.calloutStatusRate);
+ checkUnnamed567(o.cookieMatcherStatusRate);
+ checkUnnamed568(o.creativeStatusRate);
+ checkUnnamed569(o.hostedMatchStatusRate);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.latency50thPercentile, unittest.equals(42.0));
unittest.expect(o.latency85thPercentile, unittest.equals(42.0));
@@ -696,14 +696,14 @@ checkPerformanceReport(api.PerformanceReport o) {
buildCounterPerformanceReport--;
}
-buildUnnamed652() {
+buildUnnamed570() {
var o = new core.List<api.PerformanceReport>();
o.add(buildPerformanceReport());
o.add(buildPerformanceReport());
return o;
}
-checkUnnamed652(core.List<api.PerformanceReport> o) {
+checkUnnamed570(core.List<api.PerformanceReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerformanceReport(o[0]);
checkPerformanceReport(o[1]);
@@ -715,7 +715,7 @@ buildPerformanceReportList() {
buildCounterPerformanceReportList++;
if (buildCounterPerformanceReportList < 3) {
o.kind = "foo";
- o.performanceReport = buildUnnamed652();
+ o.performanceReport = buildUnnamed570();
}
buildCounterPerformanceReportList--;
return o;
@@ -725,19 +725,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
buildCounterPerformanceReportList++;
if (buildCounterPerformanceReportList < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed652(o.performanceReport);
+ checkUnnamed570(o.performanceReport);
}
buildCounterPerformanceReportList--;
}
-buildUnnamed653() {
+buildUnnamed571() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed653(core.List<core.String> o) {
+checkUnnamed571(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'));
@@ -764,40 +764,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
buildCounterPretargetingConfigDimensions--;
}
-buildUnnamed654() {
+buildUnnamed572() {
var o = new core.List<api.PretargetingConfigDimensions>();
o.add(buildPretargetingConfigDimensions());
o.add(buildPretargetingConfigDimensions());
return o;
}
-checkUnnamed654(core.List<api.PretargetingConfigDimensions> o) {
+checkUnnamed572(core.List<api.PretargetingConfigDimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigDimensions(o[0]);
checkPretargetingConfigDimensions(o[1]);
}
-buildUnnamed655() {
+buildUnnamed573() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed655(core.List<core.String> o) {
+checkUnnamed573(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'));
}
-buildUnnamed656() {
+buildUnnamed574() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed656(core.List<core.String> o) {
+checkUnnamed574(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'));
@@ -824,105 +824,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
buildCounterPretargetingConfigExcludedPlacements--;
}
-buildUnnamed657() {
+buildUnnamed575() {
var o = new core.List<api.PretargetingConfigExcludedPlacements>();
o.add(buildPretargetingConfigExcludedPlacements());
o.add(buildPretargetingConfigExcludedPlacements());
return o;
}
-checkUnnamed657(core.List<api.PretargetingConfigExcludedPlacements> o) {
+checkUnnamed575(core.List<api.PretargetingConfigExcludedPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigExcludedPlacements(o[0]);
checkPretargetingConfigExcludedPlacements(o[1]);
}
-buildUnnamed658() {
+buildUnnamed576() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed658(core.List<core.String> o) {
+checkUnnamed576(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'));
}
-buildUnnamed659() {
+buildUnnamed577() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed659(core.List<core.String> o) {
+checkUnnamed577(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'));
}
-buildUnnamed660() {
+buildUnnamed578() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed660(core.List<core.String> o) {
+checkUnnamed578(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'));
}
-buildUnnamed661() {
+buildUnnamed579() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed661(core.List<core.String> o) {
+checkUnnamed579(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'));
}
-buildUnnamed662() {
+buildUnnamed580() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed662(core.List<core.String> o) {
+checkUnnamed580(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'));
}
-buildUnnamed663() {
+buildUnnamed581() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed663(core.List<core.String> o) {
+checkUnnamed581(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'));
}
-buildUnnamed664() {
+buildUnnamed582() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed664(core.List<core.String> o) {
+checkUnnamed582(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'));
@@ -949,79 +949,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
buildCounterPretargetingConfigPlacements--;
}
-buildUnnamed665() {
+buildUnnamed583() {
var o = new core.List<api.PretargetingConfigPlacements>();
o.add(buildPretargetingConfigPlacements());
o.add(buildPretargetingConfigPlacements());
return o;
}
-checkUnnamed665(core.List<api.PretargetingConfigPlacements> o) {
+checkUnnamed583(core.List<api.PretargetingConfigPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigPlacements(o[0]);
checkPretargetingConfigPlacements(o[1]);
}
-buildUnnamed666() {
+buildUnnamed584() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed666(core.List<core.String> o) {
+checkUnnamed584(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'));
}
-buildUnnamed667() {
+buildUnnamed585() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed667(core.List<core.String> o) {
+checkUnnamed585(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'));
}
-buildUnnamed668() {
+buildUnnamed586() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed668(core.List<core.String> o) {
+checkUnnamed586(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'));
}
-buildUnnamed669() {
+buildUnnamed587() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed669(core.List<core.String> o) {
+checkUnnamed587(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'));
}
-buildUnnamed670() {
+buildUnnamed588() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed670(core.List<core.String> o) {
+checkUnnamed588(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'));
@@ -1035,26 +1035,26 @@ buildPretargetingConfig() {
o.billingId = "foo";
o.configId = "foo";
o.configName = "foo";
- o.creativeType = buildUnnamed653();
- o.dimensions = buildUnnamed654();
- o.excludedContentLabels = buildUnnamed655();
- o.excludedGeoCriteriaIds = buildUnnamed656();
- o.excludedPlacements = buildUnnamed657();
- o.excludedUserLists = buildUnnamed658();
- o.excludedVerticals = buildUnnamed659();
- o.geoCriteriaIds = buildUnnamed660();
+ o.creativeType = buildUnnamed571();
+ o.dimensions = buildUnnamed572();
+ o.excludedContentLabels = buildUnnamed573();
+ o.excludedGeoCriteriaIds = buildUnnamed574();
+ o.excludedPlacements = buildUnnamed575();
+ o.excludedUserLists = buildUnnamed576();
+ o.excludedVerticals = buildUnnamed577();
+ o.geoCriteriaIds = buildUnnamed578();
o.isActive = true;
o.kind = "foo";
- o.languages = buildUnnamed661();
- o.mobileCarriers = buildUnnamed662();
- o.mobileDevices = buildUnnamed663();
- o.mobileOperatingSystemVersions = buildUnnamed664();
- o.placements = buildUnnamed665();
- o.platforms = buildUnnamed666();
- o.supportedCreativeAttributes = buildUnnamed667();
- o.userLists = buildUnnamed668();
- o.vendorTypes = buildUnnamed669();
- o.verticals = buildUnnamed670();
+ o.languages = buildUnnamed579();
+ o.mobileCarriers = buildUnnamed580();
+ o.mobileDevices = buildUnnamed581();
+ o.mobileOperatingSystemVersions = buildUnnamed582();
+ o.placements = buildUnnamed583();
+ o.platforms = buildUnnamed584();
+ o.supportedCreativeAttributes = buildUnnamed585();
+ o.userLists = buildUnnamed586();
+ o.vendorTypes = buildUnnamed587();
+ o.verticals = buildUnnamed588();
}
buildCounterPretargetingConfig--;
return o;
@@ -1066,38 +1066,38 @@ checkPretargetingConfig(api.PretargetingConfig o) {
unittest.expect(o.billingId, unittest.equals('foo'));
unittest.expect(o.configId, unittest.equals('foo'));
unittest.expect(o.configName, unittest.equals('foo'));
- checkUnnamed653(o.creativeType);
- checkUnnamed654(o.dimensions);
- checkUnnamed655(o.excludedContentLabels);
- checkUnnamed656(o.excludedGeoCriteriaIds);
- checkUnnamed657(o.excludedPlacements);
- checkUnnamed658(o.excludedUserLists);
- checkUnnamed659(o.excludedVerticals);
- checkUnnamed660(o.geoCriteriaIds);
+ checkUnnamed571(o.creativeType);
+ checkUnnamed572(o.dimensions);
+ checkUnnamed573(o.excludedContentLabels);
+ checkUnnamed574(o.excludedGeoCriteriaIds);
+ checkUnnamed575(o.excludedPlacements);
+ checkUnnamed576(o.excludedUserLists);
+ checkUnnamed577(o.excludedVerticals);
+ checkUnnamed578(o.geoCriteriaIds);
unittest.expect(o.isActive, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed661(o.languages);
- checkUnnamed662(o.mobileCarriers);
- checkUnnamed663(o.mobileDevices);
- checkUnnamed664(o.mobileOperatingSystemVersions);
- checkUnnamed665(o.placements);
- checkUnnamed666(o.platforms);
- checkUnnamed667(o.supportedCreativeAttributes);
- checkUnnamed668(o.userLists);
- checkUnnamed669(o.vendorTypes);
- checkUnnamed670(o.verticals);
+ checkUnnamed579(o.languages);
+ checkUnnamed580(o.mobileCarriers);
+ checkUnnamed581(o.mobileDevices);
+ checkUnnamed582(o.mobileOperatingSystemVersions);
+ checkUnnamed583(o.placements);
+ checkUnnamed584(o.platforms);
+ checkUnnamed585(o.supportedCreativeAttributes);
+ checkUnnamed586(o.userLists);
+ checkUnnamed587(o.vendorTypes);
+ checkUnnamed588(o.verticals);
}
buildCounterPretargetingConfig--;
}
-buildUnnamed671() {
+buildUnnamed589() {
var o = new core.List<api.PretargetingConfig>();
o.add(buildPretargetingConfig());
o.add(buildPretargetingConfig());
return o;
}
-checkUnnamed671(core.List<api.PretargetingConfig> o) {
+checkUnnamed589(core.List<api.PretargetingConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfig(o[0]);
checkPretargetingConfig(o[1]);
@@ -1108,7 +1108,7 @@ buildPretargetingConfigList() {
var o = new api.PretargetingConfigList();
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- o.items = buildUnnamed671();
+ o.items = buildUnnamed589();
o.kind = "foo";
}
buildCounterPretargetingConfigList--;
@@ -1118,33 +1118,33 @@ buildPretargetingConfigList() {
checkPretargetingConfigList(api.PretargetingConfigList o) {
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- checkUnnamed671(o.items);
+ checkUnnamed589(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterPretargetingConfigList--;
}
-buildUnnamed672() {
+buildUnnamed590() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed672(core.List<core.int> o) {
+checkUnnamed590(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed673() {
+buildUnnamed591() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed673(core.List<core.String> o) {
+checkUnnamed591(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'));
@@ -1745,8 +1745,8 @@ main() {
var mock = new common_test.HttpServerMock();
api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
- var arg_accountId = buildUnnamed672();
- var arg_buyerCreativeId = buildUnnamed673();
+ var arg_accountId = buildUnnamed590();
+ var arg_buyerCreativeId = buildUnnamed591();
var arg_maxResults = 42;
var arg_pageToken = "foo";
var arg_statusFilter = "foo";
« no previous file with comments | « generated/googleapis/pubspec.yaml ('k') | generated/googleapis/test/adexchangeseller/v1_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698