Index: generated/googleapis/test/identitytoolkit/v3_test.dart |
diff --git a/generated/googleapis/test/identitytoolkit/v3_test.dart b/generated/googleapis/test/identitytoolkit/v3_test.dart |
index 9dd2438fe1736bec05f2b013208cafbe9e433ccc..5bb435c344d6ce89f955c08c1688f0b9fef24f5a 100644 |
--- a/generated/googleapis/test/identitytoolkit/v3_test.dart |
+++ b/generated/googleapis/test/identitytoolkit/v3_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed2396() { |
+buildUnnamed2432() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2396(core.List<core.String> o) { |
+checkUnnamed2432(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')); |
@@ -69,7 +69,7 @@ buildCreateAuthUriResponse() { |
var o = new api.CreateAuthUriResponse(); |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- o.allProviders = buildUnnamed2396(); |
+ o.allProviders = buildUnnamed2432(); |
o.authUri = "foo"; |
o.captchaRequired = true; |
o.forExistingProvider = true; |
@@ -85,7 +85,7 @@ buildCreateAuthUriResponse() { |
checkCreateAuthUriResponse(api.CreateAuthUriResponse o) { |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- checkUnnamed2396(o.allProviders); |
+ checkUnnamed2432(o.allProviders); |
unittest.expect(o.authUri, unittest.equals('foo')); |
unittest.expect(o.captchaRequired, unittest.isTrue); |
unittest.expect(o.forExistingProvider, unittest.isTrue); |
@@ -116,14 +116,14 @@ checkDeleteAccountResponse(api.DeleteAccountResponse o) { |
buildCounterDeleteAccountResponse--; |
} |
-buildUnnamed2397() { |
+buildUnnamed2433() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2397(core.List<api.UserInfo> o) { |
+checkUnnamed2433(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -136,7 +136,7 @@ buildDownloadAccountResponse() { |
if (buildCounterDownloadAccountResponse < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.users = buildUnnamed2397(); |
+ o.users = buildUnnamed2433(); |
} |
buildCounterDownloadAccountResponse--; |
return o; |
@@ -147,7 +147,7 @@ checkDownloadAccountResponse(api.DownloadAccountResponse o) { |
if (buildCounterDownloadAccountResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2397(o.users); |
+ checkUnnamed2433(o.users); |
} |
buildCounterDownloadAccountResponse--; |
} |
@@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) { |
buildCounterEmailTemplate--; |
} |
-buildUnnamed2398() { |
+buildUnnamed2434() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2398(core.List<api.UserInfo> o) { |
+checkUnnamed2434(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -200,7 +200,7 @@ buildGetAccountInfoResponse() { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
o.kind = "foo"; |
- o.users = buildUnnamed2398(); |
+ o.users = buildUnnamed2434(); |
} |
buildCounterGetAccountInfoResponse--; |
return o; |
@@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2398(o.users); |
+ checkUnnamed2434(o.users); |
} |
buildCounterGetAccountInfoResponse--; |
} |
@@ -261,14 +261,14 @@ checkGetRecaptchaParamResponse(api.GetRecaptchaParamResponse o) { |
buildCounterGetRecaptchaParamResponse--; |
} |
-buildUnnamed2399() { |
+buildUnnamed2435() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2399(core.Map<core.String, core.String> o) { |
+checkUnnamed2435(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')); |
@@ -284,7 +284,7 @@ buildIdentitytoolkitRelyingpartyCreateAuthUriRequest() { |
o.clientId = "foo"; |
o.context = "foo"; |
o.continueUri = "foo"; |
- o.customParameter = buildUnnamed2399(); |
+ o.customParameter = buildUnnamed2435(); |
o.hostedDomain = "foo"; |
o.identifier = "foo"; |
o.oauthConsumerKey = "foo"; |
@@ -306,7 +306,7 @@ checkIdentitytoolkitRelyingpartyCreateAuthUriRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.clientId, unittest.equals('foo')); |
unittest.expect(o.context, unittest.equals('foo')); |
unittest.expect(o.continueUri, unittest.equals('foo')); |
- checkUnnamed2399(o.customParameter); |
+ checkUnnamed2435(o.customParameter); |
unittest.expect(o.hostedDomain, unittest.equals('foo')); |
unittest.expect(o.identifier, unittest.equals('foo')); |
unittest.expect(o.oauthConsumerKey, unittest.equals('foo')); |
@@ -367,27 +367,40 @@ checkIdentitytoolkitRelyingpartyDownloadAccountRequest(api.IdentitytoolkitRelyin |
buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--; |
} |
-buildUnnamed2400() { |
+buildUnnamed2436() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2400(core.List<core.String> o) { |
+checkUnnamed2436(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')); |
} |
-buildUnnamed2401() { |
+buildUnnamed2437() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2401(core.List<core.String> o) { |
+checkUnnamed2437(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')); |
+} |
+ |
+buildUnnamed2438() { |
+ var o = new core.List<core.String>(); |
+ o.add("foo"); |
+ o.add("foo"); |
+ return o; |
+} |
+ |
+checkUnnamed2438(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')); |
@@ -399,9 +412,10 @@ buildIdentitytoolkitRelyingpartyGetAccountInfoRequest() { |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
o.delegatedProjectNumber = "foo"; |
- o.email = buildUnnamed2400(); |
+ o.email = buildUnnamed2436(); |
o.idToken = "foo"; |
- o.localId = buildUnnamed2401(); |
+ o.localId = buildUnnamed2437(); |
+ o.phoneNumber = buildUnnamed2438(); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
return o; |
@@ -411,34 +425,35 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2400(o.email); |
+ checkUnnamed2436(o.email); |
unittest.expect(o.idToken, unittest.equals('foo')); |
- checkUnnamed2401(o.localId); |
+ checkUnnamed2437(o.localId); |
+ checkUnnamed2438(o.phoneNumber); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
} |
-buildUnnamed2402() { |
+buildUnnamed2439() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2402(core.List<core.String> o) { |
+checkUnnamed2439(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')); |
} |
-buildUnnamed2403() { |
+buildUnnamed2440() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2403(core.List<api.IdpConfig> o) { |
+checkUnnamed2440(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -451,11 +466,11 @@ buildIdentitytoolkitRelyingpartyGetProjectConfigResponse() { |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2402(); |
+ o.authorizedDomains = buildUnnamed2439(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.dynamicLinksDomain = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2403(); |
+ o.idpConfig = buildUnnamed2440(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.projectId = "foo"; |
o.resetPasswordTemplate = buildEmailTemplate(); |
@@ -471,11 +486,11 @@ checkIdentitytoolkitRelyingpartyGetProjectConfigResponse(api.IdentitytoolkitRely |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2402(o.authorizedDomains); |
+ checkUnnamed2439(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.dynamicLinksDomain, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2403(o.idpConfig); |
+ checkUnnamed2440(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
unittest.expect(o.projectId, unittest.equals('foo')); |
checkEmailTemplate(o.resetPasswordTemplate); |
@@ -523,40 +538,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--; |
} |
-buildUnnamed2404() { |
+buildUnnamed2441() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2404(core.List<core.String> o) { |
+checkUnnamed2441(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')); |
} |
-buildUnnamed2405() { |
+buildUnnamed2442() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2405(core.List<core.String> o) { |
+checkUnnamed2442(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')); |
} |
-buildUnnamed2406() { |
+buildUnnamed2443() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2406(core.List<core.String> o) { |
+checkUnnamed2443(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')); |
@@ -571,8 +586,8 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
o.captchaResponse = "foo"; |
o.createdAt = "foo"; |
o.delegatedProjectNumber = "foo"; |
- o.deleteAttribute = buildUnnamed2404(); |
- o.deleteProvider = buildUnnamed2405(); |
+ o.deleteAttribute = buildUnnamed2441(); |
+ o.deleteProvider = buildUnnamed2442(); |
o.disableUser = true; |
o.displayName = "foo"; |
o.email = "foo"; |
@@ -583,8 +598,9 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
o.localId = "foo"; |
o.oobCode = "foo"; |
o.password = "foo"; |
+ o.phoneNumber = "foo"; |
o.photoUrl = "foo"; |
- o.provider = buildUnnamed2406(); |
+ o.provider = buildUnnamed2443(); |
o.returnSecureToken = true; |
o.upgradeToFederatedLogin = true; |
o.validSince = "foo"; |
@@ -600,8 +616,8 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
unittest.expect(o.captchaResponse, unittest.equals('foo')); |
unittest.expect(o.createdAt, unittest.equals('foo')); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2404(o.deleteAttribute); |
- checkUnnamed2405(o.deleteProvider); |
+ checkUnnamed2441(o.deleteAttribute); |
+ checkUnnamed2442(o.deleteProvider); |
unittest.expect(o.disableUser, unittest.isTrue); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.email, unittest.equals('foo')); |
@@ -612,8 +628,9 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
unittest.expect(o.localId, unittest.equals('foo')); |
unittest.expect(o.oobCode, unittest.equals('foo')); |
unittest.expect(o.password, unittest.equals('foo')); |
+ unittest.expect(o.phoneNumber, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2406(o.provider); |
+ checkUnnamed2443(o.provider); |
unittest.expect(o.returnSecureToken, unittest.isTrue); |
unittest.expect(o.upgradeToFederatedLogin, unittest.isTrue); |
unittest.expect(o.validSince, unittest.equals('foo')); |
@@ -621,27 +638,27 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest--; |
} |
-buildUnnamed2407() { |
+buildUnnamed2444() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2407(core.List<core.String> o) { |
+checkUnnamed2444(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')); |
} |
-buildUnnamed2408() { |
+buildUnnamed2445() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2408(core.List<api.IdpConfig> o) { |
+checkUnnamed2445(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -654,11 +671,11 @@ buildIdentitytoolkitRelyingpartySetProjectConfigRequest() { |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2407(); |
+ o.authorizedDomains = buildUnnamed2444(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.delegatedProjectNumber = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2408(); |
+ o.idpConfig = buildUnnamed2445(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.resetPasswordTemplate = buildEmailTemplate(); |
o.useEmailSending = true; |
@@ -673,11 +690,11 @@ checkIdentitytoolkitRelyingpartySetProjectConfigRequest(api.IdentitytoolkitRelyi |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2407(o.authorizedDomains); |
+ checkUnnamed2444(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2408(o.idpConfig); |
+ checkUnnamed2445(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
checkEmailTemplate(o.resetPasswordTemplate); |
unittest.expect(o.useEmailSending, unittest.isTrue); |
@@ -760,6 +777,7 @@ buildIdentitytoolkitRelyingpartySignupNewUserRequest() { |
o.instanceId = "foo"; |
o.localId = "foo"; |
o.password = "foo"; |
+ o.phoneNumber = "foo"; |
o.photoUrl = "foo"; |
} |
buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--; |
@@ -779,19 +797,20 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.instanceId, unittest.equals('foo')); |
unittest.expect(o.localId, unittest.equals('foo')); |
unittest.expect(o.password, unittest.equals('foo')); |
+ unittest.expect(o.phoneNumber, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
} |
buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--; |
} |
-buildUnnamed2409() { |
+buildUnnamed2446() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2409(core.List<api.UserInfo> o) { |
+checkUnnamed2446(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -811,7 +830,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() { |
o.sanityCheck = true; |
o.signerKey = "foo"; |
o.targetProjectId = "foo"; |
- o.users = buildUnnamed2409(); |
+ o.users = buildUnnamed2446(); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
return o; |
@@ -829,7 +848,7 @@ checkIdentitytoolkitRelyingpartyUploadAccountRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.sanityCheck, unittest.isTrue); |
unittest.expect(o.signerKey, unittest.equals('foo')); |
unittest.expect(o.targetProjectId, unittest.equals('foo')); |
- checkUnnamed2409(o.users); |
+ checkUnnamed2446(o.users); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
} |
@@ -933,14 +952,14 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--; |
} |
-buildUnnamed2410() { |
+buildUnnamed2447() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2410(core.List<core.String> o) { |
+checkUnnamed2447(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')); |
@@ -956,7 +975,7 @@ buildIdpConfig() { |
o.experimentPercent = 42; |
o.provider = "foo"; |
o.secret = "foo"; |
- o.whitelistedAudiences = buildUnnamed2410(); |
+ o.whitelistedAudiences = buildUnnamed2447(); |
} |
buildCounterIdpConfig--; |
return o; |
@@ -970,7 +989,7 @@ checkIdpConfig(api.IdpConfig o) { |
unittest.expect(o.experimentPercent, unittest.equals(42)); |
unittest.expect(o.provider, unittest.equals('foo')); |
unittest.expect(o.secret, unittest.equals('foo')); |
- checkUnnamed2410(o.whitelistedAudiences); |
+ checkUnnamed2447(o.whitelistedAudiences); |
} |
buildCounterIdpConfig--; |
} |
@@ -1072,14 +1091,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs |
buildCounterSetAccountInfoResponseProviderUserInfo--; |
} |
-buildUnnamed2411() { |
+buildUnnamed2448() { |
var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>(); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
return o; |
} |
-checkUnnamed2411(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
+checkUnnamed2448(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSetAccountInfoResponseProviderUserInfo(o[0]); |
checkSetAccountInfoResponseProviderUserInfo(o[1]); |
@@ -1100,7 +1119,7 @@ buildSetAccountInfoResponse() { |
o.newEmail = "foo"; |
o.passwordHash = "foo"; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2411(); |
+ o.providerUserInfo = buildUnnamed2448(); |
o.refreshToken = "foo"; |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1120,7 +1139,7 @@ checkSetAccountInfoResponse(api.SetAccountInfoResponse o) { |
unittest.expect(o.newEmail, unittest.equals('foo')); |
unittest.expect(o.passwordHash, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2411(o.providerUserInfo); |
+ checkUnnamed2448(o.providerUserInfo); |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1178,14 +1197,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) { |
buildCounterUploadAccountResponseError--; |
} |
-buildUnnamed2412() { |
+buildUnnamed2449() { |
var o = new core.List<api.UploadAccountResponseError>(); |
o.add(buildUploadAccountResponseError()); |
o.add(buildUploadAccountResponseError()); |
return o; |
} |
-checkUnnamed2412(core.List<api.UploadAccountResponseError> o) { |
+checkUnnamed2449(core.List<api.UploadAccountResponseError> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUploadAccountResponseError(o[0]); |
checkUploadAccountResponseError(o[1]); |
@@ -1196,7 +1215,7 @@ buildUploadAccountResponse() { |
var o = new api.UploadAccountResponse(); |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- o.error = buildUnnamed2412(); |
+ o.error = buildUnnamed2449(); |
o.kind = "foo"; |
} |
buildCounterUploadAccountResponse--; |
@@ -1206,7 +1225,7 @@ buildUploadAccountResponse() { |
checkUploadAccountResponse(api.UploadAccountResponse o) { |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- checkUnnamed2412(o.error); |
+ checkUnnamed2449(o.error); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterUploadAccountResponse--; |
@@ -1245,14 +1264,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) { |
buildCounterUserInfoProviderUserInfo--; |
} |
-buildUnnamed2413() { |
+buildUnnamed2450() { |
var o = new core.List<api.UserInfoProviderUserInfo>(); |
o.add(buildUserInfoProviderUserInfo()); |
o.add(buildUserInfoProviderUserInfo()); |
return o; |
} |
-checkUnnamed2413(core.List<api.UserInfoProviderUserInfo> o) { |
+checkUnnamed2450(core.List<api.UserInfoProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfoProviderUserInfo(o[0]); |
checkUserInfoProviderUserInfo(o[1]); |
@@ -1275,7 +1294,7 @@ buildUserInfo() { |
o.passwordUpdatedAt = 42.0; |
o.phoneNumber = "foo"; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2413(); |
+ o.providerUserInfo = buildUnnamed2450(); |
o.rawPassword = "foo"; |
o.salt = "foo"; |
o.screenName = "foo"; |
@@ -1301,7 +1320,7 @@ checkUserInfo(api.UserInfo o) { |
unittest.expect(o.passwordUpdatedAt, unittest.equals(42.0)); |
unittest.expect(o.phoneNumber, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2413(o.providerUserInfo); |
+ checkUnnamed2450(o.providerUserInfo); |
unittest.expect(o.rawPassword, unittest.equals('foo')); |
unittest.expect(o.salt, unittest.equals('foo')); |
unittest.expect(o.screenName, unittest.equals('foo')); |
@@ -1311,14 +1330,14 @@ checkUserInfo(api.UserInfo o) { |
buildCounterUserInfo--; |
} |
-buildUnnamed2414() { |
+buildUnnamed2451() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2414(core.List<core.String> o) { |
+checkUnnamed2451(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')); |
@@ -1367,7 +1386,7 @@ buildVerifyAssertionResponse() { |
o.refreshToken = "foo"; |
o.screenName = "foo"; |
o.timeZone = "foo"; |
- o.verifiedProvider = buildUnnamed2414(); |
+ o.verifiedProvider = buildUnnamed2451(); |
} |
buildCounterVerifyAssertionResponse--; |
return o; |
@@ -1414,7 +1433,7 @@ checkVerifyAssertionResponse(api.VerifyAssertionResponse o) { |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
unittest.expect(o.screenName, unittest.equals('foo')); |
unittest.expect(o.timeZone, unittest.equals('foo')); |
- checkUnnamed2414(o.verifiedProvider); |
+ checkUnnamed2451(o.verifiedProvider); |
} |
buildCounterVerifyAssertionResponse--; |
} |