| 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 5fca508cde29911d2c2b29d93727ba3d0d6467e9..c86e27495e5d3204e0799982164db96d7b448938 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);
|
| }
|
|
|
| -buildUnnamed2431() {
|
| +buildUnnamed2785() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2431(core.List<core.String> o) {
|
| +checkUnnamed2785(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 = buildUnnamed2431();
|
| + o.allProviders = buildUnnamed2785();
|
| o.authUri = "foo";
|
| o.captchaRequired = true;
|
| o.forExistingProvider = true;
|
| @@ -85,7 +85,7 @@ buildCreateAuthUriResponse() {
|
| checkCreateAuthUriResponse(api.CreateAuthUriResponse o) {
|
| buildCounterCreateAuthUriResponse++;
|
| if (buildCounterCreateAuthUriResponse < 3) {
|
| - checkUnnamed2431(o.allProviders);
|
| + checkUnnamed2785(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--;
|
| }
|
|
|
| -buildUnnamed2432() {
|
| +buildUnnamed2786() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2432(core.List<api.UserInfo> o) {
|
| +checkUnnamed2786(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 = buildUnnamed2432();
|
| + o.users = buildUnnamed2786();
|
| }
|
| 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'));
|
| - checkUnnamed2432(o.users);
|
| + checkUnnamed2786(o.users);
|
| }
|
| buildCounterDownloadAccountResponse--;
|
| }
|
| @@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) {
|
| buildCounterEmailTemplate--;
|
| }
|
|
|
| -buildUnnamed2433() {
|
| +buildUnnamed2787() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2433(core.List<api.UserInfo> o) {
|
| +checkUnnamed2787(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 = buildUnnamed2433();
|
| + o.users = buildUnnamed2787();
|
| }
|
| buildCounterGetAccountInfoResponse--;
|
| return o;
|
| @@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) {
|
| buildCounterGetAccountInfoResponse++;
|
| if (buildCounterGetAccountInfoResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2433(o.users);
|
| + checkUnnamed2787(o.users);
|
| }
|
| buildCounterGetAccountInfoResponse--;
|
| }
|
| @@ -270,6 +270,7 @@ buildIdentitytoolkitRelyingpartyCreateAuthUriRequest() {
|
| o.clientId = "foo";
|
| o.context = "foo";
|
| o.continueUri = "foo";
|
| + o.hostedDomain = "foo";
|
| o.identifier = "foo";
|
| o.oauthConsumerKey = "foo";
|
| o.oauthScope = "foo";
|
| @@ -288,6 +289,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'));
|
| + unittest.expect(o.hostedDomain, unittest.equals('foo'));
|
| unittest.expect(o.identifier, unittest.equals('foo'));
|
| unittest.expect(o.oauthConsumerKey, unittest.equals('foo'));
|
| unittest.expect(o.oauthScope, unittest.equals('foo'));
|
| @@ -344,27 +346,27 @@ checkIdentitytoolkitRelyingpartyDownloadAccountRequest(api.IdentitytoolkitRelyin
|
| buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--;
|
| }
|
|
|
| -buildUnnamed2434() {
|
| +buildUnnamed2788() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2434(core.List<core.String> o) {
|
| +checkUnnamed2788(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'));
|
| }
|
|
|
| -buildUnnamed2435() {
|
| +buildUnnamed2789() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2435(core.List<core.String> o) {
|
| +checkUnnamed2789(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'));
|
| @@ -376,9 +378,9 @@ buildIdentitytoolkitRelyingpartyGetAccountInfoRequest() {
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++;
|
| if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) {
|
| o.delegatedProjectNumber = "foo";
|
| - o.email = buildUnnamed2434();
|
| + o.email = buildUnnamed2788();
|
| o.idToken = "foo";
|
| - o.localId = buildUnnamed2435();
|
| + o.localId = buildUnnamed2789();
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--;
|
| return o;
|
| @@ -388,34 +390,34 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++;
|
| if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) {
|
| unittest.expect(o.delegatedProjectNumber, unittest.equals('foo'));
|
| - checkUnnamed2434(o.email);
|
| + checkUnnamed2788(o.email);
|
| unittest.expect(o.idToken, unittest.equals('foo'));
|
| - checkUnnamed2435(o.localId);
|
| + checkUnnamed2789(o.localId);
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--;
|
| }
|
|
|
| -buildUnnamed2436() {
|
| +buildUnnamed2790() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2436(core.List<core.String> o) {
|
| +checkUnnamed2790(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'));
|
| }
|
|
|
| -buildUnnamed2437() {
|
| +buildUnnamed2791() {
|
| var o = new core.List<api.IdpConfig>();
|
| o.add(buildIdpConfig());
|
| o.add(buildIdpConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2437(core.List<api.IdpConfig> o) {
|
| +checkUnnamed2791(core.List<api.IdpConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIdpConfig(o[0]);
|
| checkIdpConfig(o[1]);
|
| @@ -428,10 +430,10 @@ buildIdentitytoolkitRelyingpartyGetProjectConfigResponse() {
|
| if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) {
|
| o.allowPasswordUser = true;
|
| o.apiKey = "foo";
|
| - o.authorizedDomains = buildUnnamed2436();
|
| + o.authorizedDomains = buildUnnamed2790();
|
| o.changeEmailTemplate = buildEmailTemplate();
|
| o.enableAnonymousUser = true;
|
| - o.idpConfig = buildUnnamed2437();
|
| + o.idpConfig = buildUnnamed2791();
|
| o.legacyResetPasswordTemplate = buildEmailTemplate();
|
| o.projectId = "foo";
|
| o.resetPasswordTemplate = buildEmailTemplate();
|
| @@ -447,10 +449,10 @@ checkIdentitytoolkitRelyingpartyGetProjectConfigResponse(api.IdentitytoolkitRely
|
| if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) {
|
| unittest.expect(o.allowPasswordUser, unittest.isTrue);
|
| unittest.expect(o.apiKey, unittest.equals('foo'));
|
| - checkUnnamed2436(o.authorizedDomains);
|
| + checkUnnamed2790(o.authorizedDomains);
|
| checkEmailTemplate(o.changeEmailTemplate);
|
| unittest.expect(o.enableAnonymousUser, unittest.isTrue);
|
| - checkUnnamed2437(o.idpConfig);
|
| + checkUnnamed2791(o.idpConfig);
|
| checkEmailTemplate(o.legacyResetPasswordTemplate);
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| checkEmailTemplate(o.resetPasswordTemplate);
|
| @@ -498,40 +500,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp
|
| buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--;
|
| }
|
|
|
| -buildUnnamed2438() {
|
| +buildUnnamed2792() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2438(core.List<core.String> o) {
|
| +checkUnnamed2792(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'));
|
| }
|
|
|
| -buildUnnamed2439() {
|
| +buildUnnamed2793() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2439(core.List<core.String> o) {
|
| +checkUnnamed2793(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'));
|
| }
|
|
|
| -buildUnnamed2440() {
|
| +buildUnnamed2794() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2440(core.List<core.String> o) {
|
| +checkUnnamed2794(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'));
|
| @@ -546,8 +548,8 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() {
|
| o.captchaResponse = "foo";
|
| o.createdAt = "foo";
|
| o.delegatedProjectNumber = "foo";
|
| - o.deleteAttribute = buildUnnamed2438();
|
| - o.deleteProvider = buildUnnamed2439();
|
| + o.deleteAttribute = buildUnnamed2792();
|
| + o.deleteProvider = buildUnnamed2793();
|
| o.disableUser = true;
|
| o.displayName = "foo";
|
| o.email = "foo";
|
| @@ -559,7 +561,7 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() {
|
| o.oobCode = "foo";
|
| o.password = "foo";
|
| o.photoUrl = "foo";
|
| - o.provider = buildUnnamed2440();
|
| + o.provider = buildUnnamed2794();
|
| o.returnSecureToken = true;
|
| o.upgradeToFederatedLogin = true;
|
| o.validSince = "foo";
|
| @@ -575,8 +577,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'));
|
| - checkUnnamed2438(o.deleteAttribute);
|
| - checkUnnamed2439(o.deleteProvider);
|
| + checkUnnamed2792(o.deleteAttribute);
|
| + checkUnnamed2793(o.deleteProvider);
|
| unittest.expect(o.disableUser, unittest.isTrue);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| @@ -588,7 +590,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'));
|
| - checkUnnamed2440(o.provider);
|
| + checkUnnamed2794(o.provider);
|
| unittest.expect(o.returnSecureToken, unittest.isTrue);
|
| unittest.expect(o.upgradeToFederatedLogin, unittest.isTrue);
|
| unittest.expect(o.validSince, unittest.equals('foo'));
|
| @@ -596,27 +598,27 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest--;
|
| }
|
|
|
| -buildUnnamed2441() {
|
| +buildUnnamed2795() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2441(core.List<core.String> o) {
|
| +checkUnnamed2795(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'));
|
| }
|
|
|
| -buildUnnamed2442() {
|
| +buildUnnamed2796() {
|
| var o = new core.List<api.IdpConfig>();
|
| o.add(buildIdpConfig());
|
| o.add(buildIdpConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2442(core.List<api.IdpConfig> o) {
|
| +checkUnnamed2796(core.List<api.IdpConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIdpConfig(o[0]);
|
| checkIdpConfig(o[1]);
|
| @@ -629,11 +631,11 @@ buildIdentitytoolkitRelyingpartySetProjectConfigRequest() {
|
| if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) {
|
| o.allowPasswordUser = true;
|
| o.apiKey = "foo";
|
| - o.authorizedDomains = buildUnnamed2441();
|
| + o.authorizedDomains = buildUnnamed2795();
|
| o.changeEmailTemplate = buildEmailTemplate();
|
| o.delegatedProjectNumber = "foo";
|
| o.enableAnonymousUser = true;
|
| - o.idpConfig = buildUnnamed2442();
|
| + o.idpConfig = buildUnnamed2796();
|
| o.legacyResetPasswordTemplate = buildEmailTemplate();
|
| o.resetPasswordTemplate = buildEmailTemplate();
|
| o.useEmailSending = true;
|
| @@ -648,11 +650,11 @@ checkIdentitytoolkitRelyingpartySetProjectConfigRequest(api.IdentitytoolkitRelyi
|
| if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) {
|
| unittest.expect(o.allowPasswordUser, unittest.isTrue);
|
| unittest.expect(o.apiKey, unittest.equals('foo'));
|
| - checkUnnamed2441(o.authorizedDomains);
|
| + checkUnnamed2795(o.authorizedDomains);
|
| checkEmailTemplate(o.changeEmailTemplate);
|
| unittest.expect(o.delegatedProjectNumber, unittest.equals('foo'));
|
| unittest.expect(o.enableAnonymousUser, unittest.isTrue);
|
| - checkUnnamed2442(o.idpConfig);
|
| + checkUnnamed2796(o.idpConfig);
|
| checkEmailTemplate(o.legacyResetPasswordTemplate);
|
| checkEmailTemplate(o.resetPasswordTemplate);
|
| unittest.expect(o.useEmailSending, unittest.isTrue);
|
| @@ -751,14 +753,14 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp
|
| buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--;
|
| }
|
|
|
| -buildUnnamed2443() {
|
| +buildUnnamed2797() {
|
| var o = new core.List<api.UserInfo>();
|
| o.add(buildUserInfo());
|
| o.add(buildUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2443(core.List<api.UserInfo> o) {
|
| +checkUnnamed2797(core.List<api.UserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserInfo(o[0]);
|
| checkUserInfo(o[1]);
|
| @@ -775,7 +777,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() {
|
| o.rounds = 42;
|
| o.saltSeparator = "foo";
|
| o.signerKey = "foo";
|
| - o.users = buildUnnamed2443();
|
| + o.users = buildUnnamed2797();
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--;
|
| return o;
|
| @@ -790,7 +792,7 @@ checkIdentitytoolkitRelyingpartyUploadAccountRequest(api.IdentitytoolkitRelyingp
|
| unittest.expect(o.rounds, unittest.equals(42));
|
| unittest.expect(o.saltSeparator, unittest.equals('foo'));
|
| unittest.expect(o.signerKey, unittest.equals('foo'));
|
| - checkUnnamed2443(o.users);
|
| + checkUnnamed2797(o.users);
|
| }
|
| buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--;
|
| }
|
| @@ -890,14 +892,14 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying
|
| buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--;
|
| }
|
|
|
| -buildUnnamed2444() {
|
| +buildUnnamed2798() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2444(core.List<core.String> o) {
|
| +checkUnnamed2798(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'));
|
| @@ -913,7 +915,7 @@ buildIdpConfig() {
|
| o.experimentPercent = 42;
|
| o.provider = "foo";
|
| o.secret = "foo";
|
| - o.whitelistedAudiences = buildUnnamed2444();
|
| + o.whitelistedAudiences = buildUnnamed2798();
|
| }
|
| buildCounterIdpConfig--;
|
| return o;
|
| @@ -927,7 +929,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'));
|
| - checkUnnamed2444(o.whitelistedAudiences);
|
| + checkUnnamed2798(o.whitelistedAudiences);
|
| }
|
| buildCounterIdpConfig--;
|
| }
|
| @@ -1011,14 +1013,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs
|
| buildCounterSetAccountInfoResponseProviderUserInfo--;
|
| }
|
|
|
| -buildUnnamed2445() {
|
| +buildUnnamed2799() {
|
| var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>();
|
| o.add(buildSetAccountInfoResponseProviderUserInfo());
|
| o.add(buildSetAccountInfoResponseProviderUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2445(core.List<api.SetAccountInfoResponseProviderUserInfo> o) {
|
| +checkUnnamed2799(core.List<api.SetAccountInfoResponseProviderUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetAccountInfoResponseProviderUserInfo(o[0]);
|
| checkSetAccountInfoResponseProviderUserInfo(o[1]);
|
| @@ -1038,7 +1040,7 @@ buildSetAccountInfoResponse() {
|
| o.newEmail = "foo";
|
| o.passwordHash = "foo";
|
| o.photoUrl = "foo";
|
| - o.providerUserInfo = buildUnnamed2445();
|
| + o.providerUserInfo = buildUnnamed2799();
|
| o.refreshToken = "foo";
|
| }
|
| buildCounterSetAccountInfoResponse--;
|
| @@ -1057,7 +1059,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'));
|
| - checkUnnamed2445(o.providerUserInfo);
|
| + checkUnnamed2799(o.providerUserInfo);
|
| unittest.expect(o.refreshToken, unittest.equals('foo'));
|
| }
|
| buildCounterSetAccountInfoResponse--;
|
| @@ -1115,14 +1117,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) {
|
| buildCounterUploadAccountResponseError--;
|
| }
|
|
|
| -buildUnnamed2446() {
|
| +buildUnnamed2800() {
|
| var o = new core.List<api.UploadAccountResponseError>();
|
| o.add(buildUploadAccountResponseError());
|
| o.add(buildUploadAccountResponseError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2446(core.List<api.UploadAccountResponseError> o) {
|
| +checkUnnamed2800(core.List<api.UploadAccountResponseError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUploadAccountResponseError(o[0]);
|
| checkUploadAccountResponseError(o[1]);
|
| @@ -1133,7 +1135,7 @@ buildUploadAccountResponse() {
|
| var o = new api.UploadAccountResponse();
|
| buildCounterUploadAccountResponse++;
|
| if (buildCounterUploadAccountResponse < 3) {
|
| - o.error = buildUnnamed2446();
|
| + o.error = buildUnnamed2800();
|
| o.kind = "foo";
|
| }
|
| buildCounterUploadAccountResponse--;
|
| @@ -1143,7 +1145,7 @@ buildUploadAccountResponse() {
|
| checkUploadAccountResponse(api.UploadAccountResponse o) {
|
| buildCounterUploadAccountResponse++;
|
| if (buildCounterUploadAccountResponse < 3) {
|
| - checkUnnamed2446(o.error);
|
| + checkUnnamed2800(o.error);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUploadAccountResponse--;
|
| @@ -1178,14 +1180,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) {
|
| buildCounterUserInfoProviderUserInfo--;
|
| }
|
|
|
| -buildUnnamed2447() {
|
| +buildUnnamed2801() {
|
| var o = new core.List<api.UserInfoProviderUserInfo>();
|
| o.add(buildUserInfoProviderUserInfo());
|
| o.add(buildUserInfoProviderUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2447(core.List<api.UserInfoProviderUserInfo> o) {
|
| +checkUnnamed2801(core.List<api.UserInfoProviderUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserInfoProviderUserInfo(o[0]);
|
| checkUserInfoProviderUserInfo(o[1]);
|
| @@ -1206,7 +1208,7 @@ buildUserInfo() {
|
| o.passwordHash = "foo";
|
| o.passwordUpdatedAt = 42.0;
|
| o.photoUrl = "foo";
|
| - o.providerUserInfo = buildUnnamed2447();
|
| + o.providerUserInfo = buildUnnamed2801();
|
| o.salt = "foo";
|
| o.validSince = "foo";
|
| o.version = 42;
|
| @@ -1228,7 +1230,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'));
|
| - checkUnnamed2447(o.providerUserInfo);
|
| + checkUnnamed2801(o.providerUserInfo);
|
| unittest.expect(o.salt, unittest.equals('foo'));
|
| unittest.expect(o.validSince, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -1236,14 +1238,14 @@ checkUserInfo(api.UserInfo o) {
|
| buildCounterUserInfo--;
|
| }
|
|
|
| -buildUnnamed2448() {
|
| +buildUnnamed2802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2448(core.List<core.String> o) {
|
| +checkUnnamed2802(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'));
|
| @@ -1287,8 +1289,9 @@ buildVerifyAssertionResponse() {
|
| o.photoUrl = "foo";
|
| o.providerId = "foo";
|
| o.refreshToken = "foo";
|
| + o.screenName = "foo";
|
| o.timeZone = "foo";
|
| - o.verifiedProvider = buildUnnamed2448();
|
| + o.verifiedProvider = buildUnnamed2802();
|
| }
|
| buildCounterVerifyAssertionResponse--;
|
| return o;
|
| @@ -1330,8 +1333,9 @@ checkVerifyAssertionResponse(api.VerifyAssertionResponse o) {
|
| unittest.expect(o.photoUrl, unittest.equals('foo'));
|
| unittest.expect(o.providerId, unittest.equals('foo'));
|
| unittest.expect(o.refreshToken, unittest.equals('foo'));
|
| + unittest.expect(o.screenName, unittest.equals('foo'));
|
| unittest.expect(o.timeZone, unittest.equals('foo'));
|
| - checkUnnamed2448(o.verifiedProvider);
|
| + checkUnnamed2802(o.verifiedProvider);
|
| }
|
| buildCounterVerifyAssertionResponse--;
|
| }
|
|
|