| 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 b57fb5469ae3acef20535541b287b15add5c2e9e..8be9040941debd2682e9703414ed26d92ddf4f90 100644
|
| --- a/generated/googleapis/test/webfonts/v1_test.dart
|
| +++ b/generated/googleapis/test/webfonts/v1_test.dart
|
| @@ -51,40 +51,40 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1650() {
|
| +buildUnnamed1417() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1650(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1417(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'));
|
| }
|
|
|
| -buildUnnamed1651() {
|
| +buildUnnamed1418() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1651(core.List<core.String> o) {
|
| +checkUnnamed1418(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'));
|
| }
|
|
|
| -buildUnnamed1652() {
|
| +buildUnnamed1419() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1652(core.List<core.String> o) {
|
| +checkUnnamed1419(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'));
|
| @@ -97,11 +97,11 @@ buildWebfont() {
|
| if (buildCounterWebfont < 3) {
|
| o.category = "foo";
|
| o.family = "foo";
|
| - o.files = buildUnnamed1650();
|
| + o.files = buildUnnamed1417();
|
| o.kind = "foo";
|
| o.lastModified = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.subsets = buildUnnamed1651();
|
| - o.variants = buildUnnamed1652();
|
| + o.subsets = buildUnnamed1418();
|
| + o.variants = buildUnnamed1419();
|
| o.version = "foo";
|
| }
|
| buildCounterWebfont--;
|
| @@ -113,24 +113,24 @@ checkWebfont(api.Webfont o) {
|
| if (buildCounterWebfont < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| unittest.expect(o.family, unittest.equals('foo'));
|
| - checkUnnamed1650(o.files);
|
| + checkUnnamed1417(o.files);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastModified, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed1651(o.subsets);
|
| - checkUnnamed1652(o.variants);
|
| + checkUnnamed1418(o.subsets);
|
| + checkUnnamed1419(o.variants);
|
| unittest.expect(o.version, unittest.equals('foo'));
|
| }
|
| buildCounterWebfont--;
|
| }
|
|
|
| -buildUnnamed1653() {
|
| +buildUnnamed1420() {
|
| var o = new core.List<api.Webfont>();
|
| o.add(buildWebfont());
|
| o.add(buildWebfont());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1653(core.List<api.Webfont> o) {
|
| +checkUnnamed1420(core.List<api.Webfont> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWebfont(o[0]);
|
| checkWebfont(o[1]);
|
| @@ -141,7 +141,7 @@ buildWebfontList() {
|
| var o = new api.WebfontList();
|
| buildCounterWebfontList++;
|
| if (buildCounterWebfontList < 3) {
|
| - o.items = buildUnnamed1653();
|
| + o.items = buildUnnamed1420();
|
| o.kind = "foo";
|
| }
|
| buildCounterWebfontList--;
|
| @@ -151,7 +151,7 @@ buildWebfontList() {
|
| checkWebfontList(api.WebfontList o) {
|
| buildCounterWebfontList++;
|
| if (buildCounterWebfontList < 3) {
|
| - checkUnnamed1653(o.items);
|
| + checkUnnamed1420(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWebfontList--;
|
|
|