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

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

Issue 2987103002: Api-Roll 52: 2017-07-31 (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 52cb67fa310a583d91b38747ea8d3ae69c4042ce..e15be02ab7d4df9447c007e8addc2229c1b3b514 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--;
}
-buildUnnamed1241() {
+buildUnnamed1216() {
var o = new core.List<api.MobileFriendlyIssue>();
o.add(buildMobileFriendlyIssue());
o.add(buildMobileFriendlyIssue());
return o;
}
-checkUnnamed1241(core.List<api.MobileFriendlyIssue> o) {
+checkUnnamed1216(core.List<api.MobileFriendlyIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileFriendlyIssue(o[0]);
checkMobileFriendlyIssue(o[1]);
}
-buildUnnamed1242() {
+buildUnnamed1217() {
var o = new core.List<api.ResourceIssue>();
o.add(buildResourceIssue());
o.add(buildResourceIssue());
return o;
}
-checkUnnamed1242(core.List<api.ResourceIssue> o) {
+checkUnnamed1217(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 = buildUnnamed1241();
- o.resourceIssues = buildUnnamed1242();
+ o.mobileFriendlyIssues = buildUnnamed1216();
+ o.resourceIssues = buildUnnamed1217();
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'));
- checkUnnamed1241(o.mobileFriendlyIssues);
- checkUnnamed1242(o.resourceIssues);
+ checkUnnamed1216(o.mobileFriendlyIssues);
+ checkUnnamed1217(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