| 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 d8326f50e6a8318712cdf19e291502955d605442..17b68baffef9e8a6ad4f872ec354ff0173d030a6 100644
|
| --- a/generated/googleapis/test/urlshortener/v1_test.dart
|
| +++ b/generated/googleapis/test/urlshortener/v1_test.dart
|
| @@ -16,53 +16,53 @@ import 'package:googleapis/urlshortener/v1.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed465() {
|
| +buildUnnamed0() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed465(core.List<api.StringCount> o) {
|
| +checkUnnamed0(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| }
|
|
|
| -buildUnnamed466() {
|
| +buildUnnamed1() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed466(core.List<api.StringCount> o) {
|
| +checkUnnamed1(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| }
|
|
|
| -buildUnnamed467() {
|
| +buildUnnamed2() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed467(core.List<api.StringCount> o) {
|
| +checkUnnamed2(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| }
|
|
|
| -buildUnnamed468() {
|
| +buildUnnamed3() {
|
| var o = new core.List<api.StringCount>();
|
| o.add(buildStringCount());
|
| o.add(buildStringCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed468(core.List<api.StringCount> o) {
|
| +checkUnnamed3(core.List<api.StringCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringCount(o[0]);
|
| checkStringCount(o[1]);
|
| @@ -73,11 +73,11 @@ buildAnalyticsSnapshot() {
|
| var o = new api.AnalyticsSnapshot();
|
| buildCounterAnalyticsSnapshot++;
|
| if (buildCounterAnalyticsSnapshot < 3) {
|
| - o.browsers = buildUnnamed465();
|
| - o.countries = buildUnnamed466();
|
| + o.browsers = buildUnnamed0();
|
| + o.countries = buildUnnamed1();
|
| o.longUrlClicks = "foo";
|
| - o.platforms = buildUnnamed467();
|
| - o.referrers = buildUnnamed468();
|
| + o.platforms = buildUnnamed2();
|
| + o.referrers = buildUnnamed3();
|
| o.shortUrlClicks = "foo";
|
| }
|
| buildCounterAnalyticsSnapshot--;
|
| @@ -87,11 +87,11 @@ buildAnalyticsSnapshot() {
|
| checkAnalyticsSnapshot(api.AnalyticsSnapshot o) {
|
| buildCounterAnalyticsSnapshot++;
|
| if (buildCounterAnalyticsSnapshot < 3) {
|
| - checkUnnamed465(o.browsers);
|
| - checkUnnamed466(o.countries);
|
| + checkUnnamed0(o.browsers);
|
| + checkUnnamed1(o.countries);
|
| unittest.expect(o.longUrlClicks, unittest.equals('foo'));
|
| - checkUnnamed467(o.platforms);
|
| - checkUnnamed468(o.referrers);
|
| + checkUnnamed2(o.platforms);
|
| + checkUnnamed3(o.referrers);
|
| unittest.expect(o.shortUrlClicks, unittest.equals('foo'));
|
| }
|
| buildCounterAnalyticsSnapshot--;
|
| @@ -174,14 +174,14 @@ checkUrl(api.Url o) {
|
| buildCounterUrl--;
|
| }
|
|
|
| -buildUnnamed469() {
|
| +buildUnnamed4() {
|
| var o = new core.List<api.Url>();
|
| o.add(buildUrl());
|
| o.add(buildUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed469(core.List<api.Url> o) {
|
| +checkUnnamed4(core.List<api.Url> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrl(o[0]);
|
| checkUrl(o[1]);
|
| @@ -192,7 +192,7 @@ buildUrlHistory() {
|
| var o = new api.UrlHistory();
|
| buildCounterUrlHistory++;
|
| if (buildCounterUrlHistory < 3) {
|
| - o.items = buildUnnamed469();
|
| + o.items = buildUnnamed4();
|
| o.itemsPerPage = 42;
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -205,7 +205,7 @@ buildUrlHistory() {
|
| checkUrlHistory(api.UrlHistory o) {
|
| buildCounterUrlHistory++;
|
| if (buildCounterUrlHistory < 3) {
|
| - checkUnnamed469(o.items);
|
| + checkUnnamed4(o.items);
|
| unittest.expect(o.itemsPerPage, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
|
|