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 2d061e67cfd67a64020748737b2fc938a5f506d5..a972809a0db978b9daa03e4d5e3af9e78b070351 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); |
} |
-buildUnnamed2378() { |
+buildUnnamed2166() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2378(core.List<core.String> o) { |
+checkUnnamed2166(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 = buildUnnamed2378(); |
+ o.allProviders = buildUnnamed2166(); |
o.authUri = "foo"; |
o.captchaRequired = true; |
o.forExistingProvider = true; |
@@ -85,7 +85,7 @@ buildCreateAuthUriResponse() { |
checkCreateAuthUriResponse(api.CreateAuthUriResponse o) { |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- checkUnnamed2378(o.allProviders); |
+ checkUnnamed2166(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--; |
} |
-buildUnnamed2379() { |
+buildUnnamed2167() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2379(core.List<api.UserInfo> o) { |
+checkUnnamed2167(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 = buildUnnamed2379(); |
+ o.users = buildUnnamed2167(); |
} |
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')); |
- checkUnnamed2379(o.users); |
+ checkUnnamed2167(o.users); |
} |
buildCounterDownloadAccountResponse--; |
} |
@@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) { |
buildCounterEmailTemplate--; |
} |
-buildUnnamed2380() { |
+buildUnnamed2168() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2380(core.List<api.UserInfo> o) { |
+checkUnnamed2168(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 = buildUnnamed2380(); |
+ o.users = buildUnnamed2168(); |
} |
buildCounterGetAccountInfoResponse--; |
return o; |
@@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2380(o.users); |
+ checkUnnamed2168(o.users); |
} |
buildCounterGetAccountInfoResponse--; |
} |
@@ -261,14 +261,14 @@ checkGetRecaptchaParamResponse(api.GetRecaptchaParamResponse o) { |
buildCounterGetRecaptchaParamResponse--; |
} |
-buildUnnamed2381() { |
+buildUnnamed2169() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2381(core.Map<core.String, core.String> o) { |
+checkUnnamed2169(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 = buildUnnamed2381(); |
+ o.customParameter = buildUnnamed2169(); |
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')); |
- checkUnnamed2381(o.customParameter); |
+ checkUnnamed2169(o.customParameter); |
unittest.expect(o.hostedDomain, unittest.equals('foo')); |
unittest.expect(o.identifier, unittest.equals('foo')); |
unittest.expect(o.oauthConsumerKey, unittest.equals('foo')); |
@@ -350,6 +350,7 @@ buildIdentitytoolkitRelyingpartyDownloadAccountRequest() { |
o.delegatedProjectNumber = "foo"; |
o.maxResults = 42; |
o.nextPageToken = "foo"; |
+ o.targetProjectId = "foo"; |
} |
buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--; |
return o; |
@@ -361,31 +362,32 @@ checkIdentitytoolkitRelyingpartyDownloadAccountRequest(api.IdentitytoolkitRelyin |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
unittest.expect(o.maxResults, unittest.equals(42)); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
+ unittest.expect(o.targetProjectId, unittest.equals('foo')); |
} |
buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--; |
} |
-buildUnnamed2382() { |
+buildUnnamed2170() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2382(core.List<core.String> o) { |
+checkUnnamed2170(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')); |
} |
-buildUnnamed2383() { |
+buildUnnamed2171() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2383(core.List<core.String> o) { |
+checkUnnamed2171(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')); |
@@ -397,9 +399,9 @@ buildIdentitytoolkitRelyingpartyGetAccountInfoRequest() { |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
o.delegatedProjectNumber = "foo"; |
- o.email = buildUnnamed2382(); |
+ o.email = buildUnnamed2170(); |
o.idToken = "foo"; |
- o.localId = buildUnnamed2383(); |
+ o.localId = buildUnnamed2171(); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
return o; |
@@ -409,34 +411,34 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2382(o.email); |
+ checkUnnamed2170(o.email); |
unittest.expect(o.idToken, unittest.equals('foo')); |
- checkUnnamed2383(o.localId); |
+ checkUnnamed2171(o.localId); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
} |
-buildUnnamed2384() { |
+buildUnnamed2172() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2384(core.List<core.String> o) { |
+checkUnnamed2172(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')); |
} |
-buildUnnamed2385() { |
+buildUnnamed2173() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2385(core.List<api.IdpConfig> o) { |
+checkUnnamed2173(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -449,11 +451,11 @@ buildIdentitytoolkitRelyingpartyGetProjectConfigResponse() { |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2384(); |
+ o.authorizedDomains = buildUnnamed2172(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.dynamicLinksDomain = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2385(); |
+ o.idpConfig = buildUnnamed2173(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.projectId = "foo"; |
o.resetPasswordTemplate = buildEmailTemplate(); |
@@ -469,11 +471,11 @@ checkIdentitytoolkitRelyingpartyGetProjectConfigResponse(api.IdentitytoolkitRely |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2384(o.authorizedDomains); |
+ checkUnnamed2172(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.dynamicLinksDomain, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2385(o.idpConfig); |
+ checkUnnamed2173(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
unittest.expect(o.projectId, unittest.equals('foo')); |
checkEmailTemplate(o.resetPasswordTemplate); |
@@ -521,40 +523,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--; |
} |
-buildUnnamed2386() { |
+buildUnnamed2174() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2386(core.List<core.String> o) { |
+checkUnnamed2174(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')); |
} |
-buildUnnamed2387() { |
+buildUnnamed2175() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2387(core.List<core.String> o) { |
+checkUnnamed2175(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')); |
} |
-buildUnnamed2388() { |
+buildUnnamed2176() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2388(core.List<core.String> o) { |
+checkUnnamed2176(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')); |
@@ -569,8 +571,8 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
o.captchaResponse = "foo"; |
o.createdAt = "foo"; |
o.delegatedProjectNumber = "foo"; |
- o.deleteAttribute = buildUnnamed2386(); |
- o.deleteProvider = buildUnnamed2387(); |
+ o.deleteAttribute = buildUnnamed2174(); |
+ o.deleteProvider = buildUnnamed2175(); |
o.disableUser = true; |
o.displayName = "foo"; |
o.email = "foo"; |
@@ -582,7 +584,7 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
o.oobCode = "foo"; |
o.password = "foo"; |
o.photoUrl = "foo"; |
- o.provider = buildUnnamed2388(); |
+ o.provider = buildUnnamed2176(); |
o.returnSecureToken = true; |
o.upgradeToFederatedLogin = true; |
o.validSince = "foo"; |
@@ -598,8 +600,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')); |
- checkUnnamed2386(o.deleteAttribute); |
- checkUnnamed2387(o.deleteProvider); |
+ checkUnnamed2174(o.deleteAttribute); |
+ checkUnnamed2175(o.deleteProvider); |
unittest.expect(o.disableUser, unittest.isTrue); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.email, unittest.equals('foo')); |
@@ -611,7 +613,7 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
unittest.expect(o.oobCode, unittest.equals('foo')); |
unittest.expect(o.password, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2388(o.provider); |
+ checkUnnamed2176(o.provider); |
unittest.expect(o.returnSecureToken, unittest.isTrue); |
unittest.expect(o.upgradeToFederatedLogin, unittest.isTrue); |
unittest.expect(o.validSince, unittest.equals('foo')); |
@@ -619,27 +621,27 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest--; |
} |
-buildUnnamed2389() { |
+buildUnnamed2177() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2389(core.List<core.String> o) { |
+checkUnnamed2177(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')); |
} |
-buildUnnamed2390() { |
+buildUnnamed2178() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2390(core.List<api.IdpConfig> o) { |
+checkUnnamed2178(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -652,11 +654,11 @@ buildIdentitytoolkitRelyingpartySetProjectConfigRequest() { |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2389(); |
+ o.authorizedDomains = buildUnnamed2177(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.delegatedProjectNumber = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2390(); |
+ o.idpConfig = buildUnnamed2178(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.resetPasswordTemplate = buildEmailTemplate(); |
o.useEmailSending = true; |
@@ -671,11 +673,11 @@ checkIdentitytoolkitRelyingpartySetProjectConfigRequest(api.IdentitytoolkitRelyi |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2389(o.authorizedDomains); |
+ checkUnnamed2177(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2390(o.idpConfig); |
+ checkUnnamed2178(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
checkEmailTemplate(o.resetPasswordTemplate); |
unittest.expect(o.useEmailSending, unittest.isTrue); |
@@ -780,14 +782,14 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--; |
} |
-buildUnnamed2391() { |
+buildUnnamed2179() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2391(core.List<api.UserInfo> o) { |
+checkUnnamed2179(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -807,7 +809,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() { |
o.sanityCheck = true; |
o.signerKey = "foo"; |
o.targetProjectId = "foo"; |
- o.users = buildUnnamed2391(); |
+ o.users = buildUnnamed2179(); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
return o; |
@@ -825,7 +827,7 @@ checkIdentitytoolkitRelyingpartyUploadAccountRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.sanityCheck, unittest.isTrue); |
unittest.expect(o.signerKey, unittest.equals('foo')); |
unittest.expect(o.targetProjectId, unittest.equals('foo')); |
- checkUnnamed2391(o.users); |
+ checkUnnamed2179(o.users); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
} |
@@ -927,14 +929,14 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--; |
} |
-buildUnnamed2392() { |
+buildUnnamed2180() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2392(core.List<core.String> o) { |
+checkUnnamed2180(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')); |
@@ -950,7 +952,7 @@ buildIdpConfig() { |
o.experimentPercent = 42; |
o.provider = "foo"; |
o.secret = "foo"; |
- o.whitelistedAudiences = buildUnnamed2392(); |
+ o.whitelistedAudiences = buildUnnamed2180(); |
} |
buildCounterIdpConfig--; |
return o; |
@@ -964,7 +966,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')); |
- checkUnnamed2392(o.whitelistedAudiences); |
+ checkUnnamed2180(o.whitelistedAudiences); |
} |
buildCounterIdpConfig--; |
} |
@@ -1052,14 +1054,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs |
buildCounterSetAccountInfoResponseProviderUserInfo--; |
} |
-buildUnnamed2393() { |
+buildUnnamed2181() { |
var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>(); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
return o; |
} |
-checkUnnamed2393(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
+checkUnnamed2181(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSetAccountInfoResponseProviderUserInfo(o[0]); |
checkSetAccountInfoResponseProviderUserInfo(o[1]); |
@@ -1079,7 +1081,7 @@ buildSetAccountInfoResponse() { |
o.newEmail = "foo"; |
o.passwordHash = "foo"; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2393(); |
+ o.providerUserInfo = buildUnnamed2181(); |
o.refreshToken = "foo"; |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1098,7 +1100,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')); |
- checkUnnamed2393(o.providerUserInfo); |
+ checkUnnamed2181(o.providerUserInfo); |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1156,14 +1158,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) { |
buildCounterUploadAccountResponseError--; |
} |
-buildUnnamed2394() { |
+buildUnnamed2182() { |
var o = new core.List<api.UploadAccountResponseError>(); |
o.add(buildUploadAccountResponseError()); |
o.add(buildUploadAccountResponseError()); |
return o; |
} |
-checkUnnamed2394(core.List<api.UploadAccountResponseError> o) { |
+checkUnnamed2182(core.List<api.UploadAccountResponseError> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUploadAccountResponseError(o[0]); |
checkUploadAccountResponseError(o[1]); |
@@ -1174,7 +1176,7 @@ buildUploadAccountResponse() { |
var o = new api.UploadAccountResponse(); |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- o.error = buildUnnamed2394(); |
+ o.error = buildUnnamed2182(); |
o.kind = "foo"; |
} |
buildCounterUploadAccountResponse--; |
@@ -1184,7 +1186,7 @@ buildUploadAccountResponse() { |
checkUploadAccountResponse(api.UploadAccountResponse o) { |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- checkUnnamed2394(o.error); |
+ checkUnnamed2182(o.error); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterUploadAccountResponse--; |
@@ -1221,14 +1223,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) { |
buildCounterUserInfoProviderUserInfo--; |
} |
-buildUnnamed2395() { |
+buildUnnamed2183() { |
var o = new core.List<api.UserInfoProviderUserInfo>(); |
o.add(buildUserInfoProviderUserInfo()); |
o.add(buildUserInfoProviderUserInfo()); |
return o; |
} |
-checkUnnamed2395(core.List<api.UserInfoProviderUserInfo> o) { |
+checkUnnamed2183(core.List<api.UserInfoProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfoProviderUserInfo(o[0]); |
checkUserInfoProviderUserInfo(o[1]); |
@@ -1250,7 +1252,7 @@ buildUserInfo() { |
o.passwordHash = "foo"; |
o.passwordUpdatedAt = 42.0; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2395(); |
+ o.providerUserInfo = buildUnnamed2183(); |
o.rawPassword = "foo"; |
o.salt = "foo"; |
o.screenName = "foo"; |
@@ -1275,7 +1277,7 @@ checkUserInfo(api.UserInfo o) { |
unittest.expect(o.passwordHash, unittest.equals('foo')); |
unittest.expect(o.passwordUpdatedAt, unittest.equals(42.0)); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2395(o.providerUserInfo); |
+ checkUnnamed2183(o.providerUserInfo); |
unittest.expect(o.rawPassword, unittest.equals('foo')); |
unittest.expect(o.salt, unittest.equals('foo')); |
unittest.expect(o.screenName, unittest.equals('foo')); |
@@ -1285,14 +1287,14 @@ checkUserInfo(api.UserInfo o) { |
buildCounterUserInfo--; |
} |
-buildUnnamed2396() { |
+buildUnnamed2184() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2396(core.List<core.String> o) { |
+checkUnnamed2184(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')); |
@@ -1340,7 +1342,7 @@ buildVerifyAssertionResponse() { |
o.refreshToken = "foo"; |
o.screenName = "foo"; |
o.timeZone = "foo"; |
- o.verifiedProvider = buildUnnamed2396(); |
+ o.verifiedProvider = buildUnnamed2184(); |
} |
buildCounterVerifyAssertionResponse--; |
return o; |
@@ -1386,7 +1388,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')); |
- checkUnnamed2396(o.verifiedProvider); |
+ checkUnnamed2184(o.verifiedProvider); |
} |
buildCounterVerifyAssertionResponse--; |
} |