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

Side by Side Diff: generated/googleapis/test/adexchangebuyer/v1_4_test.dart

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 library googleapis.adexchangebuyer.v1_4.test; 1 library googleapis.adexchangebuyer.v1_4.test;
2 2
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "dart:collection" as collection; 4 import "dart:collection" as collection;
5 import "dart:async" as async; 5 import "dart:async" as async;
6 import "dart:convert" as convert; 6 import "dart:convert" as convert;
7 7
8 import 'package:http/http.dart' as http; 8 import 'package:http/http.dart' as http;
9 import 'package:http/testing.dart' as http_testing; 9 import 'package:http/testing.dart' as http_testing;
10 import 'package:unittest/unittest.dart' as unittest; 10 import 'package:unittest/unittest.dart' as unittest;
(...skipping 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 o.dimensions = buildUnnamed1868(); 2589 o.dimensions = buildUnnamed1868();
2590 o.excludedContentLabels = buildUnnamed1869(); 2590 o.excludedContentLabels = buildUnnamed1869();
2591 o.excludedGeoCriteriaIds = buildUnnamed1870(); 2591 o.excludedGeoCriteriaIds = buildUnnamed1870();
2592 o.excludedPlacements = buildUnnamed1871(); 2592 o.excludedPlacements = buildUnnamed1871();
2593 o.excludedUserLists = buildUnnamed1872(); 2593 o.excludedUserLists = buildUnnamed1872();
2594 o.excludedVerticals = buildUnnamed1873(); 2594 o.excludedVerticals = buildUnnamed1873();
2595 o.geoCriteriaIds = buildUnnamed1874(); 2595 o.geoCriteriaIds = buildUnnamed1874();
2596 o.isActive = true; 2596 o.isActive = true;
2597 o.kind = "foo"; 2597 o.kind = "foo";
2598 o.languages = buildUnnamed1875(); 2598 o.languages = buildUnnamed1875();
2599 o.minimumViewabilityDecile = 42;
2599 o.mobileCarriers = buildUnnamed1876(); 2600 o.mobileCarriers = buildUnnamed1876();
2600 o.mobileDevices = buildUnnamed1877(); 2601 o.mobileDevices = buildUnnamed1877();
2601 o.mobileOperatingSystemVersions = buildUnnamed1878(); 2602 o.mobileOperatingSystemVersions = buildUnnamed1878();
2602 o.placements = buildUnnamed1879(); 2603 o.placements = buildUnnamed1879();
2603 o.platforms = buildUnnamed1880(); 2604 o.platforms = buildUnnamed1880();
2604 o.supportedCreativeAttributes = buildUnnamed1881(); 2605 o.supportedCreativeAttributes = buildUnnamed1881();
2605 o.userIdentifierDataRequired = buildUnnamed1882(); 2606 o.userIdentifierDataRequired = buildUnnamed1882();
2606 o.userLists = buildUnnamed1883(); 2607 o.userLists = buildUnnamed1883();
2607 o.vendorTypes = buildUnnamed1884(); 2608 o.vendorTypes = buildUnnamed1884();
2608 o.verticals = buildUnnamed1885(); 2609 o.verticals = buildUnnamed1885();
(...skipping 13 matching lines...) Expand all
2622 checkUnnamed1868(o.dimensions); 2623 checkUnnamed1868(o.dimensions);
2623 checkUnnamed1869(o.excludedContentLabels); 2624 checkUnnamed1869(o.excludedContentLabels);
2624 checkUnnamed1870(o.excludedGeoCriteriaIds); 2625 checkUnnamed1870(o.excludedGeoCriteriaIds);
2625 checkUnnamed1871(o.excludedPlacements); 2626 checkUnnamed1871(o.excludedPlacements);
2626 checkUnnamed1872(o.excludedUserLists); 2627 checkUnnamed1872(o.excludedUserLists);
2627 checkUnnamed1873(o.excludedVerticals); 2628 checkUnnamed1873(o.excludedVerticals);
2628 checkUnnamed1874(o.geoCriteriaIds); 2629 checkUnnamed1874(o.geoCriteriaIds);
2629 unittest.expect(o.isActive, unittest.isTrue); 2630 unittest.expect(o.isActive, unittest.isTrue);
2630 unittest.expect(o.kind, unittest.equals('foo')); 2631 unittest.expect(o.kind, unittest.equals('foo'));
2631 checkUnnamed1875(o.languages); 2632 checkUnnamed1875(o.languages);
2633 unittest.expect(o.minimumViewabilityDecile, unittest.equals(42));
2632 checkUnnamed1876(o.mobileCarriers); 2634 checkUnnamed1876(o.mobileCarriers);
2633 checkUnnamed1877(o.mobileDevices); 2635 checkUnnamed1877(o.mobileDevices);
2634 checkUnnamed1878(o.mobileOperatingSystemVersions); 2636 checkUnnamed1878(o.mobileOperatingSystemVersions);
2635 checkUnnamed1879(o.placements); 2637 checkUnnamed1879(o.placements);
2636 checkUnnamed1880(o.platforms); 2638 checkUnnamed1880(o.platforms);
2637 checkUnnamed1881(o.supportedCreativeAttributes); 2639 checkUnnamed1881(o.supportedCreativeAttributes);
2638 checkUnnamed1882(o.userIdentifierDataRequired); 2640 checkUnnamed1882(o.userIdentifierDataRequired);
2639 checkUnnamed1883(o.userLists); 2641 checkUnnamed1883(o.userLists);
2640 checkUnnamed1884(o.vendorTypes); 2642 checkUnnamed1884(o.vendorTypes);
2641 checkUnnamed1885(o.verticals); 2643 checkUnnamed1885(o.verticals);
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2795 o.creatorContacts = buildUnnamed1888(); 2797 o.creatorContacts = buildUnnamed1888();
2796 o.deliveryControl = buildDeliveryControl(); 2798 o.deliveryControl = buildDeliveryControl();
2797 o.flightEndTimeMs = "foo"; 2799 o.flightEndTimeMs = "foo";
2798 o.flightStartTimeMs = "foo"; 2800 o.flightStartTimeMs = "foo";
2799 o.hasCreatorSignedOff = true; 2801 o.hasCreatorSignedOff = true;
2800 o.inventorySource = "foo"; 2802 o.inventorySource = "foo";
2801 o.kind = "foo"; 2803 o.kind = "foo";
2802 o.labels = buildUnnamed1889(); 2804 o.labels = buildUnnamed1889();
2803 o.lastUpdateTimeMs = "foo"; 2805 o.lastUpdateTimeMs = "foo";
2804 o.legacyOfferId = "foo"; 2806 o.legacyOfferId = "foo";
2807 o.marketplacePublisherProfileId = "foo";
2805 o.name = "foo"; 2808 o.name = "foo";
2806 o.privateAuctionId = "foo"; 2809 o.privateAuctionId = "foo";
2807 o.productId = "foo"; 2810 o.productId = "foo";
2808 o.publisherProfileId = "foo"; 2811 o.publisherProfileId = "foo";
2809 o.publisherProvidedForecast = buildPublisherProvidedForecast(); 2812 o.publisherProvidedForecast = buildPublisherProvidedForecast();
2810 o.revisionNumber = "foo"; 2813 o.revisionNumber = "foo";
2811 o.seller = buildSeller(); 2814 o.seller = buildSeller();
2812 o.sharedTargetings = buildUnnamed1890(); 2815 o.sharedTargetings = buildUnnamed1890();
2813 o.state = "foo"; 2816 o.state = "foo";
2814 o.syndicationProduct = "foo"; 2817 o.syndicationProduct = "foo";
(...skipping 11 matching lines...) Expand all
2826 checkUnnamed1888(o.creatorContacts); 2829 checkUnnamed1888(o.creatorContacts);
2827 checkDeliveryControl(o.deliveryControl); 2830 checkDeliveryControl(o.deliveryControl);
2828 unittest.expect(o.flightEndTimeMs, unittest.equals('foo')); 2831 unittest.expect(o.flightEndTimeMs, unittest.equals('foo'));
2829 unittest.expect(o.flightStartTimeMs, unittest.equals('foo')); 2832 unittest.expect(o.flightStartTimeMs, unittest.equals('foo'));
2830 unittest.expect(o.hasCreatorSignedOff, unittest.isTrue); 2833 unittest.expect(o.hasCreatorSignedOff, unittest.isTrue);
2831 unittest.expect(o.inventorySource, unittest.equals('foo')); 2834 unittest.expect(o.inventorySource, unittest.equals('foo'));
2832 unittest.expect(o.kind, unittest.equals('foo')); 2835 unittest.expect(o.kind, unittest.equals('foo'));
2833 checkUnnamed1889(o.labels); 2836 checkUnnamed1889(o.labels);
2834 unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo')); 2837 unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo'));
2835 unittest.expect(o.legacyOfferId, unittest.equals('foo')); 2838 unittest.expect(o.legacyOfferId, unittest.equals('foo'));
2839 unittest.expect(o.marketplacePublisherProfileId, unittest.equals('foo'));
2836 unittest.expect(o.name, unittest.equals('foo')); 2840 unittest.expect(o.name, unittest.equals('foo'));
2837 unittest.expect(o.privateAuctionId, unittest.equals('foo')); 2841 unittest.expect(o.privateAuctionId, unittest.equals('foo'));
2838 unittest.expect(o.productId, unittest.equals('foo')); 2842 unittest.expect(o.productId, unittest.equals('foo'));
2839 unittest.expect(o.publisherProfileId, unittest.equals('foo')); 2843 unittest.expect(o.publisherProfileId, unittest.equals('foo'));
2840 checkPublisherProvidedForecast(o.publisherProvidedForecast); 2844 checkPublisherProvidedForecast(o.publisherProvidedForecast);
2841 unittest.expect(o.revisionNumber, unittest.equals('foo')); 2845 unittest.expect(o.revisionNumber, unittest.equals('foo'));
2842 checkSeller(o.seller); 2846 checkSeller(o.seller);
2843 checkUnnamed1890(o.sharedTargetings); 2847 checkUnnamed1890(o.sharedTargetings);
2844 unittest.expect(o.state, unittest.equals('foo')); 2848 unittest.expect(o.state, unittest.equals('foo'));
2845 unittest.expect(o.syndicationProduct, unittest.equals('foo')); 2849 unittest.expect(o.syndicationProduct, unittest.equals('foo'));
(...skipping 3341 matching lines...) Expand 10 before | Expand all | Expand 10 after
6187 res.list(arg_accountId).then(unittest.expectAsync(((api.GetPublisherProfil esByAccountIdResponse response) { 6191 res.list(arg_accountId).then(unittest.expectAsync(((api.GetPublisherProfil esByAccountIdResponse response) {
6188 checkGetPublisherProfilesByAccountIdResponse(response); 6192 checkGetPublisherProfilesByAccountIdResponse(response);
6189 }))); 6193 })));
6190 }); 6194 });
6191 6195
6192 }); 6196 });
6193 6197
6194 6198
6195 } 6199 }
6196 6200
OLDNEW
« no previous file with comments | « generated/googleapis/pubspec.yaml ('k') | generated/googleapis/test/admin/directory_v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698