| Index: generated/googleapis/test/civicinfo/us_v1_test.dart
|
| diff --git a/generated/googleapis/test/civicinfo/us_v1_test.dart b/generated/googleapis/test/civicinfo/us_v1_test.dart
|
| index 3030091c5866d59911e725f0ccf6dd304dc00615..4742918c6e78ed72873dfbe88095107329d70e16 100644
|
| --- a/generated/googleapis/test/civicinfo/us_v1_test.dart
|
| +++ b/generated/googleapis/test/civicinfo/us_v1_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis/civicinfo/us_v1.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed809() {
|
| +buildUnnamed716() {
|
| var o = new core.List<api.Source>();
|
| o.add(buildSource());
|
| o.add(buildSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed809(core.List<api.Source> o) {
|
| +checkUnnamed716(core.List<api.Source> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSource(o[0]);
|
| checkSource(o[1]);
|
| @@ -38,7 +38,7 @@ buildAdministrationRegion() {
|
| o.id = "foo";
|
| o.localJurisdiction = buildAdministrationRegion();
|
| o.name = "foo";
|
| - o.sources = buildUnnamed809();
|
| + o.sources = buildUnnamed716();
|
| }
|
| buildCounterAdministrationRegion--;
|
| return o;
|
| @@ -51,32 +51,32 @@ checkAdministrationRegion(api.AdministrationRegion o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkAdministrationRegion(o.localJurisdiction);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed809(o.sources);
|
| + checkUnnamed716(o.sources);
|
| }
|
| buildCounterAdministrationRegion--;
|
| }
|
|
|
| -buildUnnamed810() {
|
| +buildUnnamed717() {
|
| var o = new core.List<api.ElectionOfficial>();
|
| o.add(buildElectionOfficial());
|
| o.add(buildElectionOfficial());
|
| return o;
|
| }
|
|
|
| -checkUnnamed810(core.List<api.ElectionOfficial> o) {
|
| +checkUnnamed717(core.List<api.ElectionOfficial> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkElectionOfficial(o[0]);
|
| checkElectionOfficial(o[1]);
|
| }
|
|
|
| -buildUnnamed811() {
|
| +buildUnnamed718() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed811(core.List<core.String> o) {
|
| +checkUnnamed718(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'));
|
| @@ -91,14 +91,14 @@ buildAdministrativeBody() {
|
| o.ballotInfoUrl = "foo";
|
| o.correspondenceAddress = buildSimpleAddressType();
|
| o.electionInfoUrl = "foo";
|
| - o.electionOfficials = buildUnnamed810();
|
| + o.electionOfficials = buildUnnamed717();
|
| o.electionRegistrationConfirmationUrl = "foo";
|
| o.electionRegistrationUrl = "foo";
|
| o.electionRulesUrl = "foo";
|
| o.hoursOfOperation = "foo";
|
| o.name = "foo";
|
| o.physicalAddress = buildSimpleAddressType();
|
| - o.voterServices = buildUnnamed811();
|
| + o.voterServices = buildUnnamed718();
|
| o.votingLocationFinderUrl = "foo";
|
| }
|
| buildCounterAdministrativeBody--;
|
| @@ -112,27 +112,27 @@ checkAdministrativeBody(api.AdministrativeBody o) {
|
| unittest.expect(o.ballotInfoUrl, unittest.equals('foo'));
|
| checkSimpleAddressType(o.correspondenceAddress);
|
| unittest.expect(o.electionInfoUrl, unittest.equals('foo'));
|
| - checkUnnamed810(o.electionOfficials);
|
| + checkUnnamed717(o.electionOfficials);
|
| unittest.expect(o.electionRegistrationConfirmationUrl, unittest.equals('foo'));
|
| unittest.expect(o.electionRegistrationUrl, unittest.equals('foo'));
|
| unittest.expect(o.electionRulesUrl, unittest.equals('foo'));
|
| unittest.expect(o.hoursOfOperation, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkSimpleAddressType(o.physicalAddress);
|
| - checkUnnamed811(o.voterServices);
|
| + checkUnnamed718(o.voterServices);
|
| unittest.expect(o.votingLocationFinderUrl, unittest.equals('foo'));
|
| }
|
| buildCounterAdministrativeBody--;
|
| }
|
|
|
| -buildUnnamed812() {
|
| +buildUnnamed719() {
|
| var o = new core.List<api.Channel>();
|
| o.add(buildChannel());
|
| o.add(buildChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed812(core.List<api.Channel> o) {
|
| +checkUnnamed719(core.List<api.Channel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChannel(o[0]);
|
| checkChannel(o[1]);
|
| @@ -144,7 +144,7 @@ buildCandidate() {
|
| buildCounterCandidate++;
|
| if (buildCounterCandidate < 3) {
|
| o.candidateUrl = "foo";
|
| - o.channels = buildUnnamed812();
|
| + o.channels = buildUnnamed719();
|
| o.email = "foo";
|
| o.name = "foo";
|
| o.orderOnBallot = "foo";
|
| @@ -160,7 +160,7 @@ checkCandidate(api.Candidate o) {
|
| buildCounterCandidate++;
|
| if (buildCounterCandidate < 3) {
|
| unittest.expect(o.candidateUrl, unittest.equals('foo'));
|
| - checkUnnamed812(o.channels);
|
| + checkUnnamed719(o.channels);
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.orderOnBallot, unittest.equals('foo'));
|
| @@ -192,27 +192,27 @@ checkChannel(api.Channel o) {
|
| buildCounterChannel--;
|
| }
|
|
|
| -buildUnnamed813() {
|
| +buildUnnamed720() {
|
| var o = new core.List<api.Candidate>();
|
| o.add(buildCandidate());
|
| o.add(buildCandidate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed813(core.List<api.Candidate> o) {
|
| +checkUnnamed720(core.List<api.Candidate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCandidate(o[0]);
|
| checkCandidate(o[1]);
|
| }
|
|
|
| -buildUnnamed814() {
|
| +buildUnnamed721() {
|
| var o = new core.List<api.Source>();
|
| o.add(buildSource());
|
| o.add(buildSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed814(core.List<api.Source> o) {
|
| +checkUnnamed721(core.List<api.Source> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSource(o[0]);
|
| checkSource(o[1]);
|
| @@ -224,7 +224,7 @@ buildContest() {
|
| buildCounterContest++;
|
| if (buildCounterContest < 3) {
|
| o.ballotPlacement = "foo";
|
| - o.candidates = buildUnnamed813();
|
| + o.candidates = buildUnnamed720();
|
| o.district = buildElectoralDistrict();
|
| o.electorateSpecifications = "foo";
|
| o.id = "foo";
|
| @@ -236,7 +236,7 @@ buildContest() {
|
| o.referendumSubtitle = "foo";
|
| o.referendumTitle = "foo";
|
| o.referendumUrl = "foo";
|
| - o.sources = buildUnnamed814();
|
| + o.sources = buildUnnamed721();
|
| o.special = "foo";
|
| o.type = "foo";
|
| }
|
| @@ -248,7 +248,7 @@ checkContest(api.Contest o) {
|
| buildCounterContest++;
|
| if (buildCounterContest < 3) {
|
| unittest.expect(o.ballotPlacement, unittest.equals('foo'));
|
| - checkUnnamed813(o.candidates);
|
| + checkUnnamed720(o.candidates);
|
| checkElectoralDistrict(o.district);
|
| unittest.expect(o.electorateSpecifications, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -260,21 +260,21 @@ checkContest(api.Contest o) {
|
| unittest.expect(o.referendumSubtitle, unittest.equals('foo'));
|
| unittest.expect(o.referendumTitle, unittest.equals('foo'));
|
| unittest.expect(o.referendumUrl, unittest.equals('foo'));
|
| - checkUnnamed814(o.sources);
|
| + checkUnnamed721(o.sources);
|
| unittest.expect(o.special, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterContest--;
|
| }
|
|
|
| -buildUnnamed815() {
|
| +buildUnnamed722() {
|
| var o = new core.List<api.DivisionSearchResult>();
|
| o.add(buildDivisionSearchResult());
|
| o.add(buildDivisionSearchResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed815(core.List<api.DivisionSearchResult> o) {
|
| +checkUnnamed722(core.List<api.DivisionSearchResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDivisionSearchResult(o[0]);
|
| checkDivisionSearchResult(o[1]);
|
| @@ -286,7 +286,7 @@ buildDivisionSearchResponse() {
|
| buildCounterDivisionSearchResponse++;
|
| if (buildCounterDivisionSearchResponse < 3) {
|
| o.kind = "foo";
|
| - o.results = buildUnnamed815();
|
| + o.results = buildUnnamed722();
|
| o.status = "foo";
|
| }
|
| buildCounterDivisionSearchResponse--;
|
| @@ -297,20 +297,20 @@ checkDivisionSearchResponse(api.DivisionSearchResponse o) {
|
| buildCounterDivisionSearchResponse++;
|
| if (buildCounterDivisionSearchResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed815(o.results);
|
| + checkUnnamed722(o.results);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterDivisionSearchResponse--;
|
| }
|
|
|
| -buildUnnamed816() {
|
| +buildUnnamed723() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed816(core.List<core.String> o) {
|
| +checkUnnamed723(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'));
|
| @@ -321,7 +321,7 @@ buildDivisionSearchResult() {
|
| var o = new api.DivisionSearchResult();
|
| buildCounterDivisionSearchResult++;
|
| if (buildCounterDivisionSearchResult < 3) {
|
| - o.aliases = buildUnnamed816();
|
| + o.aliases = buildUnnamed723();
|
| o.name = "foo";
|
| o.ocdId = "foo";
|
| }
|
| @@ -332,7 +332,7 @@ buildDivisionSearchResult() {
|
| checkDivisionSearchResult(api.DivisionSearchResult o) {
|
| buildCounterDivisionSearchResult++;
|
| if (buildCounterDivisionSearchResult < 3) {
|
| - checkUnnamed816(o.aliases);
|
| + checkUnnamed723(o.aliases);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.ocdId, unittest.equals('foo'));
|
| }
|
| @@ -389,14 +389,14 @@ checkElectionOfficial(api.ElectionOfficial o) {
|
| buildCounterElectionOfficial--;
|
| }
|
|
|
| -buildUnnamed817() {
|
| +buildUnnamed724() {
|
| var o = new core.List<api.Election>();
|
| o.add(buildElection());
|
| o.add(buildElection());
|
| return o;
|
| }
|
|
|
| -checkUnnamed817(core.List<api.Election> o) {
|
| +checkUnnamed724(core.List<api.Election> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkElection(o[0]);
|
| checkElection(o[1]);
|
| @@ -407,7 +407,7 @@ buildElectionsQueryResponse() {
|
| var o = new api.ElectionsQueryResponse();
|
| buildCounterElectionsQueryResponse++;
|
| if (buildCounterElectionsQueryResponse < 3) {
|
| - o.elections = buildUnnamed817();
|
| + o.elections = buildUnnamed724();
|
| o.kind = "foo";
|
| }
|
| buildCounterElectionsQueryResponse--;
|
| @@ -417,7 +417,7 @@ buildElectionsQueryResponse() {
|
| checkElectionsQueryResponse(api.ElectionsQueryResponse o) {
|
| buildCounterElectionsQueryResponse++;
|
| if (buildCounterElectionsQueryResponse < 3) {
|
| - checkUnnamed817(o.elections);
|
| + checkUnnamed724(o.elections);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterElectionsQueryResponse--;
|
| @@ -446,27 +446,27 @@ checkElectoralDistrict(api.ElectoralDistrict o) {
|
| buildCounterElectoralDistrict--;
|
| }
|
|
|
| -buildUnnamed818() {
|
| +buildUnnamed725() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed818(core.List<core.String> o) {
|
| +checkUnnamed725(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'));
|
| }
|
|
|
| -buildUnnamed819() {
|
| +buildUnnamed726() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed819(core.List<core.String> o) {
|
| +checkUnnamed726(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'));
|
| @@ -477,9 +477,9 @@ buildGeographicDivision() {
|
| var o = new api.GeographicDivision();
|
| buildCounterGeographicDivision++;
|
| if (buildCounterGeographicDivision < 3) {
|
| - o.alsoKnownAs = buildUnnamed818();
|
| + o.alsoKnownAs = buildUnnamed725();
|
| o.name = "foo";
|
| - o.officeIds = buildUnnamed819();
|
| + o.officeIds = buildUnnamed726();
|
| o.scope = "foo";
|
| }
|
| buildCounterGeographicDivision--;
|
| @@ -489,35 +489,35 @@ buildGeographicDivision() {
|
| checkGeographicDivision(api.GeographicDivision o) {
|
| buildCounterGeographicDivision++;
|
| if (buildCounterGeographicDivision < 3) {
|
| - checkUnnamed818(o.alsoKnownAs);
|
| + checkUnnamed725(o.alsoKnownAs);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed819(o.officeIds);
|
| + checkUnnamed726(o.officeIds);
|
| unittest.expect(o.scope, unittest.equals('foo'));
|
| }
|
| buildCounterGeographicDivision--;
|
| }
|
|
|
| -buildUnnamed820() {
|
| +buildUnnamed727() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed820(core.List<core.String> o) {
|
| +checkUnnamed727(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'));
|
| }
|
|
|
| -buildUnnamed821() {
|
| +buildUnnamed728() {
|
| var o = new core.List<api.Source>();
|
| o.add(buildSource());
|
| o.add(buildSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed821(core.List<api.Source> o) {
|
| +checkUnnamed728(core.List<api.Source> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSource(o[0]);
|
| checkSource(o[1]);
|
| @@ -531,8 +531,8 @@ buildOffice() {
|
| o.divisionId = "foo";
|
| o.level = "foo";
|
| o.name = "foo";
|
| - o.officialIds = buildUnnamed820();
|
| - o.sources = buildUnnamed821();
|
| + o.officialIds = buildUnnamed727();
|
| + o.sources = buildUnnamed728();
|
| }
|
| buildCounterOffice--;
|
| return o;
|
| @@ -544,72 +544,72 @@ checkOffice(api.Office o) {
|
| unittest.expect(o.divisionId, unittest.equals('foo'));
|
| unittest.expect(o.level, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed820(o.officialIds);
|
| - checkUnnamed821(o.sources);
|
| + checkUnnamed727(o.officialIds);
|
| + checkUnnamed728(o.sources);
|
| }
|
| buildCounterOffice--;
|
| }
|
|
|
| -buildUnnamed822() {
|
| +buildUnnamed729() {
|
| var o = new core.List<api.SimpleAddressType>();
|
| o.add(buildSimpleAddressType());
|
| o.add(buildSimpleAddressType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed822(core.List<api.SimpleAddressType> o) {
|
| +checkUnnamed729(core.List<api.SimpleAddressType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSimpleAddressType(o[0]);
|
| checkSimpleAddressType(o[1]);
|
| }
|
|
|
| -buildUnnamed823() {
|
| +buildUnnamed730() {
|
| var o = new core.List<api.Channel>();
|
| o.add(buildChannel());
|
| o.add(buildChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed823(core.List<api.Channel> o) {
|
| +checkUnnamed730(core.List<api.Channel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChannel(o[0]);
|
| checkChannel(o[1]);
|
| }
|
|
|
| -buildUnnamed824() {
|
| +buildUnnamed731() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed824(core.List<core.String> o) {
|
| +checkUnnamed731(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'));
|
| }
|
|
|
| -buildUnnamed825() {
|
| +buildUnnamed732() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed825(core.List<core.String> o) {
|
| +checkUnnamed732(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'));
|
| }
|
|
|
| -buildUnnamed826() {
|
| +buildUnnamed733() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed826(core.List<core.String> o) {
|
| +checkUnnamed733(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'));
|
| @@ -620,14 +620,14 @@ buildOfficial() {
|
| var o = new api.Official();
|
| buildCounterOfficial++;
|
| if (buildCounterOfficial < 3) {
|
| - o.address = buildUnnamed822();
|
| - o.channels = buildUnnamed823();
|
| - o.emails = buildUnnamed824();
|
| + o.address = buildUnnamed729();
|
| + o.channels = buildUnnamed730();
|
| + o.emails = buildUnnamed731();
|
| o.name = "foo";
|
| o.party = "foo";
|
| - o.phones = buildUnnamed825();
|
| + o.phones = buildUnnamed732();
|
| o.photoUrl = "foo";
|
| - o.urls = buildUnnamed826();
|
| + o.urls = buildUnnamed733();
|
| }
|
| buildCounterOfficial--;
|
| return o;
|
| @@ -636,26 +636,26 @@ buildOfficial() {
|
| checkOfficial(api.Official o) {
|
| buildCounterOfficial++;
|
| if (buildCounterOfficial < 3) {
|
| - checkUnnamed822(o.address);
|
| - checkUnnamed823(o.channels);
|
| - checkUnnamed824(o.emails);
|
| + checkUnnamed729(o.address);
|
| + checkUnnamed730(o.channels);
|
| + checkUnnamed731(o.emails);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.party, unittest.equals('foo'));
|
| - checkUnnamed825(o.phones);
|
| + checkUnnamed732(o.phones);
|
| unittest.expect(o.photoUrl, unittest.equals('foo'));
|
| - checkUnnamed826(o.urls);
|
| + checkUnnamed733(o.urls);
|
| }
|
| buildCounterOfficial--;
|
| }
|
|
|
| -buildUnnamed827() {
|
| +buildUnnamed734() {
|
| var o = new core.List<api.Source>();
|
| o.add(buildSource());
|
| o.add(buildSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed827(core.List<api.Source> o) {
|
| +checkUnnamed734(core.List<api.Source> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSource(o[0]);
|
| checkSource(o[1]);
|
| @@ -672,7 +672,7 @@ buildPollingLocation() {
|
| o.name = "foo";
|
| o.notes = "foo";
|
| o.pollingHours = "foo";
|
| - o.sources = buildUnnamed827();
|
| + o.sources = buildUnnamed734();
|
| o.startDate = "foo";
|
| o.voterServices = "foo";
|
| }
|
| @@ -689,7 +689,7 @@ checkPollingLocation(api.PollingLocation o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| unittest.expect(o.pollingHours, unittest.equals('foo'));
|
| - checkUnnamed827(o.sources);
|
| + checkUnnamed734(o.sources);
|
| unittest.expect(o.startDate, unittest.equals('foo'));
|
| unittest.expect(o.voterServices, unittest.equals('foo'));
|
| }
|
| @@ -715,40 +715,40 @@ checkRepresentativeInfoRequest(api.RepresentativeInfoRequest o) {
|
| buildCounterRepresentativeInfoRequest--;
|
| }
|
|
|
| -buildUnnamed828() {
|
| +buildUnnamed735() {
|
| var o = new core.Map<core.String, api.GeographicDivision>();
|
| o["x"] = buildGeographicDivision();
|
| o["y"] = buildGeographicDivision();
|
| return o;
|
| }
|
|
|
| -checkUnnamed828(core.Map<core.String, api.GeographicDivision> o) {
|
| +checkUnnamed735(core.Map<core.String, api.GeographicDivision> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGeographicDivision(o["x"]);
|
| checkGeographicDivision(o["y"]);
|
| }
|
|
|
| -buildUnnamed829() {
|
| +buildUnnamed736() {
|
| var o = new core.Map<core.String, api.Office>();
|
| o["x"] = buildOffice();
|
| o["y"] = buildOffice();
|
| return o;
|
| }
|
|
|
| -checkUnnamed829(core.Map<core.String, api.Office> o) {
|
| +checkUnnamed736(core.Map<core.String, api.Office> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOffice(o["x"]);
|
| checkOffice(o["y"]);
|
| }
|
|
|
| -buildUnnamed830() {
|
| +buildUnnamed737() {
|
| var o = new core.Map<core.String, api.Official>();
|
| o["x"] = buildOfficial();
|
| o["y"] = buildOfficial();
|
| return o;
|
| }
|
|
|
| -checkUnnamed830(core.Map<core.String, api.Official> o) {
|
| +checkUnnamed737(core.Map<core.String, api.Official> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOfficial(o["x"]);
|
| checkOfficial(o["y"]);
|
| @@ -759,11 +759,11 @@ buildRepresentativeInfoResponse() {
|
| var o = new api.RepresentativeInfoResponse();
|
| buildCounterRepresentativeInfoResponse++;
|
| if (buildCounterRepresentativeInfoResponse < 3) {
|
| - o.divisions = buildUnnamed828();
|
| + o.divisions = buildUnnamed735();
|
| o.kind = "foo";
|
| o.normalizedInput = buildSimpleAddressType();
|
| - o.offices = buildUnnamed829();
|
| - o.officials = buildUnnamed830();
|
| + o.offices = buildUnnamed736();
|
| + o.officials = buildUnnamed737();
|
| o.status = "foo";
|
| }
|
| buildCounterRepresentativeInfoResponse--;
|
| @@ -773,11 +773,11 @@ buildRepresentativeInfoResponse() {
|
| checkRepresentativeInfoResponse(api.RepresentativeInfoResponse o) {
|
| buildCounterRepresentativeInfoResponse++;
|
| if (buildCounterRepresentativeInfoResponse < 3) {
|
| - checkUnnamed828(o.divisions);
|
| + checkUnnamed735(o.divisions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkSimpleAddressType(o.normalizedInput);
|
| - checkUnnamed829(o.offices);
|
| - checkUnnamed830(o.officials);
|
| + checkUnnamed736(o.offices);
|
| + checkUnnamed737(o.officials);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterRepresentativeInfoResponse--;
|
| @@ -854,53 +854,53 @@ checkVoterInfoRequest(api.VoterInfoRequest o) {
|
| buildCounterVoterInfoRequest--;
|
| }
|
|
|
| -buildUnnamed831() {
|
| +buildUnnamed738() {
|
| var o = new core.List<api.Contest>();
|
| o.add(buildContest());
|
| o.add(buildContest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed831(core.List<api.Contest> o) {
|
| +checkUnnamed738(core.List<api.Contest> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContest(o[0]);
|
| checkContest(o[1]);
|
| }
|
|
|
| -buildUnnamed832() {
|
| +buildUnnamed739() {
|
| var o = new core.List<api.PollingLocation>();
|
| o.add(buildPollingLocation());
|
| o.add(buildPollingLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed832(core.List<api.PollingLocation> o) {
|
| +checkUnnamed739(core.List<api.PollingLocation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPollingLocation(o[0]);
|
| checkPollingLocation(o[1]);
|
| }
|
|
|
| -buildUnnamed833() {
|
| +buildUnnamed740() {
|
| var o = new core.List<api.PollingLocation>();
|
| o.add(buildPollingLocation());
|
| o.add(buildPollingLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed833(core.List<api.PollingLocation> o) {
|
| +checkUnnamed740(core.List<api.PollingLocation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPollingLocation(o[0]);
|
| checkPollingLocation(o[1]);
|
| }
|
|
|
| -buildUnnamed834() {
|
| +buildUnnamed741() {
|
| var o = new core.List<api.AdministrationRegion>();
|
| o.add(buildAdministrationRegion());
|
| o.add(buildAdministrationRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed834(core.List<api.AdministrationRegion> o) {
|
| +checkUnnamed741(core.List<api.AdministrationRegion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdministrationRegion(o[0]);
|
| checkAdministrationRegion(o[1]);
|
| @@ -911,13 +911,14 @@ buildVoterInfoResponse() {
|
| var o = new api.VoterInfoResponse();
|
| buildCounterVoterInfoResponse++;
|
| if (buildCounterVoterInfoResponse < 3) {
|
| - o.contests = buildUnnamed831();
|
| - o.earlyVoteSites = buildUnnamed832();
|
| + o.contests = buildUnnamed738();
|
| + o.earlyVoteSites = buildUnnamed739();
|
| o.election = buildElection();
|
| o.kind = "foo";
|
| o.normalizedInput = buildSimpleAddressType();
|
| - o.pollingLocations = buildUnnamed833();
|
| - o.state = buildUnnamed834();
|
| + o.pollingLocations = buildUnnamed740();
|
| + o.precinctId = "foo";
|
| + o.state = buildUnnamed741();
|
| o.status = "foo";
|
| }
|
| buildCounterVoterInfoResponse--;
|
| @@ -927,13 +928,14 @@ buildVoterInfoResponse() {
|
| checkVoterInfoResponse(api.VoterInfoResponse o) {
|
| buildCounterVoterInfoResponse++;
|
| if (buildCounterVoterInfoResponse < 3) {
|
| - checkUnnamed831(o.contests);
|
| - checkUnnamed832(o.earlyVoteSites);
|
| + checkUnnamed738(o.contests);
|
| + checkUnnamed739(o.earlyVoteSites);
|
| checkElection(o.election);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkSimpleAddressType(o.normalizedInput);
|
| - checkUnnamed833(o.pollingLocations);
|
| - checkUnnamed834(o.state);
|
| + checkUnnamed740(o.pollingLocations);
|
| + unittest.expect(o.precinctId, unittest.equals('foo'));
|
| + checkUnnamed741(o.state);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterVoterInfoResponse--;
|
|
|