| 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 d030b4a8d52f603d3a02037c68a54acfbb1391ba..935c66793fa6065c70f84143240bc2fe3b027732 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);
|
| }
|
|
|
| -buildUnnamed2258() {
|
| +buildUnnamed2082() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2258(core.List<core.String> o) {
|
| +checkUnnamed2082(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 = buildUnnamed2258();
|
| + o.allProviders = buildUnnamed2082();
|
| o.authUri = "foo";
|
| o.captchaRequired = true;
|
| o.forExistingProvider = true;
|
| @@ -85,7 +85,7 @@ buildCreateAuthUriResponse() {
|
| checkCreateAuthUriResponse(api.CreateAuthUriResponse o) {
|
| buildCounterCreateAuthUriResponse++;
|
| if (buildCounterCreateAuthUriResponse < 3) {
|
| - checkUnnamed2258(o.allProviders);
|
| + checkUnnamed2082(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--;
|
| }
|
|
|
| -buildUnnamed2259() {
|
| +buildUnnamed2083() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2259(core.List<api.UserInfo> o) {
|
| +checkUnnamed2083(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 = buildUnnamed2259();
|
| + o.users = buildUnnamed2083();
|
| }
|
| 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'));
|
| - checkUnnamed2259(o.users);
|
| + checkUnnamed2083(o.users);
|
| }
|
| buildCounterDownloadAccountResponse--;
|
| }
|
| @@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) {
|
| buildCounterEmailTemplate--;
|
| }
|
|
|
| -buildUnnamed2260() {
|
| +buildUnnamed2084() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2260(core.List<api.UserInfo> o) {
|
| +checkUnnamed2084(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 = buildUnnamed2260();
|
| + o.users = buildUnnamed2084();
|
| }
|
| buildCounterGetAccountInfoResponse--;
|
| return o;
|
| @@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) {
|
| buildCounterGetAccountInfoResponse++;
|
| if (buildCounterGetAccountInfoResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2260(o.users);
|
| + checkUnnamed2084(o.users);
|
| }
|
| buildCounterGetAccountInfoResponse--;
|
| }
|
| @@ -261,14 +261,14 @@ checkGetRecaptchaParamResponse(api.GetRecaptchaParamResponse o) {
|
| buildCounterGetRecaptchaParamResponse--;
|
| }
|
|
|
| -buildUnnamed2261() {
|
| +buildUnnamed2085() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2261(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2085(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 = buildUnnamed2261();
|
| + o.customParameter = buildUnnamed2085();
|
| 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'));
|
| - checkUnnamed2261(o.customParameter);
|
| + checkUnnamed2085(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,27 @@ checkIdentitytoolkitRelyingpartyDownloadAccountRequest(api.IdentitytoolkitRelyin
|
| buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--;
|
| }
|
|
|
| -buildUnnamed2262() {
|
| +buildUnnamed2086() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2262(core.List<core.String> o) {
|
| +checkUnnamed2086(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'));
|
| }
|
|
|
| -buildUnnamed2263() {
|
| +buildUnnamed2087() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2263(core.List<core.String> o) {
|
| +checkUnnamed2087(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 +399,9 @@ buildIdentitytoolkitRelyingpartyGetAccountInfoRequest() {
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++;
|
| if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) {
|
| o.delegatedProjectNumber = "foo";
|
| - o.email = buildUnnamed2262();
|
| + o.email = buildUnnamed2086();
|
| o.idToken = "foo";
|
| - o.localId = buildUnnamed2263();
|
| + o.localId = buildUnnamed2087();
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--;
|
| return o;
|
| @@ -411,34 +411,34 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++;
|
| if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) {
|
| unittest.expect(o.delegatedProjectNumber, unittest.equals('foo'));
|
| - checkUnnamed2262(o.email);
|
| + checkUnnamed2086(o.email);
|
| unittest.expect(o.idToken, unittest.equals('foo'));
|
| - checkUnnamed2263(o.localId);
|
| + checkUnnamed2087(o.localId);
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--;
|
| }
|
|
|
| -buildUnnamed2264() {
|
| +buildUnnamed2088() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2264(core.List<core.String> o) {
|
| +checkUnnamed2088(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'));
|
| }
|
|
|
| -buildUnnamed2265() {
|
| +buildUnnamed2089() {
|
| var o = new core.List<api.IdpConfig>();
|
| o.add(buildIdpConfig());
|
| o.add(buildIdpConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2265(core.List<api.IdpConfig> o) {
|
| +checkUnnamed2089(core.List<api.IdpConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIdpConfig(o[0]);
|
| checkIdpConfig(o[1]);
|
| @@ -451,11 +451,11 @@ buildIdentitytoolkitRelyingpartyGetProjectConfigResponse() {
|
| if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) {
|
| o.allowPasswordUser = true;
|
| o.apiKey = "foo";
|
| - o.authorizedDomains = buildUnnamed2264();
|
| + o.authorizedDomains = buildUnnamed2088();
|
| o.changeEmailTemplate = buildEmailTemplate();
|
| o.dynamicLinksDomain = "foo";
|
| o.enableAnonymousUser = true;
|
| - o.idpConfig = buildUnnamed2265();
|
| + o.idpConfig = buildUnnamed2089();
|
| o.legacyResetPasswordTemplate = buildEmailTemplate();
|
| o.projectId = "foo";
|
| o.resetPasswordTemplate = buildEmailTemplate();
|
| @@ -471,11 +471,11 @@ checkIdentitytoolkitRelyingpartyGetProjectConfigResponse(api.IdentitytoolkitRely
|
| if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) {
|
| unittest.expect(o.allowPasswordUser, unittest.isTrue);
|
| unittest.expect(o.apiKey, unittest.equals('foo'));
|
| - checkUnnamed2264(o.authorizedDomains);
|
| + checkUnnamed2088(o.authorizedDomains);
|
| checkEmailTemplate(o.changeEmailTemplate);
|
| unittest.expect(o.dynamicLinksDomain, unittest.equals('foo'));
|
| unittest.expect(o.enableAnonymousUser, unittest.isTrue);
|
| - checkUnnamed2265(o.idpConfig);
|
| + checkUnnamed2089(o.idpConfig);
|
| checkEmailTemplate(o.legacyResetPasswordTemplate);
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| checkEmailTemplate(o.resetPasswordTemplate);
|
| @@ -523,40 +523,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp
|
| buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--;
|
| }
|
|
|
| -buildUnnamed2266() {
|
| +buildUnnamed2090() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2266(core.List<core.String> o) {
|
| +checkUnnamed2090(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'));
|
| }
|
|
|
| -buildUnnamed2267() {
|
| +buildUnnamed2091() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2267(core.List<core.String> o) {
|
| +checkUnnamed2091(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'));
|
| }
|
|
|
| -buildUnnamed2268() {
|
| +buildUnnamed2092() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2268(core.List<core.String> o) {
|
| +checkUnnamed2092(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 +571,8 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() {
|
| o.captchaResponse = "foo";
|
| o.createdAt = "foo";
|
| o.delegatedProjectNumber = "foo";
|
| - o.deleteAttribute = buildUnnamed2266();
|
| - o.deleteProvider = buildUnnamed2267();
|
| + o.deleteAttribute = buildUnnamed2090();
|
| + o.deleteProvider = buildUnnamed2091();
|
| o.disableUser = true;
|
| o.displayName = "foo";
|
| o.email = "foo";
|
| @@ -584,7 +584,7 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() {
|
| o.oobCode = "foo";
|
| o.password = "foo";
|
| o.photoUrl = "foo";
|
| - o.provider = buildUnnamed2268();
|
| + o.provider = buildUnnamed2092();
|
| o.returnSecureToken = true;
|
| o.upgradeToFederatedLogin = true;
|
| o.validSince = "foo";
|
| @@ -600,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'));
|
| - checkUnnamed2266(o.deleteAttribute);
|
| - checkUnnamed2267(o.deleteProvider);
|
| + checkUnnamed2090(o.deleteAttribute);
|
| + checkUnnamed2091(o.deleteProvider);
|
| unittest.expect(o.disableUser, unittest.isTrue);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| @@ -613,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'));
|
| - checkUnnamed2268(o.provider);
|
| + checkUnnamed2092(o.provider);
|
| unittest.expect(o.returnSecureToken, unittest.isTrue);
|
| unittest.expect(o.upgradeToFederatedLogin, unittest.isTrue);
|
| unittest.expect(o.validSince, unittest.equals('foo'));
|
| @@ -621,27 +621,27 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest--;
|
| }
|
|
|
| -buildUnnamed2269() {
|
| +buildUnnamed2093() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2269(core.List<core.String> o) {
|
| +checkUnnamed2093(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'));
|
| }
|
|
|
| -buildUnnamed2270() {
|
| +buildUnnamed2094() {
|
| var o = new core.List<api.IdpConfig>();
|
| o.add(buildIdpConfig());
|
| o.add(buildIdpConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2270(core.List<api.IdpConfig> o) {
|
| +checkUnnamed2094(core.List<api.IdpConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIdpConfig(o[0]);
|
| checkIdpConfig(o[1]);
|
| @@ -654,11 +654,11 @@ buildIdentitytoolkitRelyingpartySetProjectConfigRequest() {
|
| if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) {
|
| o.allowPasswordUser = true;
|
| o.apiKey = "foo";
|
| - o.authorizedDomains = buildUnnamed2269();
|
| + o.authorizedDomains = buildUnnamed2093();
|
| o.changeEmailTemplate = buildEmailTemplate();
|
| o.delegatedProjectNumber = "foo";
|
| o.enableAnonymousUser = true;
|
| - o.idpConfig = buildUnnamed2270();
|
| + o.idpConfig = buildUnnamed2094();
|
| o.legacyResetPasswordTemplate = buildEmailTemplate();
|
| o.resetPasswordTemplate = buildEmailTemplate();
|
| o.useEmailSending = true;
|
| @@ -673,11 +673,11 @@ checkIdentitytoolkitRelyingpartySetProjectConfigRequest(api.IdentitytoolkitRelyi
|
| if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) {
|
| unittest.expect(o.allowPasswordUser, unittest.isTrue);
|
| unittest.expect(o.apiKey, unittest.equals('foo'));
|
| - checkUnnamed2269(o.authorizedDomains);
|
| + checkUnnamed2093(o.authorizedDomains);
|
| checkEmailTemplate(o.changeEmailTemplate);
|
| unittest.expect(o.delegatedProjectNumber, unittest.equals('foo'));
|
| unittest.expect(o.enableAnonymousUser, unittest.isTrue);
|
| - checkUnnamed2270(o.idpConfig);
|
| + checkUnnamed2094(o.idpConfig);
|
| checkEmailTemplate(o.legacyResetPasswordTemplate);
|
| checkEmailTemplate(o.resetPasswordTemplate);
|
| unittest.expect(o.useEmailSending, unittest.isTrue);
|
| @@ -784,14 +784,14 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp
|
| buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--;
|
| }
|
|
|
| -buildUnnamed2271() {
|
| +buildUnnamed2095() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2271(core.List<api.UserInfo> o) {
|
| +checkUnnamed2095(core.List<api.UserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserInfo(o[0]);
|
| checkUserInfo(o[1]);
|
| @@ -811,7 +811,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() {
|
| o.sanityCheck = true;
|
| o.signerKey = "foo";
|
| o.targetProjectId = "foo";
|
| - o.users = buildUnnamed2271();
|
| + o.users = buildUnnamed2095();
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--;
|
| return o;
|
| @@ -829,7 +829,7 @@ checkIdentitytoolkitRelyingpartyUploadAccountRequest(api.IdentitytoolkitRelyingp
|
| unittest.expect(o.sanityCheck, unittest.isTrue);
|
| unittest.expect(o.signerKey, unittest.equals('foo'));
|
| unittest.expect(o.targetProjectId, unittest.equals('foo'));
|
| - checkUnnamed2271(o.users);
|
| + checkUnnamed2095(o.users);
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--;
|
| }
|
| @@ -931,14 +931,14 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--;
|
| }
|
|
|
| -buildUnnamed2272() {
|
| +buildUnnamed2096() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2272(core.List<core.String> o) {
|
| +checkUnnamed2096(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'));
|
| @@ -954,7 +954,7 @@ buildIdpConfig() {
|
| o.experimentPercent = 42;
|
| o.provider = "foo";
|
| o.secret = "foo";
|
| - o.whitelistedAudiences = buildUnnamed2272();
|
| + o.whitelistedAudiences = buildUnnamed2096();
|
| }
|
| buildCounterIdpConfig--;
|
| return o;
|
| @@ -968,7 +968,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'));
|
| - checkUnnamed2272(o.whitelistedAudiences);
|
| + checkUnnamed2096(o.whitelistedAudiences);
|
| }
|
| buildCounterIdpConfig--;
|
| }
|
| @@ -1056,14 +1056,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs
|
| buildCounterSetAccountInfoResponseProviderUserInfo--;
|
| }
|
|
|
| -buildUnnamed2273() {
|
| +buildUnnamed2097() {
|
| var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>();
|
| o.add(buildSetAccountInfoResponseProviderUserInfo());
|
| o.add(buildSetAccountInfoResponseProviderUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2273(core.List<api.SetAccountInfoResponseProviderUserInfo> o) {
|
| +checkUnnamed2097(core.List<api.SetAccountInfoResponseProviderUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetAccountInfoResponseProviderUserInfo(o[0]);
|
| checkSetAccountInfoResponseProviderUserInfo(o[1]);
|
| @@ -1084,7 +1084,7 @@ buildSetAccountInfoResponse() {
|
| o.newEmail = "foo";
|
| o.passwordHash = "foo";
|
| o.photoUrl = "foo";
|
| - o.providerUserInfo = buildUnnamed2273();
|
| + o.providerUserInfo = buildUnnamed2097();
|
| o.refreshToken = "foo";
|
| }
|
| buildCounterSetAccountInfoResponse--;
|
| @@ -1104,7 +1104,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'));
|
| - checkUnnamed2273(o.providerUserInfo);
|
| + checkUnnamed2097(o.providerUserInfo);
|
| unittest.expect(o.refreshToken, unittest.equals('foo'));
|
| }
|
| buildCounterSetAccountInfoResponse--;
|
| @@ -1162,14 +1162,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) {
|
| buildCounterUploadAccountResponseError--;
|
| }
|
|
|
| -buildUnnamed2274() {
|
| +buildUnnamed2098() {
|
| var o = new core.List<api.UploadAccountResponseError>();
|
| o.add(buildUploadAccountResponseError());
|
| o.add(buildUploadAccountResponseError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2274(core.List<api.UploadAccountResponseError> o) {
|
| +checkUnnamed2098(core.List<api.UploadAccountResponseError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUploadAccountResponseError(o[0]);
|
| checkUploadAccountResponseError(o[1]);
|
| @@ -1180,7 +1180,7 @@ buildUploadAccountResponse() {
|
| var o = new api.UploadAccountResponse();
|
| buildCounterUploadAccountResponse++;
|
| if (buildCounterUploadAccountResponse < 3) {
|
| - o.error = buildUnnamed2274();
|
| + o.error = buildUnnamed2098();
|
| o.kind = "foo";
|
| }
|
| buildCounterUploadAccountResponse--;
|
| @@ -1190,7 +1190,7 @@ buildUploadAccountResponse() {
|
| checkUploadAccountResponse(api.UploadAccountResponse o) {
|
| buildCounterUploadAccountResponse++;
|
| if (buildCounterUploadAccountResponse < 3) {
|
| - checkUnnamed2274(o.error);
|
| + checkUnnamed2098(o.error);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUploadAccountResponse--;
|
| @@ -1227,14 +1227,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) {
|
| buildCounterUserInfoProviderUserInfo--;
|
| }
|
|
|
| -buildUnnamed2275() {
|
| +buildUnnamed2099() {
|
| var o = new core.List<api.UserInfoProviderUserInfo>();
|
| o.add(buildUserInfoProviderUserInfo());
|
| o.add(buildUserInfoProviderUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2275(core.List<api.UserInfoProviderUserInfo> o) {
|
| +checkUnnamed2099(core.List<api.UserInfoProviderUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserInfoProviderUserInfo(o[0]);
|
| checkUserInfoProviderUserInfo(o[1]);
|
| @@ -1256,7 +1256,7 @@ buildUserInfo() {
|
| o.passwordHash = "foo";
|
| o.passwordUpdatedAt = 42.0;
|
| o.photoUrl = "foo";
|
| - o.providerUserInfo = buildUnnamed2275();
|
| + o.providerUserInfo = buildUnnamed2099();
|
| o.rawPassword = "foo";
|
| o.salt = "foo";
|
| o.screenName = "foo";
|
| @@ -1281,7 +1281,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'));
|
| - checkUnnamed2275(o.providerUserInfo);
|
| + checkUnnamed2099(o.providerUserInfo);
|
| unittest.expect(o.rawPassword, unittest.equals('foo'));
|
| unittest.expect(o.salt, unittest.equals('foo'));
|
| unittest.expect(o.screenName, unittest.equals('foo'));
|
| @@ -1291,14 +1291,14 @@ checkUserInfo(api.UserInfo o) {
|
| buildCounterUserInfo--;
|
| }
|
|
|
| -buildUnnamed2276() {
|
| +buildUnnamed2100() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2276(core.List<core.String> o) {
|
| +checkUnnamed2100(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'));
|
| @@ -1347,7 +1347,7 @@ buildVerifyAssertionResponse() {
|
| o.refreshToken = "foo";
|
| o.screenName = "foo";
|
| o.timeZone = "foo";
|
| - o.verifiedProvider = buildUnnamed2276();
|
| + o.verifiedProvider = buildUnnamed2100();
|
| }
|
| buildCounterVerifyAssertionResponse--;
|
| return o;
|
| @@ -1394,7 +1394,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'));
|
| - checkUnnamed2276(o.verifiedProvider);
|
| + checkUnnamed2100(o.verifiedProvider);
|
| }
|
| buildCounterVerifyAssertionResponse--;
|
| }
|
|
|