| 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 48c759d41b8f6466586e2d6a405c58c4ac0abe9a..d030b4a8d52f603d3a02037c68a54acfbb1391ba 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);
|
| }
|
|
|
| -buildUnnamed2164() {
|
| +buildUnnamed2258() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2164(core.List<core.String> o) {
|
| +checkUnnamed2258(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 = buildUnnamed2164();
|
| + o.allProviders = buildUnnamed2258();
|
| o.authUri = "foo";
|
| o.captchaRequired = true;
|
| o.forExistingProvider = true;
|
| @@ -85,7 +85,7 @@ buildCreateAuthUriResponse() {
|
| checkCreateAuthUriResponse(api.CreateAuthUriResponse o) {
|
| buildCounterCreateAuthUriResponse++;
|
| if (buildCounterCreateAuthUriResponse < 3) {
|
| - checkUnnamed2164(o.allProviders);
|
| + checkUnnamed2258(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--;
|
| }
|
|
|
| -buildUnnamed2165() {
|
| +buildUnnamed2259() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2165(core.List<api.UserInfo> o) {
|
| +checkUnnamed2259(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 = buildUnnamed2165();
|
| + o.users = buildUnnamed2259();
|
| }
|
| 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'));
|
| - checkUnnamed2165(o.users);
|
| + checkUnnamed2259(o.users);
|
| }
|
| buildCounterDownloadAccountResponse--;
|
| }
|
| @@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) {
|
| buildCounterEmailTemplate--;
|
| }
|
|
|
| -buildUnnamed2166() {
|
| +buildUnnamed2260() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2166(core.List<api.UserInfo> o) {
|
| +checkUnnamed2260(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 = buildUnnamed2166();
|
| + o.users = buildUnnamed2260();
|
| }
|
| buildCounterGetAccountInfoResponse--;
|
| return o;
|
| @@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) {
|
| buildCounterGetAccountInfoResponse++;
|
| if (buildCounterGetAccountInfoResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2166(o.users);
|
| + checkUnnamed2260(o.users);
|
| }
|
| buildCounterGetAccountInfoResponse--;
|
| }
|
| @@ -261,14 +261,14 @@ checkGetRecaptchaParamResponse(api.GetRecaptchaParamResponse o) {
|
| buildCounterGetRecaptchaParamResponse--;
|
| }
|
|
|
| -buildUnnamed2167() {
|
| +buildUnnamed2261() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2167(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2261(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 = buildUnnamed2167();
|
| + o.customParameter = buildUnnamed2261();
|
| 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'));
|
| - checkUnnamed2167(o.customParameter);
|
| + checkUnnamed2261(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--;
|
| }
|
|
|
| -buildUnnamed2168() {
|
| +buildUnnamed2262() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2168(core.List<core.String> o) {
|
| +checkUnnamed2262(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'));
|
| }
|
|
|
| -buildUnnamed2169() {
|
| +buildUnnamed2263() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2169(core.List<core.String> o) {
|
| +checkUnnamed2263(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 = buildUnnamed2168();
|
| + o.email = buildUnnamed2262();
|
| o.idToken = "foo";
|
| - o.localId = buildUnnamed2169();
|
| + o.localId = buildUnnamed2263();
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--;
|
| return o;
|
| @@ -411,34 +411,34 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++;
|
| if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) {
|
| unittest.expect(o.delegatedProjectNumber, unittest.equals('foo'));
|
| - checkUnnamed2168(o.email);
|
| + checkUnnamed2262(o.email);
|
| unittest.expect(o.idToken, unittest.equals('foo'));
|
| - checkUnnamed2169(o.localId);
|
| + checkUnnamed2263(o.localId);
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--;
|
| }
|
|
|
| -buildUnnamed2170() {
|
| +buildUnnamed2264() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2170(core.List<core.String> o) {
|
| +checkUnnamed2264(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'));
|
| }
|
|
|
| -buildUnnamed2171() {
|
| +buildUnnamed2265() {
|
| var o = new core.List<api.IdpConfig>();
|
| o.add(buildIdpConfig());
|
| o.add(buildIdpConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2171(core.List<api.IdpConfig> o) {
|
| +checkUnnamed2265(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 = buildUnnamed2170();
|
| + o.authorizedDomains = buildUnnamed2264();
|
| o.changeEmailTemplate = buildEmailTemplate();
|
| o.dynamicLinksDomain = "foo";
|
| o.enableAnonymousUser = true;
|
| - o.idpConfig = buildUnnamed2171();
|
| + o.idpConfig = buildUnnamed2265();
|
| 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'));
|
| - checkUnnamed2170(o.authorizedDomains);
|
| + checkUnnamed2264(o.authorizedDomains);
|
| checkEmailTemplate(o.changeEmailTemplate);
|
| unittest.expect(o.dynamicLinksDomain, unittest.equals('foo'));
|
| unittest.expect(o.enableAnonymousUser, unittest.isTrue);
|
| - checkUnnamed2171(o.idpConfig);
|
| + checkUnnamed2265(o.idpConfig);
|
| checkEmailTemplate(o.legacyResetPasswordTemplate);
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| checkEmailTemplate(o.resetPasswordTemplate);
|
| @@ -523,40 +523,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp
|
| buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--;
|
| }
|
|
|
| -buildUnnamed2172() {
|
| +buildUnnamed2266() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2172(core.List<core.String> o) {
|
| +checkUnnamed2266(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'));
|
| }
|
|
|
| -buildUnnamed2173() {
|
| +buildUnnamed2267() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2173(core.List<core.String> o) {
|
| +checkUnnamed2267(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'));
|
| }
|
|
|
| -buildUnnamed2174() {
|
| +buildUnnamed2268() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2174(core.List<core.String> o) {
|
| +checkUnnamed2268(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 = buildUnnamed2172();
|
| - o.deleteProvider = buildUnnamed2173();
|
| + o.deleteAttribute = buildUnnamed2266();
|
| + o.deleteProvider = buildUnnamed2267();
|
| 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 = buildUnnamed2174();
|
| + o.provider = buildUnnamed2268();
|
| 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'));
|
| - checkUnnamed2172(o.deleteAttribute);
|
| - checkUnnamed2173(o.deleteProvider);
|
| + checkUnnamed2266(o.deleteAttribute);
|
| + checkUnnamed2267(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'));
|
| - checkUnnamed2174(o.provider);
|
| + checkUnnamed2268(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--;
|
| }
|
|
|
| -buildUnnamed2175() {
|
| +buildUnnamed2269() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2175(core.List<core.String> o) {
|
| +checkUnnamed2269(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'));
|
| }
|
|
|
| -buildUnnamed2176() {
|
| +buildUnnamed2270() {
|
| var o = new core.List<api.IdpConfig>();
|
| o.add(buildIdpConfig());
|
| o.add(buildIdpConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2176(core.List<api.IdpConfig> o) {
|
| +checkUnnamed2270(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 = buildUnnamed2175();
|
| + o.authorizedDomains = buildUnnamed2269();
|
| o.changeEmailTemplate = buildEmailTemplate();
|
| o.delegatedProjectNumber = "foo";
|
| o.enableAnonymousUser = true;
|
| - o.idpConfig = buildUnnamed2176();
|
| + o.idpConfig = buildUnnamed2270();
|
| 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'));
|
| - checkUnnamed2175(o.authorizedDomains);
|
| + checkUnnamed2269(o.authorizedDomains);
|
| checkEmailTemplate(o.changeEmailTemplate);
|
| unittest.expect(o.delegatedProjectNumber, unittest.equals('foo'));
|
| unittest.expect(o.enableAnonymousUser, unittest.isTrue);
|
| - checkUnnamed2176(o.idpConfig);
|
| + checkUnnamed2270(o.idpConfig);
|
| checkEmailTemplate(o.legacyResetPasswordTemplate);
|
| checkEmailTemplate(o.resetPasswordTemplate);
|
| unittest.expect(o.useEmailSending, unittest.isTrue);
|
| @@ -758,6 +758,7 @@ buildIdentitytoolkitRelyingpartySignupNewUserRequest() {
|
| o.emailVerified = true;
|
| o.idToken = "foo";
|
| o.instanceId = "foo";
|
| + o.localId = "foo";
|
| o.password = "foo";
|
| o.photoUrl = "foo";
|
| }
|
| @@ -776,20 +777,21 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp
|
| unittest.expect(o.emailVerified, unittest.isTrue);
|
| unittest.expect(o.idToken, unittest.equals('foo'));
|
| unittest.expect(o.instanceId, unittest.equals('foo'));
|
| + unittest.expect(o.localId, unittest.equals('foo'));
|
| unittest.expect(o.password, unittest.equals('foo'));
|
| unittest.expect(o.photoUrl, unittest.equals('foo'));
|
| }
|
| buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--;
|
| }
|
|
|
| -buildUnnamed2177() {
|
| +buildUnnamed2271() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2177(core.List<api.UserInfo> o) {
|
| +checkUnnamed2271(core.List<api.UserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserInfo(o[0]);
|
| checkUserInfo(o[1]);
|
| @@ -809,7 +811,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() {
|
| o.sanityCheck = true;
|
| o.signerKey = "foo";
|
| o.targetProjectId = "foo";
|
| - o.users = buildUnnamed2177();
|
| + o.users = buildUnnamed2271();
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--;
|
| return o;
|
| @@ -827,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'));
|
| - checkUnnamed2177(o.users);
|
| + checkUnnamed2271(o.users);
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--;
|
| }
|
| @@ -929,14 +931,14 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--;
|
| }
|
|
|
| -buildUnnamed2178() {
|
| +buildUnnamed2272() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2178(core.List<core.String> o) {
|
| +checkUnnamed2272(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'));
|
| @@ -952,7 +954,7 @@ buildIdpConfig() {
|
| o.experimentPercent = 42;
|
| o.provider = "foo";
|
| o.secret = "foo";
|
| - o.whitelistedAudiences = buildUnnamed2178();
|
| + o.whitelistedAudiences = buildUnnamed2272();
|
| }
|
| buildCounterIdpConfig--;
|
| return o;
|
| @@ -966,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'));
|
| - checkUnnamed2178(o.whitelistedAudiences);
|
| + checkUnnamed2272(o.whitelistedAudiences);
|
| }
|
| buildCounterIdpConfig--;
|
| }
|
| @@ -1054,14 +1056,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs
|
| buildCounterSetAccountInfoResponseProviderUserInfo--;
|
| }
|
|
|
| -buildUnnamed2179() {
|
| +buildUnnamed2273() {
|
| var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>();
|
| o.add(buildSetAccountInfoResponseProviderUserInfo());
|
| o.add(buildSetAccountInfoResponseProviderUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2179(core.List<api.SetAccountInfoResponseProviderUserInfo> o) {
|
| +checkUnnamed2273(core.List<api.SetAccountInfoResponseProviderUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetAccountInfoResponseProviderUserInfo(o[0]);
|
| checkSetAccountInfoResponseProviderUserInfo(o[1]);
|
| @@ -1074,6 +1076,7 @@ buildSetAccountInfoResponse() {
|
| if (buildCounterSetAccountInfoResponse < 3) {
|
| o.displayName = "foo";
|
| o.email = "foo";
|
| + o.emailVerified = true;
|
| o.expiresIn = "foo";
|
| o.idToken = "foo";
|
| o.kind = "foo";
|
| @@ -1081,7 +1084,7 @@ buildSetAccountInfoResponse() {
|
| o.newEmail = "foo";
|
| o.passwordHash = "foo";
|
| o.photoUrl = "foo";
|
| - o.providerUserInfo = buildUnnamed2179();
|
| + o.providerUserInfo = buildUnnamed2273();
|
| o.refreshToken = "foo";
|
| }
|
| buildCounterSetAccountInfoResponse--;
|
| @@ -1093,6 +1096,7 @@ checkSetAccountInfoResponse(api.SetAccountInfoResponse o) {
|
| if (buildCounterSetAccountInfoResponse < 3) {
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| + unittest.expect(o.emailVerified, unittest.isTrue);
|
| unittest.expect(o.expiresIn, unittest.equals('foo'));
|
| unittest.expect(o.idToken, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1100,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'));
|
| - checkUnnamed2179(o.providerUserInfo);
|
| + checkUnnamed2273(o.providerUserInfo);
|
| unittest.expect(o.refreshToken, unittest.equals('foo'));
|
| }
|
| buildCounterSetAccountInfoResponse--;
|
| @@ -1158,14 +1162,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) {
|
| buildCounterUploadAccountResponseError--;
|
| }
|
|
|
| -buildUnnamed2180() {
|
| +buildUnnamed2274() {
|
| var o = new core.List<api.UploadAccountResponseError>();
|
| o.add(buildUploadAccountResponseError());
|
| o.add(buildUploadAccountResponseError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2180(core.List<api.UploadAccountResponseError> o) {
|
| +checkUnnamed2274(core.List<api.UploadAccountResponseError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUploadAccountResponseError(o[0]);
|
| checkUploadAccountResponseError(o[1]);
|
| @@ -1176,7 +1180,7 @@ buildUploadAccountResponse() {
|
| var o = new api.UploadAccountResponse();
|
| buildCounterUploadAccountResponse++;
|
| if (buildCounterUploadAccountResponse < 3) {
|
| - o.error = buildUnnamed2180();
|
| + o.error = buildUnnamed2274();
|
| o.kind = "foo";
|
| }
|
| buildCounterUploadAccountResponse--;
|
| @@ -1186,7 +1190,7 @@ buildUploadAccountResponse() {
|
| checkUploadAccountResponse(api.UploadAccountResponse o) {
|
| buildCounterUploadAccountResponse++;
|
| if (buildCounterUploadAccountResponse < 3) {
|
| - checkUnnamed2180(o.error);
|
| + checkUnnamed2274(o.error);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUploadAccountResponse--;
|
| @@ -1223,14 +1227,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) {
|
| buildCounterUserInfoProviderUserInfo--;
|
| }
|
|
|
| -buildUnnamed2181() {
|
| +buildUnnamed2275() {
|
| var o = new core.List<api.UserInfoProviderUserInfo>();
|
| o.add(buildUserInfoProviderUserInfo());
|
| o.add(buildUserInfoProviderUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2181(core.List<api.UserInfoProviderUserInfo> o) {
|
| +checkUnnamed2275(core.List<api.UserInfoProviderUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserInfoProviderUserInfo(o[0]);
|
| checkUserInfoProviderUserInfo(o[1]);
|
| @@ -1252,7 +1256,7 @@ buildUserInfo() {
|
| o.passwordHash = "foo";
|
| o.passwordUpdatedAt = 42.0;
|
| o.photoUrl = "foo";
|
| - o.providerUserInfo = buildUnnamed2181();
|
| + o.providerUserInfo = buildUnnamed2275();
|
| o.rawPassword = "foo";
|
| o.salt = "foo";
|
| o.screenName = "foo";
|
| @@ -1277,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'));
|
| - checkUnnamed2181(o.providerUserInfo);
|
| + checkUnnamed2275(o.providerUserInfo);
|
| unittest.expect(o.rawPassword, unittest.equals('foo'));
|
| unittest.expect(o.salt, unittest.equals('foo'));
|
| unittest.expect(o.screenName, unittest.equals('foo'));
|
| @@ -1287,14 +1291,14 @@ checkUserInfo(api.UserInfo o) {
|
| buildCounterUserInfo--;
|
| }
|
|
|
| -buildUnnamed2182() {
|
| +buildUnnamed2276() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2182(core.List<core.String> o) {
|
| +checkUnnamed2276(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'));
|
| @@ -1321,6 +1325,7 @@ buildVerifyAssertionResponse() {
|
| o.fullName = "foo";
|
| o.idToken = "foo";
|
| o.inputEmail = "foo";
|
| + o.isNewUser = true;
|
| o.kind = "foo";
|
| o.language = "foo";
|
| o.lastName = "foo";
|
| @@ -1342,7 +1347,7 @@ buildVerifyAssertionResponse() {
|
| o.refreshToken = "foo";
|
| o.screenName = "foo";
|
| o.timeZone = "foo";
|
| - o.verifiedProvider = buildUnnamed2182();
|
| + o.verifiedProvider = buildUnnamed2276();
|
| }
|
| buildCounterVerifyAssertionResponse--;
|
| return o;
|
| @@ -1367,6 +1372,7 @@ checkVerifyAssertionResponse(api.VerifyAssertionResponse o) {
|
| unittest.expect(o.fullName, unittest.equals('foo'));
|
| unittest.expect(o.idToken, unittest.equals('foo'));
|
| unittest.expect(o.inputEmail, unittest.equals('foo'));
|
| + unittest.expect(o.isNewUser, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.language, unittest.equals('foo'));
|
| unittest.expect(o.lastName, unittest.equals('foo'));
|
| @@ -1388,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'));
|
| - checkUnnamed2182(o.verifiedProvider);
|
| + checkUnnamed2276(o.verifiedProvider);
|
| }
|
| buildCounterVerifyAssertionResponse--;
|
| }
|
|
|