| Index: generated/googleapis/test/urlshortener/v1_test.dart
|
| diff --git a/generated/googleapis/test/urlshortener/v1_test.dart b/generated/googleapis/test/urlshortener/v1_test.dart
|
| index f8654cafe65ac4f74377ad6a421fcf8800272739..585b0c9e24b7794ca3d3bf262294c9e33c9274e6 100644
|
| --- a/generated/googleapis/test/urlshortener/v1_test.dart
|
| +++ b/generated/googleapis/test/urlshortener/v1_test.dart
|
| @@ -51,53 +51,53 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed711() {
|
| +buildUnnamed698() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed711(core.List<api.StringCount> o) {
|
| +checkUnnamed698(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| }
|
|
|
| -buildUnnamed712() {
|
| +buildUnnamed699() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed712(core.List<api.StringCount> o) {
|
| +checkUnnamed699(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| }
|
|
|
| -buildUnnamed713() {
|
| +buildUnnamed700() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed713(core.List<api.StringCount> o) {
|
| +checkUnnamed700(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| }
|
|
|
| -buildUnnamed714() {
|
| +buildUnnamed701() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed714(core.List<api.StringCount> o) {
|
| +checkUnnamed701(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| @@ -108,11 +108,11 @@ buildAnalyticsSnapshot() {
|
| var o = new api.AnalyticsSnapshot();
|
| buildCounterAnalyticsSnapshot++;
|
| if (buildCounterAnalyticsSnapshot < 3) {
|
| - o.browsers = buildUnnamed711();
|
| - o.countries = buildUnnamed712();
|
| + o.browsers = buildUnnamed698();
|
| + o.countries = buildUnnamed699();
|
| o.longUrlClicks = "foo";
|
| - o.platforms = buildUnnamed713();
|
| - o.referrers = buildUnnamed714();
|
| + o.platforms = buildUnnamed700();
|
| + o.referrers = buildUnnamed701();
|
| o.shortUrlClicks = "foo";
|
| }
|
| buildCounterAnalyticsSnapshot--;
|
| @@ -122,11 +122,11 @@ buildAnalyticsSnapshot() {
|
| checkAnalyticsSnapshot(api.AnalyticsSnapshot o) {
|
| buildCounterAnalyticsSnapshot++;
|
| if (buildCounterAnalyticsSnapshot < 3) {
|
| - checkUnnamed711(o.browsers);
|
| - checkUnnamed712(o.countries);
|
| + checkUnnamed698(o.browsers);
|
| + checkUnnamed699(o.countries);
|
| unittest.expect(o.longUrlClicks, unittest.equals('foo'));
|
| - checkUnnamed713(o.platforms);
|
| - checkUnnamed714(o.referrers);
|
| + checkUnnamed700(o.platforms);
|
| + checkUnnamed701(o.referrers);
|
| unittest.expect(o.shortUrlClicks, unittest.equals('foo'));
|
| }
|
| buildCounterAnalyticsSnapshot--;
|
| @@ -209,14 +209,14 @@ checkUrl(api.Url o) {
|
| buildCounterUrl--;
|
| }
|
|
|
| -buildUnnamed715() {
|
| +buildUnnamed702() {
|
| var o = new core.List<api.Url>();
|
| o.add(buildUrl());
|
| o.add(buildUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed715(core.List<api.Url> o) {
|
| +checkUnnamed702(core.List<api.Url> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrl(o[0]);
|
| checkUrl(o[1]);
|
| @@ -227,7 +227,7 @@ buildUrlHistory() {
|
| var o = new api.UrlHistory();
|
| buildCounterUrlHistory++;
|
| if (buildCounterUrlHistory < 3) {
|
| - o.items = buildUnnamed715();
|
| + o.items = buildUnnamed702();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -240,7 +240,7 @@ buildUrlHistory() {
|
| checkUrlHistory(api.UrlHistory o) {
|
| buildCounterUrlHistory++;
|
| if (buildCounterUrlHistory < 3) {
|
| - checkUnnamed715(o.items);
|
| + checkUnnamed702(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
|
|