Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: generated/googleapis/test/searchconsole/v1_test.dart

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/test/searchconsole/v1_test.dart
diff --git a/generated/googleapis/test/searchconsole/v1_test.dart b/generated/googleapis/test/searchconsole/v1_test.dart
index d341a66491c915bfc3e5101db2ca11f1b5b56fc3..52cb67fa310a583d91b38747ea8d3ae69c4042ce 100644
--- a/generated/googleapis/test/searchconsole/v1_test.dart
+++ b/generated/googleapis/test/searchconsole/v1_test.dart
@@ -150,27 +150,27 @@ checkRunMobileFriendlyTestRequest(api.RunMobileFriendlyTestRequest o) {
buildCounterRunMobileFriendlyTestRequest--;
}
-buildUnnamed1157() {
+buildUnnamed1241() {
var o = new core.List<api.MobileFriendlyIssue>();
o.add(buildMobileFriendlyIssue());
o.add(buildMobileFriendlyIssue());
return o;
}
-checkUnnamed1157(core.List<api.MobileFriendlyIssue> o) {
+checkUnnamed1241(core.List<api.MobileFriendlyIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileFriendlyIssue(o[0]);
checkMobileFriendlyIssue(o[1]);
}
-buildUnnamed1158() {
+buildUnnamed1242() {
var o = new core.List<api.ResourceIssue>();
o.add(buildResourceIssue());
o.add(buildResourceIssue());
return o;
}
-checkUnnamed1158(core.List<api.ResourceIssue> o) {
+checkUnnamed1242(core.List<api.ResourceIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceIssue(o[0]);
checkResourceIssue(o[1]);
@@ -182,8 +182,8 @@ buildRunMobileFriendlyTestResponse() {
buildCounterRunMobileFriendlyTestResponse++;
if (buildCounterRunMobileFriendlyTestResponse < 3) {
o.mobileFriendliness = "foo";
- o.mobileFriendlyIssues = buildUnnamed1157();
- o.resourceIssues = buildUnnamed1158();
+ o.mobileFriendlyIssues = buildUnnamed1241();
+ o.resourceIssues = buildUnnamed1242();
o.screenshot = buildImage();
o.testStatus = buildTestStatus();
}
@@ -195,8 +195,8 @@ checkRunMobileFriendlyTestResponse(api.RunMobileFriendlyTestResponse o) {
buildCounterRunMobileFriendlyTestResponse++;
if (buildCounterRunMobileFriendlyTestResponse < 3) {
unittest.expect(o.mobileFriendliness, unittest.equals('foo'));
- checkUnnamed1157(o.mobileFriendlyIssues);
- checkUnnamed1158(o.resourceIssues);
+ checkUnnamed1241(o.mobileFriendlyIssues);
+ checkUnnamed1242(o.resourceIssues);
checkImage(o.screenshot);
checkTestStatus(o.testStatus);
}
« no previous file with comments | « generated/googleapis/test/script/v1_test.dart ('k') | generated/googleapis/test/servicecontrol/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698