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

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

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 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
« no previous file with comments | « generated/googleapis/test/civicinfo/v2_test.dart ('k') | generated/googleapis/test/cloudbuild/v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/classroom/v1_test.dart
diff --git a/generated/googleapis/test/classroom/v1_test.dart b/generated/googleapis/test/classroom/v1_test.dart
index a0753b0e447e16823105b3b8583eb7f50598879d..7d1e394ad6cf7c2230520cb413ac94e8849c8694 100644
--- a/generated/googleapis/test/classroom/v1_test.dart
+++ b/generated/googleapis/test/classroom/v1_test.dart
@@ -70,14 +70,14 @@ checkAssignment(api.Assignment o) {
buildCounterAssignment--;
}
-buildUnnamed643() {
+buildUnnamed650() {
var o = new core.List<api.Attachment>();
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-checkUnnamed643(core.List<api.Attachment> o) {
+checkUnnamed650(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0]);
checkAttachment(o[1]);
@@ -88,7 +88,7 @@ buildAssignmentSubmission() {
var o = new api.AssignmentSubmission();
buildCounterAssignmentSubmission++;
if (buildCounterAssignmentSubmission < 3) {
- o.attachments = buildUnnamed643();
+ o.attachments = buildUnnamed650();
}
buildCounterAssignmentSubmission--;
return o;
@@ -97,7 +97,7 @@ buildAssignmentSubmission() {
checkAssignmentSubmission(api.AssignmentSubmission o) {
buildCounterAssignmentSubmission++;
if (buildCounterAssignmentSubmission < 3) {
- checkUnnamed643(o.attachments);
+ checkUnnamed650(o.attachments);
}
buildCounterAssignmentSubmission--;
}
@@ -127,14 +127,14 @@ checkAttachment(api.Attachment o) {
buildCounterAttachment--;
}
-buildUnnamed644() {
+buildUnnamed651() {
var o = new core.List<api.CourseMaterialSet>();
o.add(buildCourseMaterialSet());
o.add(buildCourseMaterialSet());
return o;
}
-checkUnnamed644(core.List<api.CourseMaterialSet> o) {
+checkUnnamed651(core.List<api.CourseMaterialSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseMaterialSet(o[0]);
checkCourseMaterialSet(o[1]);
@@ -147,7 +147,7 @@ buildCourse() {
if (buildCounterCourse < 3) {
o.alternateLink = "foo";
o.courseGroupEmail = "foo";
- o.courseMaterialSets = buildUnnamed644();
+ o.courseMaterialSets = buildUnnamed651();
o.courseState = "foo";
o.creationTime = "foo";
o.description = "foo";
@@ -172,7 +172,7 @@ checkCourse(api.Course o) {
if (buildCounterCourse < 3) {
unittest.expect(o.alternateLink, unittest.equals('foo'));
unittest.expect(o.courseGroupEmail, unittest.equals('foo'));
- checkUnnamed644(o.courseMaterialSets);
+ checkUnnamed651(o.courseMaterialSets);
unittest.expect(o.courseState, unittest.equals('foo'));
unittest.expect(o.creationTime, unittest.equals('foo'));
unittest.expect(o.description, unittest.equals('foo'));
@@ -235,14 +235,14 @@ checkCourseMaterial(api.CourseMaterial o) {
buildCounterCourseMaterial--;
}
-buildUnnamed645() {
+buildUnnamed652() {
var o = new core.List<api.CourseMaterial>();
o.add(buildCourseMaterial());
o.add(buildCourseMaterial());
return o;
}
-checkUnnamed645(core.List<api.CourseMaterial> o) {
+checkUnnamed652(core.List<api.CourseMaterial> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseMaterial(o[0]);
checkCourseMaterial(o[1]);
@@ -253,7 +253,7 @@ buildCourseMaterialSet() {
var o = new api.CourseMaterialSet();
buildCounterCourseMaterialSet++;
if (buildCounterCourseMaterialSet < 3) {
- o.materials = buildUnnamed645();
+ o.materials = buildUnnamed652();
o.title = "foo";
}
buildCounterCourseMaterialSet--;
@@ -263,20 +263,20 @@ buildCourseMaterialSet() {
checkCourseMaterialSet(api.CourseMaterialSet o) {
buildCounterCourseMaterialSet++;
if (buildCounterCourseMaterialSet < 3) {
- checkUnnamed645(o.materials);
+ checkUnnamed652(o.materials);
unittest.expect(o.title, unittest.equals('foo'));
}
buildCounterCourseMaterialSet--;
}
-buildUnnamed646() {
+buildUnnamed653() {
var o = new core.List<api.Material>();
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-checkUnnamed646(core.List<api.Material> o) {
+checkUnnamed653(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0]);
checkMaterial(o[1]);
@@ -296,7 +296,7 @@ buildCourseWork() {
o.dueDate = buildDate();
o.dueTime = buildTimeOfDay();
o.id = "foo";
- o.materials = buildUnnamed646();
+ o.materials = buildUnnamed653();
o.maxPoints = 42.0;
o.multipleChoiceQuestion = buildMultipleChoiceQuestion();
o.state = "foo";
@@ -321,7 +321,7 @@ checkCourseWork(api.CourseWork o) {
checkDate(o.dueDate);
checkTimeOfDay(o.dueTime);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed646(o.materials);
+ checkUnnamed653(o.materials);
unittest.expect(o.maxPoints, unittest.equals(42.0));
checkMultipleChoiceQuestion(o.multipleChoiceQuestion);
unittest.expect(o.state, unittest.equals('foo'));
@@ -565,14 +565,14 @@ checkLink(api.Link o) {
buildCounterLink--;
}
-buildUnnamed647() {
+buildUnnamed654() {
var o = new core.List<api.CourseAlias>();
o.add(buildCourseAlias());
o.add(buildCourseAlias());
return o;
}
-checkUnnamed647(core.List<api.CourseAlias> o) {
+checkUnnamed654(core.List<api.CourseAlias> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseAlias(o[0]);
checkCourseAlias(o[1]);
@@ -583,7 +583,7 @@ buildListCourseAliasesResponse() {
var o = new api.ListCourseAliasesResponse();
buildCounterListCourseAliasesResponse++;
if (buildCounterListCourseAliasesResponse < 3) {
- o.aliases = buildUnnamed647();
+ o.aliases = buildUnnamed654();
o.nextPageToken = "foo";
}
buildCounterListCourseAliasesResponse--;
@@ -593,20 +593,20 @@ buildListCourseAliasesResponse() {
checkListCourseAliasesResponse(api.ListCourseAliasesResponse o) {
buildCounterListCourseAliasesResponse++;
if (buildCounterListCourseAliasesResponse < 3) {
- checkUnnamed647(o.aliases);
+ checkUnnamed654(o.aliases);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCourseAliasesResponse--;
}
-buildUnnamed648() {
+buildUnnamed655() {
var o = new core.List<api.CourseWork>();
o.add(buildCourseWork());
o.add(buildCourseWork());
return o;
}
-checkUnnamed648(core.List<api.CourseWork> o) {
+checkUnnamed655(core.List<api.CourseWork> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseWork(o[0]);
checkCourseWork(o[1]);
@@ -617,7 +617,7 @@ buildListCourseWorkResponse() {
var o = new api.ListCourseWorkResponse();
buildCounterListCourseWorkResponse++;
if (buildCounterListCourseWorkResponse < 3) {
- o.courseWork = buildUnnamed648();
+ o.courseWork = buildUnnamed655();
o.nextPageToken = "foo";
}
buildCounterListCourseWorkResponse--;
@@ -627,20 +627,20 @@ buildListCourseWorkResponse() {
checkListCourseWorkResponse(api.ListCourseWorkResponse o) {
buildCounterListCourseWorkResponse++;
if (buildCounterListCourseWorkResponse < 3) {
- checkUnnamed648(o.courseWork);
+ checkUnnamed655(o.courseWork);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCourseWorkResponse--;
}
-buildUnnamed649() {
+buildUnnamed656() {
var o = new core.List<api.Course>();
o.add(buildCourse());
o.add(buildCourse());
return o;
}
-checkUnnamed649(core.List<api.Course> o) {
+checkUnnamed656(core.List<api.Course> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourse(o[0]);
checkCourse(o[1]);
@@ -651,7 +651,7 @@ buildListCoursesResponse() {
var o = new api.ListCoursesResponse();
buildCounterListCoursesResponse++;
if (buildCounterListCoursesResponse < 3) {
- o.courses = buildUnnamed649();
+ o.courses = buildUnnamed656();
o.nextPageToken = "foo";
}
buildCounterListCoursesResponse--;
@@ -661,20 +661,20 @@ buildListCoursesResponse() {
checkListCoursesResponse(api.ListCoursesResponse o) {
buildCounterListCoursesResponse++;
if (buildCounterListCoursesResponse < 3) {
- checkUnnamed649(o.courses);
+ checkUnnamed656(o.courses);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCoursesResponse--;
}
-buildUnnamed650() {
+buildUnnamed657() {
var o = new core.List<api.GuardianInvitation>();
o.add(buildGuardianInvitation());
o.add(buildGuardianInvitation());
return o;
}
-checkUnnamed650(core.List<api.GuardianInvitation> o) {
+checkUnnamed657(core.List<api.GuardianInvitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuardianInvitation(o[0]);
checkGuardianInvitation(o[1]);
@@ -685,7 +685,7 @@ buildListGuardianInvitationsResponse() {
var o = new api.ListGuardianInvitationsResponse();
buildCounterListGuardianInvitationsResponse++;
if (buildCounterListGuardianInvitationsResponse < 3) {
- o.guardianInvitations = buildUnnamed650();
+ o.guardianInvitations = buildUnnamed657();
o.nextPageToken = "foo";
}
buildCounterListGuardianInvitationsResponse--;
@@ -695,20 +695,20 @@ buildListGuardianInvitationsResponse() {
checkListGuardianInvitationsResponse(api.ListGuardianInvitationsResponse o) {
buildCounterListGuardianInvitationsResponse++;
if (buildCounterListGuardianInvitationsResponse < 3) {
- checkUnnamed650(o.guardianInvitations);
+ checkUnnamed657(o.guardianInvitations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListGuardianInvitationsResponse--;
}
-buildUnnamed651() {
+buildUnnamed658() {
var o = new core.List<api.Guardian>();
o.add(buildGuardian());
o.add(buildGuardian());
return o;
}
-checkUnnamed651(core.List<api.Guardian> o) {
+checkUnnamed658(core.List<api.Guardian> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuardian(o[0]);
checkGuardian(o[1]);
@@ -719,7 +719,7 @@ buildListGuardiansResponse() {
var o = new api.ListGuardiansResponse();
buildCounterListGuardiansResponse++;
if (buildCounterListGuardiansResponse < 3) {
- o.guardians = buildUnnamed651();
+ o.guardians = buildUnnamed658();
o.nextPageToken = "foo";
}
buildCounterListGuardiansResponse--;
@@ -729,20 +729,20 @@ buildListGuardiansResponse() {
checkListGuardiansResponse(api.ListGuardiansResponse o) {
buildCounterListGuardiansResponse++;
if (buildCounterListGuardiansResponse < 3) {
- checkUnnamed651(o.guardians);
+ checkUnnamed658(o.guardians);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListGuardiansResponse--;
}
-buildUnnamed652() {
+buildUnnamed659() {
var o = new core.List<api.Invitation>();
o.add(buildInvitation());
o.add(buildInvitation());
return o;
}
-checkUnnamed652(core.List<api.Invitation> o) {
+checkUnnamed659(core.List<api.Invitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvitation(o[0]);
checkInvitation(o[1]);
@@ -753,7 +753,7 @@ buildListInvitationsResponse() {
var o = new api.ListInvitationsResponse();
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- o.invitations = buildUnnamed652();
+ o.invitations = buildUnnamed659();
o.nextPageToken = "foo";
}
buildCounterListInvitationsResponse--;
@@ -763,20 +763,20 @@ buildListInvitationsResponse() {
checkListInvitationsResponse(api.ListInvitationsResponse o) {
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- checkUnnamed652(o.invitations);
+ checkUnnamed659(o.invitations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListInvitationsResponse--;
}
-buildUnnamed653() {
+buildUnnamed660() {
var o = new core.List<api.StudentSubmission>();
o.add(buildStudentSubmission());
o.add(buildStudentSubmission());
return o;
}
-checkUnnamed653(core.List<api.StudentSubmission> o) {
+checkUnnamed660(core.List<api.StudentSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkStudentSubmission(o[0]);
checkStudentSubmission(o[1]);
@@ -788,7 +788,7 @@ buildListStudentSubmissionsResponse() {
buildCounterListStudentSubmissionsResponse++;
if (buildCounterListStudentSubmissionsResponse < 3) {
o.nextPageToken = "foo";
- o.studentSubmissions = buildUnnamed653();
+ o.studentSubmissions = buildUnnamed660();
}
buildCounterListStudentSubmissionsResponse--;
return o;
@@ -798,19 +798,19 @@ checkListStudentSubmissionsResponse(api.ListStudentSubmissionsResponse o) {
buildCounterListStudentSubmissionsResponse++;
if (buildCounterListStudentSubmissionsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed653(o.studentSubmissions);
+ checkUnnamed660(o.studentSubmissions);
}
buildCounterListStudentSubmissionsResponse--;
}
-buildUnnamed654() {
+buildUnnamed661() {
var o = new core.List<api.Student>();
o.add(buildStudent());
o.add(buildStudent());
return o;
}
-checkUnnamed654(core.List<api.Student> o) {
+checkUnnamed661(core.List<api.Student> o) {
unittest.expect(o, unittest.hasLength(2));
checkStudent(o[0]);
checkStudent(o[1]);
@@ -822,7 +822,7 @@ buildListStudentsResponse() {
buildCounterListStudentsResponse++;
if (buildCounterListStudentsResponse < 3) {
o.nextPageToken = "foo";
- o.students = buildUnnamed654();
+ o.students = buildUnnamed661();
}
buildCounterListStudentsResponse--;
return o;
@@ -832,19 +832,19 @@ checkListStudentsResponse(api.ListStudentsResponse o) {
buildCounterListStudentsResponse++;
if (buildCounterListStudentsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed654(o.students);
+ checkUnnamed661(o.students);
}
buildCounterListStudentsResponse--;
}
-buildUnnamed655() {
+buildUnnamed662() {
var o = new core.List<api.Teacher>();
o.add(buildTeacher());
o.add(buildTeacher());
return o;
}
-checkUnnamed655(core.List<api.Teacher> o) {
+checkUnnamed662(core.List<api.Teacher> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeacher(o[0]);
checkTeacher(o[1]);
@@ -856,7 +856,7 @@ buildListTeachersResponse() {
buildCounterListTeachersResponse++;
if (buildCounterListTeachersResponse < 3) {
o.nextPageToken = "foo";
- o.teachers = buildUnnamed655();
+ o.teachers = buildUnnamed662();
}
buildCounterListTeachersResponse--;
return o;
@@ -866,7 +866,7 @@ checkListTeachersResponse(api.ListTeachersResponse o) {
buildCounterListTeachersResponse++;
if (buildCounterListTeachersResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed655(o.teachers);
+ checkUnnamed662(o.teachers);
}
buildCounterListTeachersResponse--;
}
@@ -896,14 +896,14 @@ checkMaterial(api.Material o) {
buildCounterMaterial--;
}
-buildUnnamed656() {
+buildUnnamed663() {
var o = new core.List<api.Attachment>();
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-checkUnnamed656(core.List<api.Attachment> o) {
+checkUnnamed663(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0]);
checkAttachment(o[1]);
@@ -914,7 +914,7 @@ buildModifyAttachmentsRequest() {
var o = new api.ModifyAttachmentsRequest();
buildCounterModifyAttachmentsRequest++;
if (buildCounterModifyAttachmentsRequest < 3) {
- o.addAttachments = buildUnnamed656();
+ o.addAttachments = buildUnnamed663();
}
buildCounterModifyAttachmentsRequest--;
return o;
@@ -923,19 +923,19 @@ buildModifyAttachmentsRequest() {
checkModifyAttachmentsRequest(api.ModifyAttachmentsRequest o) {
buildCounterModifyAttachmentsRequest++;
if (buildCounterModifyAttachmentsRequest < 3) {
- checkUnnamed656(o.addAttachments);
+ checkUnnamed663(o.addAttachments);
}
buildCounterModifyAttachmentsRequest--;
}
-buildUnnamed657() {
+buildUnnamed664() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed657(core.List<core.String> o) {
+checkUnnamed664(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'));
@@ -946,7 +946,7 @@ buildMultipleChoiceQuestion() {
var o = new api.MultipleChoiceQuestion();
buildCounterMultipleChoiceQuestion++;
if (buildCounterMultipleChoiceQuestion < 3) {
- o.choices = buildUnnamed657();
+ o.choices = buildUnnamed664();
}
buildCounterMultipleChoiceQuestion--;
return o;
@@ -955,7 +955,7 @@ buildMultipleChoiceQuestion() {
checkMultipleChoiceQuestion(api.MultipleChoiceQuestion o) {
buildCounterMultipleChoiceQuestion++;
if (buildCounterMultipleChoiceQuestion < 3) {
- checkUnnamed657(o.choices);
+ checkUnnamed664(o.choices);
}
buildCounterMultipleChoiceQuestion--;
}
@@ -1215,14 +1215,14 @@ checkTurnInStudentSubmissionRequest(api.TurnInStudentSubmissionRequest o) {
buildCounterTurnInStudentSubmissionRequest--;
}
-buildUnnamed658() {
+buildUnnamed665() {
var o = new core.List<api.GlobalPermission>();
o.add(buildGlobalPermission());
o.add(buildGlobalPermission());
return o;
}
-checkUnnamed658(core.List<api.GlobalPermission> o) {
+checkUnnamed665(core.List<api.GlobalPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkGlobalPermission(o[0]);
checkGlobalPermission(o[1]);
@@ -1236,7 +1236,7 @@ buildUserProfile() {
o.emailAddress = "foo";
o.id = "foo";
o.name = buildName();
- o.permissions = buildUnnamed658();
+ o.permissions = buildUnnamed665();
o.photoUrl = "foo";
}
buildCounterUserProfile--;
@@ -1249,7 +1249,7 @@ checkUserProfile(api.UserProfile o) {
unittest.expect(o.emailAddress, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
checkName(o.name);
- checkUnnamed658(o.permissions);
+ checkUnnamed665(o.permissions);
unittest.expect(o.photoUrl, unittest.equals('foo'));
}
buildCounterUserProfile--;
@@ -1280,53 +1280,53 @@ checkYouTubeVideo(api.YouTubeVideo o) {
buildCounterYouTubeVideo--;
}
-buildUnnamed659() {
+buildUnnamed666() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed659(core.List<core.String> o) {
+checkUnnamed666(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'));
}
-buildUnnamed660() {
+buildUnnamed667() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed660(core.List<core.String> o) {
+checkUnnamed667(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'));
}
-buildUnnamed661() {
+buildUnnamed668() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed661(core.List<core.String> o) {
+checkUnnamed668(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'));
}
-buildUnnamed662() {
+buildUnnamed669() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed662(core.List<core.String> o) {
+checkUnnamed669(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'));
@@ -1869,7 +1869,7 @@ main() {
api.CoursesResourceApi res = new api.ClassroomApi(mock).courses;
var arg_studentId = "foo";
var arg_teacherId = "foo";
- var arg_courseStates = buildUnnamed659();
+ var arg_courseStates = buildUnnamed666();
var arg_pageSize = 42;
var arg_pageToken = "foo";
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
@@ -2363,7 +2363,7 @@ main() {
var mock = new HttpServerMock();
api.CoursesCourseWorkResourceApi res = new api.ClassroomApi(mock).courses.courseWork;
var arg_courseId = "foo";
- var arg_courseWorkStates = buildUnnamed660();
+ var arg_courseWorkStates = buildUnnamed667();
var arg_orderBy = "foo";
var arg_pageSize = 42;
var arg_pageToken = "foo";
@@ -2552,7 +2552,7 @@ main() {
var arg_courseId = "foo";
var arg_courseWorkId = "foo";
var arg_userId = "foo";
- var arg_states = buildUnnamed661();
+ var arg_states = buildUnnamed668();
var arg_late = "foo";
var arg_pageSize = 42;
var arg_pageToken = "foo";
@@ -3835,7 +3835,7 @@ main() {
api.UserProfilesGuardianInvitationsResourceApi res = new api.ClassroomApi(mock).userProfiles.guardianInvitations;
var arg_studentId = "foo";
var arg_invitedEmailAddress = "foo";
- var arg_states = buildUnnamed662();
+ var arg_states = buildUnnamed669();
var arg_pageToken = "foo";
var arg_pageSize = 42;
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
« no previous file with comments | « generated/googleapis/test/civicinfo/v2_test.dart ('k') | generated/googleapis/test/cloudbuild/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698