| 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 17c3071c0a817b237ba537469ad2375dc635b213..b22f5955a533121ad5b1caca867eea2d4be1457f 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);
|
| }
|
|
|
| -buildUnnamed1885() {
|
| +buildUnnamed1638() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1885(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1638(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'));
|
| }
|
|
|
| -buildUnnamed1886() {
|
| +buildUnnamed1639() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1886(core.List<core.String> o) {
|
| +checkUnnamed1639(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'));
|
| }
|
|
|
| -buildUnnamed1887() {
|
| +buildUnnamed1640() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1887(core.List<core.String> o) {
|
| +checkUnnamed1640(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 = buildUnnamed1885();
|
| + o.files = buildUnnamed1638();
|
| o.kind = "foo";
|
| o.lastModified = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.subsets = buildUnnamed1886();
|
| - o.variants = buildUnnamed1887();
|
| + o.subsets = buildUnnamed1639();
|
| + o.variants = buildUnnamed1640();
|
| 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'));
|
| - checkUnnamed1885(o.files);
|
| + checkUnnamed1638(o.files);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastModified, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed1886(o.subsets);
|
| - checkUnnamed1887(o.variants);
|
| + checkUnnamed1639(o.subsets);
|
| + checkUnnamed1640(o.variants);
|
| unittest.expect(o.version, unittest.equals('foo'));
|
| }
|
| buildCounterWebfont--;
|
| }
|
|
|
| -buildUnnamed1888() {
|
| +buildUnnamed1641() {
|
| var o = new core.List<api.Webfont>();
|
| o.add(buildWebfont());
|
| o.add(buildWebfont());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1888(core.List<api.Webfont> o) {
|
| +checkUnnamed1641(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 = buildUnnamed1888();
|
| + o.items = buildUnnamed1641();
|
| o.kind = "foo";
|
| }
|
| buildCounterWebfontList--;
|
| @@ -151,7 +151,7 @@ buildWebfontList() {
|
| checkWebfontList(api.WebfontList o) {
|
| buildCounterWebfontList++;
|
| if (buildCounterWebfontList < 3) {
|
| - checkUnnamed1888(o.items);
|
| + checkUnnamed1641(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWebfontList--;
|
|
|