| Index: generated/googleapis/test/webfonts/v1_test.dart
|
| diff --git a/generated/googleapis/test/webfonts/v1_test.dart b/generated/googleapis/test/webfonts/v1_test.dart
|
| index 567ddc5bddecf4e893270a75c0c649e709a3f4c6..c048c353296bb6cc86c4b0d75b8f7d9ab048c72b 100644
|
| --- a/generated/googleapis/test/webfonts/v1_test.dart
|
| +++ b/generated/googleapis/test/webfonts/v1_test.dart
|
| @@ -16,40 +16,40 @@ import 'package:googleapis/webfonts/v1.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed817() {
|
| +buildUnnamed1124() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed817(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1124(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed818() {
|
| +buildUnnamed1125() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed818(core.List<core.String> o) {
|
| +checkUnnamed1125(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'));
|
| }
|
|
|
| -buildUnnamed819() {
|
| +buildUnnamed1126() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed819(core.List<core.String> o) {
|
| +checkUnnamed1126(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'));
|
| @@ -62,11 +62,11 @@ buildWebfont() {
|
| if (buildCounterWebfont < 3) {
|
| o.category = "foo";
|
| o.family = "foo";
|
| - o.files = buildUnnamed817();
|
| + o.files = buildUnnamed1124();
|
| o.kind = "foo";
|
| o.lastModified = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.subsets = buildUnnamed818();
|
| - o.variants = buildUnnamed819();
|
| + o.subsets = buildUnnamed1125();
|
| + o.variants = buildUnnamed1126();
|
| o.version = "foo";
|
| }
|
| buildCounterWebfont--;
|
| @@ -78,24 +78,24 @@ checkWebfont(api.Webfont o) {
|
| if (buildCounterWebfont < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| unittest.expect(o.family, unittest.equals('foo'));
|
| - checkUnnamed817(o.files);
|
| + checkUnnamed1124(o.files);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastModified, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed818(o.subsets);
|
| - checkUnnamed819(o.variants);
|
| + checkUnnamed1125(o.subsets);
|
| + checkUnnamed1126(o.variants);
|
| unittest.expect(o.version, unittest.equals('foo'));
|
| }
|
| buildCounterWebfont--;
|
| }
|
|
|
| -buildUnnamed820() {
|
| +buildUnnamed1127() {
|
| var o = new core.List<api.Webfont>();
|
| o.add(buildWebfont());
|
| o.add(buildWebfont());
|
| return o;
|
| }
|
|
|
| -checkUnnamed820(core.List<api.Webfont> o) {
|
| +checkUnnamed1127(core.List<api.Webfont> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWebfont(o[0]);
|
| checkWebfont(o[1]);
|
| @@ -106,7 +106,7 @@ buildWebfontList() {
|
| var o = new api.WebfontList();
|
| buildCounterWebfontList++;
|
| if (buildCounterWebfontList < 3) {
|
| - o.items = buildUnnamed820();
|
| + o.items = buildUnnamed1127();
|
| o.kind = "foo";
|
| }
|
| buildCounterWebfontList--;
|
| @@ -116,7 +116,7 @@ buildWebfontList() {
|
| checkWebfontList(api.WebfontList o) {
|
| buildCounterWebfontList++;
|
| if (buildCounterWebfontList < 3) {
|
| - checkUnnamed820(o.items);
|
| + checkUnnamed1127(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWebfontList--;
|
|
|