Index: generated/googleapis/test/content/v2sandbox_test.dart |
diff --git a/generated/googleapis/test/content/v2sandbox_test.dart b/generated/googleapis/test/content/v2sandbox_test.dart |
index 988c2f26e4832849082b7a2f8a8f7af827d5853a..1fde9677263f0708b2e11f3a9731d50bbb138e63 100644 |
--- a/generated/googleapis/test/content/v2sandbox_test.dart |
+++ b/generated/googleapis/test/content/v2sandbox_test.dart |
@@ -74,14 +74,14 @@ checkError(api.Error o) { |
buildCounterError--; |
} |
-buildUnnamed1264() { |
+buildUnnamed1297() { |
var o = new core.List<api.Error>(); |
o.add(buildError()); |
o.add(buildError()); |
return o; |
} |
-checkUnnamed1264(core.List<api.Error> o) { |
+checkUnnamed1297(core.List<api.Error> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkError(o[0]); |
checkError(o[1]); |
@@ -93,7 +93,7 @@ buildErrors() { |
buildCounterErrors++; |
if (buildCounterErrors < 3) { |
o.code = 42; |
- o.errors = buildUnnamed1264(); |
+ o.errors = buildUnnamed1297(); |
o.message = "foo"; |
} |
buildCounterErrors--; |
@@ -104,59 +104,59 @@ checkErrors(api.Errors o) { |
buildCounterErrors++; |
if (buildCounterErrors < 3) { |
unittest.expect(o.code, unittest.equals(42)); |
- checkUnnamed1264(o.errors); |
+ checkUnnamed1297(o.errors); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterErrors--; |
} |
-buildUnnamed1265() { |
+buildUnnamed1298() { |
var o = new core.List<api.OrderLineItem>(); |
o.add(buildOrderLineItem()); |
o.add(buildOrderLineItem()); |
return o; |
} |
-checkUnnamed1265(core.List<api.OrderLineItem> o) { |
+checkUnnamed1298(core.List<api.OrderLineItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderLineItem(o[0]); |
checkOrderLineItem(o[1]); |
} |
-buildUnnamed1266() { |
+buildUnnamed1299() { |
var o = new core.List<api.OrderPromotion>(); |
o.add(buildOrderPromotion()); |
o.add(buildOrderPromotion()); |
return o; |
} |
-checkUnnamed1266(core.List<api.OrderPromotion> o) { |
+checkUnnamed1299(core.List<api.OrderPromotion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderPromotion(o[0]); |
checkOrderPromotion(o[1]); |
} |
-buildUnnamed1267() { |
+buildUnnamed1300() { |
var o = new core.List<api.OrderRefund>(); |
o.add(buildOrderRefund()); |
o.add(buildOrderRefund()); |
return o; |
} |
-checkUnnamed1267(core.List<api.OrderRefund> o) { |
+checkUnnamed1300(core.List<api.OrderRefund> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderRefund(o[0]); |
checkOrderRefund(o[1]); |
} |
-buildUnnamed1268() { |
+buildUnnamed1301() { |
var o = new core.List<api.OrderShipment>(); |
o.add(buildOrderShipment()); |
o.add(buildOrderShipment()); |
return o; |
} |
-checkUnnamed1268(core.List<api.OrderShipment> o) { |
+checkUnnamed1301(core.List<api.OrderShipment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderShipment(o[0]); |
checkOrderShipment(o[1]); |
@@ -173,16 +173,16 @@ buildOrder() { |
o.deliveryDetails = buildOrderDeliveryDetails(); |
o.id = "foo"; |
o.kind = "foo"; |
- o.lineItems = buildUnnamed1265(); |
+ o.lineItems = buildUnnamed1298(); |
o.merchantId = "foo"; |
o.merchantOrderId = "foo"; |
o.netAmount = buildPrice(); |
o.paymentMethod = buildOrderPaymentMethod(); |
o.paymentStatus = "foo"; |
o.placedDate = "foo"; |
- o.promotions = buildUnnamed1266(); |
- o.refunds = buildUnnamed1267(); |
- o.shipments = buildUnnamed1268(); |
+ o.promotions = buildUnnamed1299(); |
+ o.refunds = buildUnnamed1300(); |
+ o.shipments = buildUnnamed1301(); |
o.shippingCost = buildPrice(); |
o.shippingCostTax = buildPrice(); |
o.shippingOption = "foo"; |
@@ -201,16 +201,16 @@ checkOrder(api.Order o) { |
checkOrderDeliveryDetails(o.deliveryDetails); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1265(o.lineItems); |
+ checkUnnamed1298(o.lineItems); |
unittest.expect(o.merchantId, unittest.equals('foo')); |
unittest.expect(o.merchantOrderId, unittest.equals('foo')); |
checkPrice(o.netAmount); |
checkOrderPaymentMethod(o.paymentMethod); |
unittest.expect(o.paymentStatus, unittest.equals('foo')); |
unittest.expect(o.placedDate, unittest.equals('foo')); |
- checkUnnamed1266(o.promotions); |
- checkUnnamed1267(o.refunds); |
- checkUnnamed1268(o.shipments); |
+ checkUnnamed1299(o.promotions); |
+ checkUnnamed1300(o.refunds); |
+ checkUnnamed1301(o.shipments); |
checkPrice(o.shippingCost); |
checkPrice(o.shippingCostTax); |
unittest.expect(o.shippingOption, unittest.equals('foo')); |
@@ -219,27 +219,27 @@ checkOrder(api.Order o) { |
buildCounterOrder--; |
} |
-buildUnnamed1269() { |
+buildUnnamed1302() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1269(core.List<core.String> o) { |
+checkUnnamed1302(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')); |
} |
-buildUnnamed1270() { |
+buildUnnamed1303() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1270(core.List<core.String> o) { |
+checkUnnamed1303(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')); |
@@ -251,13 +251,13 @@ buildOrderAddress() { |
buildCounterOrderAddress++; |
if (buildCounterOrderAddress < 3) { |
o.country = "foo"; |
- o.fullAddress = buildUnnamed1269(); |
+ o.fullAddress = buildUnnamed1302(); |
o.isPostOfficeBox = true; |
o.locality = "foo"; |
o.postalCode = "foo"; |
o.recipientName = "foo"; |
o.region = "foo"; |
- o.streetAddress = buildUnnamed1270(); |
+ o.streetAddress = buildUnnamed1303(); |
} |
buildCounterOrderAddress--; |
return o; |
@@ -267,13 +267,13 @@ checkOrderAddress(api.OrderAddress o) { |
buildCounterOrderAddress++; |
if (buildCounterOrderAddress < 3) { |
unittest.expect(o.country, unittest.equals('foo')); |
- checkUnnamed1269(o.fullAddress); |
+ checkUnnamed1302(o.fullAddress); |
unittest.expect(o.isPostOfficeBox, unittest.isTrue); |
unittest.expect(o.locality, unittest.equals('foo')); |
unittest.expect(o.postalCode, unittest.equals('foo')); |
unittest.expect(o.recipientName, unittest.equals('foo')); |
unittest.expect(o.region, unittest.equals('foo')); |
- checkUnnamed1270(o.streetAddress); |
+ checkUnnamed1303(o.streetAddress); |
} |
buildCounterOrderAddress--; |
} |
@@ -349,27 +349,27 @@ checkOrderDeliveryDetails(api.OrderDeliveryDetails o) { |
buildCounterOrderDeliveryDetails--; |
} |
-buildUnnamed1271() { |
+buildUnnamed1304() { |
var o = new core.List<api.OrderCancellation>(); |
o.add(buildOrderCancellation()); |
o.add(buildOrderCancellation()); |
return o; |
} |
-checkUnnamed1271(core.List<api.OrderCancellation> o) { |
+checkUnnamed1304(core.List<api.OrderCancellation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderCancellation(o[0]); |
checkOrderCancellation(o[1]); |
} |
-buildUnnamed1272() { |
+buildUnnamed1305() { |
var o = new core.List<api.OrderReturn>(); |
o.add(buildOrderReturn()); |
o.add(buildOrderReturn()); |
return o; |
} |
-checkUnnamed1272(core.List<api.OrderReturn> o) { |
+checkUnnamed1305(core.List<api.OrderReturn> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderReturn(o[0]); |
checkOrderReturn(o[1]); |
@@ -380,7 +380,7 @@ buildOrderLineItem() { |
var o = new api.OrderLineItem(); |
buildCounterOrderLineItem++; |
if (buildCounterOrderLineItem < 3) { |
- o.cancellations = buildUnnamed1271(); |
+ o.cancellations = buildUnnamed1304(); |
o.id = "foo"; |
o.price = buildPrice(); |
o.product = buildOrderLineItemProduct(); |
@@ -391,7 +391,7 @@ buildOrderLineItem() { |
o.quantityReturned = 42; |
o.quantityShipped = 42; |
o.returnInfo = buildOrderLineItemReturnInfo(); |
- o.returns = buildUnnamed1272(); |
+ o.returns = buildUnnamed1305(); |
o.shippingDetails = buildOrderLineItemShippingDetails(); |
o.tax = buildPrice(); |
} |
@@ -402,7 +402,7 @@ buildOrderLineItem() { |
checkOrderLineItem(api.OrderLineItem o) { |
buildCounterOrderLineItem++; |
if (buildCounterOrderLineItem < 3) { |
- checkUnnamed1271(o.cancellations); |
+ checkUnnamed1304(o.cancellations); |
unittest.expect(o.id, unittest.equals('foo')); |
checkPrice(o.price); |
checkOrderLineItemProduct(o.product); |
@@ -413,21 +413,21 @@ checkOrderLineItem(api.OrderLineItem o) { |
unittest.expect(o.quantityReturned, unittest.equals(42)); |
unittest.expect(o.quantityShipped, unittest.equals(42)); |
checkOrderLineItemReturnInfo(o.returnInfo); |
- checkUnnamed1272(o.returns); |
+ checkUnnamed1305(o.returns); |
checkOrderLineItemShippingDetails(o.shippingDetails); |
checkPrice(o.tax); |
} |
buildCounterOrderLineItem--; |
} |
-buildUnnamed1273() { |
+buildUnnamed1306() { |
var o = new core.List<api.OrderLineItemProductVariantAttribute>(); |
o.add(buildOrderLineItemProductVariantAttribute()); |
o.add(buildOrderLineItemProductVariantAttribute()); |
return o; |
} |
-checkUnnamed1273(core.List<api.OrderLineItemProductVariantAttribute> o) { |
+checkUnnamed1306(core.List<api.OrderLineItemProductVariantAttribute> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderLineItemProductVariantAttribute(o[0]); |
checkOrderLineItemProductVariantAttribute(o[1]); |
@@ -452,7 +452,7 @@ buildOrderLineItemProduct() { |
o.shownImage = "foo"; |
o.targetCountry = "foo"; |
o.title = "foo"; |
- o.variantAttributes = buildUnnamed1273(); |
+ o.variantAttributes = buildUnnamed1306(); |
} |
buildCounterOrderLineItemProduct--; |
return o; |
@@ -475,7 +475,7 @@ checkOrderLineItemProduct(api.OrderLineItemProduct o) { |
unittest.expect(o.shownImage, unittest.equals('foo')); |
unittest.expect(o.targetCountry, unittest.equals('foo')); |
unittest.expect(o.title, unittest.equals('foo')); |
- checkUnnamed1273(o.variantAttributes); |
+ checkUnnamed1306(o.variantAttributes); |
} |
buildCounterOrderLineItemProduct--; |
} |
@@ -601,14 +601,14 @@ checkOrderPaymentMethod(api.OrderPaymentMethod o) { |
buildCounterOrderPaymentMethod--; |
} |
-buildUnnamed1274() { |
+buildUnnamed1307() { |
var o = new core.List<api.OrderPromotionBenefit>(); |
o.add(buildOrderPromotionBenefit()); |
o.add(buildOrderPromotionBenefit()); |
return o; |
} |
-checkUnnamed1274(core.List<api.OrderPromotionBenefit> o) { |
+checkUnnamed1307(core.List<api.OrderPromotionBenefit> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderPromotionBenefit(o[0]); |
checkOrderPromotionBenefit(o[1]); |
@@ -619,7 +619,7 @@ buildOrderPromotion() { |
var o = new api.OrderPromotion(); |
buildCounterOrderPromotion++; |
if (buildCounterOrderPromotion < 3) { |
- o.benefits = buildUnnamed1274(); |
+ o.benefits = buildUnnamed1307(); |
o.effectiveDates = "foo"; |
o.genericRedemptionCode = "foo"; |
o.id = "foo"; |
@@ -634,7 +634,7 @@ buildOrderPromotion() { |
checkOrderPromotion(api.OrderPromotion o) { |
buildCounterOrderPromotion++; |
if (buildCounterOrderPromotion < 3) { |
- checkUnnamed1274(o.benefits); |
+ checkUnnamed1307(o.benefits); |
unittest.expect(o.effectiveDates, unittest.equals('foo')); |
unittest.expect(o.genericRedemptionCode, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
@@ -645,14 +645,14 @@ checkOrderPromotion(api.OrderPromotion o) { |
buildCounterOrderPromotion--; |
} |
-buildUnnamed1275() { |
+buildUnnamed1308() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1275(core.List<core.String> o) { |
+checkUnnamed1308(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')); |
@@ -664,7 +664,7 @@ buildOrderPromotionBenefit() { |
buildCounterOrderPromotionBenefit++; |
if (buildCounterOrderPromotionBenefit < 3) { |
o.discount = buildPrice(); |
- o.offerIds = buildUnnamed1275(); |
+ o.offerIds = buildUnnamed1308(); |
o.subType = "foo"; |
o.taxImpact = buildPrice(); |
o.type = "foo"; |
@@ -677,7 +677,7 @@ checkOrderPromotionBenefit(api.OrderPromotionBenefit o) { |
buildCounterOrderPromotionBenefit++; |
if (buildCounterOrderPromotionBenefit < 3) { |
checkPrice(o.discount); |
- checkUnnamed1275(o.offerIds); |
+ checkUnnamed1308(o.offerIds); |
unittest.expect(o.subType, unittest.equals('foo')); |
checkPrice(o.taxImpact); |
unittest.expect(o.type, unittest.equals('foo')); |
@@ -739,14 +739,14 @@ checkOrderReturn(api.OrderReturn o) { |
buildCounterOrderReturn--; |
} |
-buildUnnamed1276() { |
+buildUnnamed1309() { |
var o = new core.List<api.OrderShipmentLineItemShipment>(); |
o.add(buildOrderShipmentLineItemShipment()); |
o.add(buildOrderShipmentLineItemShipment()); |
return o; |
} |
-checkUnnamed1276(core.List<api.OrderShipmentLineItemShipment> o) { |
+checkUnnamed1309(core.List<api.OrderShipmentLineItemShipment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderShipmentLineItemShipment(o[0]); |
checkOrderShipmentLineItemShipment(o[1]); |
@@ -761,7 +761,7 @@ buildOrderShipment() { |
o.creationDate = "foo"; |
o.deliveryDate = "foo"; |
o.id = "foo"; |
- o.lineItems = buildUnnamed1276(); |
+ o.lineItems = buildUnnamed1309(); |
o.status = "foo"; |
o.trackingId = "foo"; |
} |
@@ -776,7 +776,7 @@ checkOrderShipment(api.OrderShipment o) { |
unittest.expect(o.creationDate, unittest.equals('foo')); |
unittest.expect(o.deliveryDate, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1276(o.lineItems); |
+ checkUnnamed1309(o.lineItems); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.trackingId, unittest.equals('foo')); |
} |
@@ -999,14 +999,14 @@ checkOrdersCreateTestOrderResponse(api.OrdersCreateTestOrderResponse o) { |
buildCounterOrdersCreateTestOrderResponse--; |
} |
-buildUnnamed1277() { |
+buildUnnamed1310() { |
var o = new core.List<api.OrdersCustomBatchRequestEntry>(); |
o.add(buildOrdersCustomBatchRequestEntry()); |
o.add(buildOrdersCustomBatchRequestEntry()); |
return o; |
} |
-checkUnnamed1277(core.List<api.OrdersCustomBatchRequestEntry> o) { |
+checkUnnamed1310(core.List<api.OrdersCustomBatchRequestEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrdersCustomBatchRequestEntry(o[0]); |
checkOrdersCustomBatchRequestEntry(o[1]); |
@@ -1017,7 +1017,7 @@ buildOrdersCustomBatchRequest() { |
var o = new api.OrdersCustomBatchRequest(); |
buildCounterOrdersCustomBatchRequest++; |
if (buildCounterOrdersCustomBatchRequest < 3) { |
- o.entries = buildUnnamed1277(); |
+ o.entries = buildUnnamed1310(); |
} |
buildCounterOrdersCustomBatchRequest--; |
return o; |
@@ -1026,7 +1026,7 @@ buildOrdersCustomBatchRequest() { |
checkOrdersCustomBatchRequest(api.OrdersCustomBatchRequest o) { |
buildCounterOrdersCustomBatchRequest++; |
if (buildCounterOrdersCustomBatchRequest < 3) { |
- checkUnnamed1277(o.entries); |
+ checkUnnamed1310(o.entries); |
} |
buildCounterOrdersCustomBatchRequest--; |
} |
@@ -1168,14 +1168,14 @@ checkOrdersCustomBatchRequestEntryReturnLineItem(api.OrdersCustomBatchRequestEnt |
buildCounterOrdersCustomBatchRequestEntryReturnLineItem--; |
} |
-buildUnnamed1278() { |
+buildUnnamed1311() { |
var o = new core.List<api.OrderShipmentLineItemShipment>(); |
o.add(buildOrderShipmentLineItemShipment()); |
o.add(buildOrderShipmentLineItemShipment()); |
return o; |
} |
-checkUnnamed1278(core.List<api.OrderShipmentLineItemShipment> o) { |
+checkUnnamed1311(core.List<api.OrderShipmentLineItemShipment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderShipmentLineItemShipment(o[0]); |
checkOrderShipmentLineItemShipment(o[1]); |
@@ -1187,7 +1187,7 @@ buildOrdersCustomBatchRequestEntryShipLineItems() { |
buildCounterOrdersCustomBatchRequestEntryShipLineItems++; |
if (buildCounterOrdersCustomBatchRequestEntryShipLineItems < 3) { |
o.carrier = "foo"; |
- o.lineItems = buildUnnamed1278(); |
+ o.lineItems = buildUnnamed1311(); |
o.shipmentId = "foo"; |
o.trackingId = "foo"; |
} |
@@ -1199,7 +1199,7 @@ checkOrdersCustomBatchRequestEntryShipLineItems(api.OrdersCustomBatchRequestEntr |
buildCounterOrdersCustomBatchRequestEntryShipLineItems++; |
if (buildCounterOrdersCustomBatchRequestEntryShipLineItems < 3) { |
unittest.expect(o.carrier, unittest.equals('foo')); |
- checkUnnamed1278(o.lineItems); |
+ checkUnnamed1311(o.lineItems); |
unittest.expect(o.shipmentId, unittest.equals('foo')); |
unittest.expect(o.trackingId, unittest.equals('foo')); |
} |
@@ -1231,14 +1231,14 @@ checkOrdersCustomBatchRequestEntryUpdateShipment(api.OrdersCustomBatchRequestEnt |
buildCounterOrdersCustomBatchRequestEntryUpdateShipment--; |
} |
-buildUnnamed1279() { |
+buildUnnamed1312() { |
var o = new core.List<api.OrdersCustomBatchResponseEntry>(); |
o.add(buildOrdersCustomBatchResponseEntry()); |
o.add(buildOrdersCustomBatchResponseEntry()); |
return o; |
} |
-checkUnnamed1279(core.List<api.OrdersCustomBatchResponseEntry> o) { |
+checkUnnamed1312(core.List<api.OrdersCustomBatchResponseEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrdersCustomBatchResponseEntry(o[0]); |
checkOrdersCustomBatchResponseEntry(o[1]); |
@@ -1249,7 +1249,7 @@ buildOrdersCustomBatchResponse() { |
var o = new api.OrdersCustomBatchResponse(); |
buildCounterOrdersCustomBatchResponse++; |
if (buildCounterOrdersCustomBatchResponse < 3) { |
- o.entries = buildUnnamed1279(); |
+ o.entries = buildUnnamed1312(); |
o.kind = "foo"; |
} |
buildCounterOrdersCustomBatchResponse--; |
@@ -1259,7 +1259,7 @@ buildOrdersCustomBatchResponse() { |
checkOrdersCustomBatchResponse(api.OrdersCustomBatchResponse o) { |
buildCounterOrdersCustomBatchResponse++; |
if (buildCounterOrdersCustomBatchResponse < 3) { |
- checkUnnamed1279(o.entries); |
+ checkUnnamed1312(o.entries); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterOrdersCustomBatchResponse--; |
@@ -1334,14 +1334,14 @@ checkOrdersGetTestOrderTemplateResponse(api.OrdersGetTestOrderTemplateResponse o |
buildCounterOrdersGetTestOrderTemplateResponse--; |
} |
-buildUnnamed1280() { |
+buildUnnamed1313() { |
var o = new core.List<api.Order>(); |
o.add(buildOrder()); |
o.add(buildOrder()); |
return o; |
} |
-checkUnnamed1280(core.List<api.Order> o) { |
+checkUnnamed1313(core.List<api.Order> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrder(o[0]); |
checkOrder(o[1]); |
@@ -1354,7 +1354,7 @@ buildOrdersListResponse() { |
if (buildCounterOrdersListResponse < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.resources = buildUnnamed1280(); |
+ o.resources = buildUnnamed1313(); |
} |
buildCounterOrdersListResponse--; |
return o; |
@@ -1365,7 +1365,7 @@ checkOrdersListResponse(api.OrdersListResponse o) { |
if (buildCounterOrdersListResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1280(o.resources); |
+ checkUnnamed1313(o.resources); |
} |
buildCounterOrdersListResponse--; |
} |
@@ -1464,14 +1464,14 @@ checkOrdersReturnLineItemResponse(api.OrdersReturnLineItemResponse o) { |
buildCounterOrdersReturnLineItemResponse--; |
} |
-buildUnnamed1281() { |
+buildUnnamed1314() { |
var o = new core.List<api.OrderShipmentLineItemShipment>(); |
o.add(buildOrderShipmentLineItemShipment()); |
o.add(buildOrderShipmentLineItemShipment()); |
return o; |
} |
-checkUnnamed1281(core.List<api.OrderShipmentLineItemShipment> o) { |
+checkUnnamed1314(core.List<api.OrderShipmentLineItemShipment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderShipmentLineItemShipment(o[0]); |
checkOrderShipmentLineItemShipment(o[1]); |
@@ -1483,7 +1483,7 @@ buildOrdersShipLineItemsRequest() { |
buildCounterOrdersShipLineItemsRequest++; |
if (buildCounterOrdersShipLineItemsRequest < 3) { |
o.carrier = "foo"; |
- o.lineItems = buildUnnamed1281(); |
+ o.lineItems = buildUnnamed1314(); |
o.operationId = "foo"; |
o.shipmentId = "foo"; |
o.trackingId = "foo"; |
@@ -1496,7 +1496,7 @@ checkOrdersShipLineItemsRequest(api.OrdersShipLineItemsRequest o) { |
buildCounterOrdersShipLineItemsRequest++; |
if (buildCounterOrdersShipLineItemsRequest < 3) { |
unittest.expect(o.carrier, unittest.equals('foo')); |
- checkUnnamed1281(o.lineItems); |
+ checkUnnamed1314(o.lineItems); |
unittest.expect(o.operationId, unittest.equals('foo')); |
unittest.expect(o.shipmentId, unittest.equals('foo')); |
unittest.expect(o.trackingId, unittest.equals('foo')); |
@@ -1636,27 +1636,27 @@ checkPrice(api.Price o) { |
buildCounterPrice--; |
} |
-buildUnnamed1282() { |
+buildUnnamed1315() { |
var o = new core.List<api.TestOrderLineItem>(); |
o.add(buildTestOrderLineItem()); |
o.add(buildTestOrderLineItem()); |
return o; |
} |
-checkUnnamed1282(core.List<api.TestOrderLineItem> o) { |
+checkUnnamed1315(core.List<api.TestOrderLineItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTestOrderLineItem(o[0]); |
checkTestOrderLineItem(o[1]); |
} |
-buildUnnamed1283() { |
+buildUnnamed1316() { |
var o = new core.List<api.OrderPromotion>(); |
o.add(buildOrderPromotion()); |
o.add(buildOrderPromotion()); |
return o; |
} |
-checkUnnamed1283(core.List<api.OrderPromotion> o) { |
+checkUnnamed1316(core.List<api.OrderPromotion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderPromotion(o[0]); |
checkOrderPromotion(o[1]); |
@@ -1669,10 +1669,10 @@ buildTestOrder() { |
if (buildCounterTestOrder < 3) { |
o.customer = buildTestOrderCustomer(); |
o.kind = "foo"; |
- o.lineItems = buildUnnamed1282(); |
+ o.lineItems = buildUnnamed1315(); |
o.paymentMethod = buildTestOrderPaymentMethod(); |
o.predefinedDeliveryAddress = "foo"; |
- o.promotions = buildUnnamed1283(); |
+ o.promotions = buildUnnamed1316(); |
o.shippingCost = buildPrice(); |
o.shippingCostTax = buildPrice(); |
o.shippingOption = "foo"; |
@@ -1686,10 +1686,10 @@ checkTestOrder(api.TestOrder o) { |
if (buildCounterTestOrder < 3) { |
checkTestOrderCustomer(o.customer); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1282(o.lineItems); |
+ checkUnnamed1315(o.lineItems); |
checkTestOrderPaymentMethod(o.paymentMethod); |
unittest.expect(o.predefinedDeliveryAddress, unittest.equals('foo')); |
- checkUnnamed1283(o.promotions); |
+ checkUnnamed1316(o.promotions); |
checkPrice(o.shippingCost); |
checkPrice(o.shippingCostTax); |
unittest.expect(o.shippingOption, unittest.equals('foo')); |
@@ -1747,14 +1747,14 @@ checkTestOrderLineItem(api.TestOrderLineItem o) { |
buildCounterTestOrderLineItem--; |
} |
-buildUnnamed1284() { |
+buildUnnamed1317() { |
var o = new core.List<api.OrderLineItemProductVariantAttribute>(); |
o.add(buildOrderLineItemProductVariantAttribute()); |
o.add(buildOrderLineItemProductVariantAttribute()); |
return o; |
} |
-checkUnnamed1284(core.List<api.OrderLineItemProductVariantAttribute> o) { |
+checkUnnamed1317(core.List<api.OrderLineItemProductVariantAttribute> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrderLineItemProductVariantAttribute(o[0]); |
checkOrderLineItemProductVariantAttribute(o[1]); |
@@ -1777,7 +1777,7 @@ buildTestOrderLineItemProduct() { |
o.price = buildPrice(); |
o.targetCountry = "foo"; |
o.title = "foo"; |
- o.variantAttributes = buildUnnamed1284(); |
+ o.variantAttributes = buildUnnamed1317(); |
} |
buildCounterTestOrderLineItemProduct--; |
return o; |
@@ -1798,7 +1798,7 @@ checkTestOrderLineItemProduct(api.TestOrderLineItemProduct o) { |
checkPrice(o.price); |
unittest.expect(o.targetCountry, unittest.equals('foo')); |
unittest.expect(o.title, unittest.equals('foo')); |
- checkUnnamed1284(o.variantAttributes); |
+ checkUnnamed1317(o.variantAttributes); |
} |
buildCounterTestOrderLineItemProduct--; |
} |
@@ -1830,14 +1830,14 @@ checkTestOrderPaymentMethod(api.TestOrderPaymentMethod o) { |
buildCounterTestOrderPaymentMethod--; |
} |
-buildUnnamed1285() { |
+buildUnnamed1318() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1285(core.List<core.String> o) { |
+checkUnnamed1318(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')); |
@@ -2787,7 +2787,7 @@ main() { |
var arg_pageToken = "foo"; |
var arg_placedDateEnd = "foo"; |
var arg_placedDateStart = "foo"; |
- var arg_statuses = buildUnnamed1285(); |
+ var arg_statuses = buildUnnamed1318(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |