Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: generated/googleapis/test/games/v1_test.dart

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/test/games/v1_test.dart
diff --git a/generated/googleapis/test/games/v1_test.dart b/generated/googleapis/test/games/v1_test.dart
index cba03768211ef178213dc974df242e498ab60d0d..de01ffb1dfe3568d2fe2f4dd8b26f4f3c5eb3a19 100644
--- a/generated/googleapis/test/games/v1_test.dart
+++ b/generated/googleapis/test/games/v1_test.dart
@@ -94,14 +94,14 @@ checkAchievementDefinition(api.AchievementDefinition o) {
buildCounterAchievementDefinition--;
}
-buildUnnamed1718() {
+buildUnnamed22() {
var o = new core.List<api.AchievementDefinition>();
o.add(buildAchievementDefinition());
o.add(buildAchievementDefinition());
return o;
}
-checkUnnamed1718(core.List<api.AchievementDefinition> o) {
+checkUnnamed22(core.List<api.AchievementDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementDefinition(o[0]);
checkAchievementDefinition(o[1]);
@@ -112,7 +112,7 @@ buildAchievementDefinitionsListResponse() {
var o = new api.AchievementDefinitionsListResponse();
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- o.items = buildUnnamed1718();
+ o.items = buildUnnamed22();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -123,7 +123,7 @@ buildAchievementDefinitionsListResponse() {
checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) {
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- checkUnnamed1718(o.items);
+ checkUnnamed22(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -218,14 +218,14 @@ checkAchievementUnlockResponse(api.AchievementUnlockResponse o) {
buildCounterAchievementUnlockResponse--;
}
-buildUnnamed1719() {
+buildUnnamed23() {
var o = new core.List<api.AchievementUpdateRequest>();
o.add(buildAchievementUpdateRequest());
o.add(buildAchievementUpdateRequest());
return o;
}
-checkUnnamed1719(core.List<api.AchievementUpdateRequest> o) {
+checkUnnamed23(core.List<api.AchievementUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateRequest(o[0]);
checkAchievementUpdateRequest(o[1]);
@@ -237,7 +237,7 @@ buildAchievementUpdateMultipleRequest() {
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
o.kind = "foo";
- o.updates = buildUnnamed1719();
+ o.updates = buildUnnamed23();
}
buildCounterAchievementUpdateMultipleRequest--;
return o;
@@ -247,19 +247,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) {
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1719(o.updates);
+ checkUnnamed23(o.updates);
}
buildCounterAchievementUpdateMultipleRequest--;
}
-buildUnnamed1720() {
+buildUnnamed24() {
var o = new core.List<api.AchievementUpdateResponse>();
o.add(buildAchievementUpdateResponse());
o.add(buildAchievementUpdateResponse());
return o;
}
-checkUnnamed1720(core.List<api.AchievementUpdateResponse> o) {
+checkUnnamed24(core.List<api.AchievementUpdateResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateResponse(o[0]);
checkAchievementUpdateResponse(o[1]);
@@ -271,7 +271,7 @@ buildAchievementUpdateMultipleResponse() {
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
o.kind = "foo";
- o.updatedAchievements = buildUnnamed1720();
+ o.updatedAchievements = buildUnnamed24();
}
buildCounterAchievementUpdateMultipleResponse--;
return o;
@@ -281,7 +281,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o)
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1720(o.updatedAchievements);
+ checkUnnamed24(o.updatedAchievements);
}
buildCounterAchievementUpdateMultipleResponse--;
}
@@ -392,40 +392,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) {
buildCounterAnonymousPlayer--;
}
-buildUnnamed1721() {
+buildUnnamed25() {
var o = new core.List<api.ImageAsset>();
o.add(buildImageAsset());
o.add(buildImageAsset());
return o;
}
-checkUnnamed1721(core.List<api.ImageAsset> o) {
+checkUnnamed25(core.List<api.ImageAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkImageAsset(o[0]);
checkImageAsset(o[1]);
}
-buildUnnamed1722() {
+buildUnnamed26() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1722(core.List<core.String> o) {
+checkUnnamed26(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'));
}
-buildUnnamed1723() {
+buildUnnamed27() {
var o = new core.List<api.Instance>();
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-checkUnnamed1723(core.List<api.Instance> o) {
+checkUnnamed27(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0]);
checkInstance(o[1]);
@@ -437,13 +437,13 @@ buildApplication() {
buildCounterApplication++;
if (buildCounterApplication < 3) {
o.achievementCount = 42;
- o.assets = buildUnnamed1721();
+ o.assets = buildUnnamed25();
o.author = "foo";
o.category = buildApplicationCategory();
o.description = "foo";
- o.enabledFeatures = buildUnnamed1722();
+ o.enabledFeatures = buildUnnamed26();
o.id = "foo";
- o.instances = buildUnnamed1723();
+ o.instances = buildUnnamed27();
o.kind = "foo";
o.lastUpdatedTimestamp = "foo";
o.leaderboardCount = 42;
@@ -458,13 +458,13 @@ checkApplication(api.Application o) {
buildCounterApplication++;
if (buildCounterApplication < 3) {
unittest.expect(o.achievementCount, unittest.equals(42));
- checkUnnamed1721(o.assets);
+ checkUnnamed25(o.assets);
unittest.expect(o.author, unittest.equals('foo'));
checkApplicationCategory(o.category);
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed1722(o.enabledFeatures);
+ checkUnnamed26(o.enabledFeatures);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed1723(o.instances);
+ checkUnnamed27(o.instances);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.lastUpdatedTimestamp, unittest.equals('foo'));
unittest.expect(o.leaderboardCount, unittest.equals(42));
@@ -520,14 +520,14 @@ checkCategory(api.Category o) {
buildCounterCategory--;
}
-buildUnnamed1724() {
+buildUnnamed28() {
var o = new core.List<api.Category>();
o.add(buildCategory());
o.add(buildCategory());
return o;
}
-checkUnnamed1724(core.List<api.Category> o) {
+checkUnnamed28(core.List<api.Category> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategory(o[0]);
checkCategory(o[1]);
@@ -538,7 +538,7 @@ buildCategoryListResponse() {
var o = new api.CategoryListResponse();
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- o.items = buildUnnamed1724();
+ o.items = buildUnnamed28();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -549,7 +549,7 @@ buildCategoryListResponse() {
checkCategoryListResponse(api.CategoryListResponse o) {
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- checkUnnamed1724(o.items);
+ checkUnnamed28(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -600,14 +600,14 @@ checkEventChild(api.EventChild o) {
buildCounterEventChild--;
}
-buildUnnamed1725() {
+buildUnnamed29() {
var o = new core.List<api.EventChild>();
o.add(buildEventChild());
o.add(buildEventChild());
return o;
}
-checkUnnamed1725(core.List<api.EventChild> o) {
+checkUnnamed29(core.List<api.EventChild> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventChild(o[0]);
checkEventChild(o[1]);
@@ -618,7 +618,7 @@ buildEventDefinition() {
var o = new api.EventDefinition();
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- o.childEvents = buildUnnamed1725();
+ o.childEvents = buildUnnamed29();
o.description = "foo";
o.displayName = "foo";
o.id = "foo";
@@ -634,7 +634,7 @@ buildEventDefinition() {
checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- checkUnnamed1725(o.childEvents);
+ checkUnnamed29(o.childEvents);
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.displayName, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
@@ -646,14 +646,14 @@ checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition--;
}
-buildUnnamed1726() {
+buildUnnamed30() {
var o = new core.List<api.EventDefinition>();
o.add(buildEventDefinition());
o.add(buildEventDefinition());
return o;
}
-checkUnnamed1726(core.List<api.EventDefinition> o) {
+checkUnnamed30(core.List<api.EventDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventDefinition(o[0]);
checkEventDefinition(o[1]);
@@ -664,7 +664,7 @@ buildEventDefinitionListResponse() {
var o = new api.EventDefinitionListResponse();
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- o.items = buildUnnamed1726();
+ o.items = buildUnnamed30();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -675,7 +675,7 @@ buildEventDefinitionListResponse() {
checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- checkUnnamed1726(o.items);
+ checkUnnamed30(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -705,14 +705,14 @@ checkEventPeriodRange(api.EventPeriodRange o) {
buildCounterEventPeriodRange--;
}
-buildUnnamed1727() {
+buildUnnamed31() {
var o = new core.List<api.EventUpdateRequest>();
o.add(buildEventUpdateRequest());
o.add(buildEventUpdateRequest());
return o;
}
-checkUnnamed1727(core.List<api.EventUpdateRequest> o) {
+checkUnnamed31(core.List<api.EventUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventUpdateRequest(o[0]);
checkEventUpdateRequest(o[1]);
@@ -725,7 +725,7 @@ buildEventPeriodUpdate() {
if (buildCounterEventPeriodUpdate < 3) {
o.kind = "foo";
o.timePeriod = buildEventPeriodRange();
- o.updates = buildUnnamed1727();
+ o.updates = buildUnnamed31();
}
buildCounterEventPeriodUpdate--;
return o;
@@ -736,7 +736,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) {
if (buildCounterEventPeriodUpdate < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
checkEventPeriodRange(o.timePeriod);
- checkUnnamed1727(o.updates);
+ checkUnnamed31(o.updates);
}
buildCounterEventPeriodUpdate--;
}
@@ -764,14 +764,14 @@ checkEventRecordFailure(api.EventRecordFailure o) {
buildCounterEventRecordFailure--;
}
-buildUnnamed1728() {
+buildUnnamed32() {
var o = new core.List<api.EventPeriodUpdate>();
o.add(buildEventPeriodUpdate());
o.add(buildEventPeriodUpdate());
return o;
}
-checkUnnamed1728(core.List<api.EventPeriodUpdate> o) {
+checkUnnamed32(core.List<api.EventPeriodUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventPeriodUpdate(o[0]);
checkEventPeriodUpdate(o[1]);
@@ -785,7 +785,7 @@ buildEventRecordRequest() {
o.currentTimeMillis = "foo";
o.kind = "foo";
o.requestId = "foo";
- o.timePeriods = buildUnnamed1728();
+ o.timePeriods = buildUnnamed32();
}
buildCounterEventRecordRequest--;
return o;
@@ -797,7 +797,7 @@ checkEventRecordRequest(api.EventRecordRequest o) {
unittest.expect(o.currentTimeMillis, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.requestId, unittest.equals('foo'));
- checkUnnamed1728(o.timePeriods);
+ checkUnnamed32(o.timePeriods);
}
buildCounterEventRecordRequest--;
}
@@ -825,40 +825,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) {
buildCounterEventUpdateRequest--;
}
-buildUnnamed1729() {
+buildUnnamed33() {
var o = new core.List<api.EventBatchRecordFailure>();
o.add(buildEventBatchRecordFailure());
o.add(buildEventBatchRecordFailure());
return o;
}
-checkUnnamed1729(core.List<api.EventBatchRecordFailure> o) {
+checkUnnamed33(core.List<api.EventBatchRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventBatchRecordFailure(o[0]);
checkEventBatchRecordFailure(o[1]);
}
-buildUnnamed1730() {
+buildUnnamed34() {
var o = new core.List<api.EventRecordFailure>();
o.add(buildEventRecordFailure());
o.add(buildEventRecordFailure());
return o;
}
-checkUnnamed1730(core.List<api.EventRecordFailure> o) {
+checkUnnamed34(core.List<api.EventRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventRecordFailure(o[0]);
checkEventRecordFailure(o[1]);
}
-buildUnnamed1731() {
+buildUnnamed35() {
var o = new core.List<api.PlayerEvent>();
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-checkUnnamed1731(core.List<api.PlayerEvent> o) {
+checkUnnamed35(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0]);
checkPlayerEvent(o[1]);
@@ -869,10 +869,10 @@ buildEventUpdateResponse() {
var o = new api.EventUpdateResponse();
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- o.batchFailures = buildUnnamed1729();
- o.eventFailures = buildUnnamed1730();
+ o.batchFailures = buildUnnamed33();
+ o.eventFailures = buildUnnamed34();
o.kind = "foo";
- o.playerEvents = buildUnnamed1731();
+ o.playerEvents = buildUnnamed35();
}
buildCounterEventUpdateResponse--;
return o;
@@ -881,10 +881,10 @@ buildEventUpdateResponse() {
checkEventUpdateResponse(api.EventUpdateResponse o) {
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- checkUnnamed1729(o.batchFailures);
- checkUnnamed1730(o.eventFailures);
+ checkUnnamed33(o.batchFailures);
+ checkUnnamed34(o.eventFailures);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1731(o.playerEvents);
+ checkUnnamed35(o.playerEvents);
}
buildCounterEventUpdateResponse--;
}
@@ -1138,14 +1138,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) {
buildCounterLeaderboardEntry--;
}
-buildUnnamed1732() {
+buildUnnamed36() {
var o = new core.List<api.Leaderboard>();
o.add(buildLeaderboard());
o.add(buildLeaderboard());
return o;
}
-checkUnnamed1732(core.List<api.Leaderboard> o) {
+checkUnnamed36(core.List<api.Leaderboard> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboard(o[0]);
checkLeaderboard(o[1]);
@@ -1156,7 +1156,7 @@ buildLeaderboardListResponse() {
var o = new api.LeaderboardListResponse();
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- o.items = buildUnnamed1732();
+ o.items = buildUnnamed36();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1167,7 +1167,7 @@ buildLeaderboardListResponse() {
checkLeaderboardListResponse(api.LeaderboardListResponse o) {
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- checkUnnamed1732(o.items);
+ checkUnnamed36(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1201,14 +1201,14 @@ checkLeaderboardScoreRank(api.LeaderboardScoreRank o) {
buildCounterLeaderboardScoreRank--;
}
-buildUnnamed1733() {
+buildUnnamed37() {
var o = new core.List<api.LeaderboardEntry>();
o.add(buildLeaderboardEntry());
o.add(buildLeaderboardEntry());
return o;
}
-checkUnnamed1733(core.List<api.LeaderboardEntry> o) {
+checkUnnamed37(core.List<api.LeaderboardEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboardEntry(o[0]);
checkLeaderboardEntry(o[1]);
@@ -1219,7 +1219,7 @@ buildLeaderboardScores() {
var o = new api.LeaderboardScores();
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- o.items = buildUnnamed1733();
+ o.items = buildUnnamed37();
o.kind = "foo";
o.nextPageToken = "foo";
o.numScores = "foo";
@@ -1233,7 +1233,7 @@ buildLeaderboardScores() {
checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- checkUnnamed1733(o.items);
+ checkUnnamed37(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.numScores, unittest.equals('foo'));
@@ -1243,14 +1243,14 @@ checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores--;
}
-buildUnnamed1734() {
+buildUnnamed38() {
var o = new core.List<api.PlayerLevel>();
o.add(buildPlayerLevel());
o.add(buildPlayerLevel());
return o;
}
-checkUnnamed1734(core.List<api.PlayerLevel> o) {
+checkUnnamed38(core.List<api.PlayerLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLevel(o[0]);
checkPlayerLevel(o[1]);
@@ -1263,7 +1263,7 @@ buildMetagameConfig() {
if (buildCounterMetagameConfig < 3) {
o.currentVersion = 42;
o.kind = "foo";
- o.playerLevels = buildUnnamed1734();
+ o.playerLevels = buildUnnamed38();
}
buildCounterMetagameConfig--;
return o;
@@ -1274,7 +1274,7 @@ checkMetagameConfig(api.MetagameConfig o) {
if (buildCounterMetagameConfig < 3) {
unittest.expect(o.currentVersion, unittest.equals(42));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1734(o.playerLevels);
+ checkUnnamed38(o.playerLevels);
}
buildCounterMetagameConfig--;
}
@@ -1503,14 +1503,14 @@ checkPlayerAchievement(api.PlayerAchievement o) {
buildCounterPlayerAchievement--;
}
-buildUnnamed1735() {
+buildUnnamed39() {
var o = new core.List<api.PlayerAchievement>();
o.add(buildPlayerAchievement());
o.add(buildPlayerAchievement());
return o;
}
-checkUnnamed1735(core.List<api.PlayerAchievement> o) {
+checkUnnamed39(core.List<api.PlayerAchievement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerAchievement(o[0]);
checkPlayerAchievement(o[1]);
@@ -1521,7 +1521,7 @@ buildPlayerAchievementListResponse() {
var o = new api.PlayerAchievementListResponse();
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- o.items = buildUnnamed1735();
+ o.items = buildUnnamed39();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1532,7 +1532,7 @@ buildPlayerAchievementListResponse() {
checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- checkUnnamed1735(o.items);
+ checkUnnamed39(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1566,14 +1566,14 @@ checkPlayerEvent(api.PlayerEvent o) {
buildCounterPlayerEvent--;
}
-buildUnnamed1736() {
+buildUnnamed40() {
var o = new core.List<api.PlayerEvent>();
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-checkUnnamed1736(core.List<api.PlayerEvent> o) {
+checkUnnamed40(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0]);
checkPlayerEvent(o[1]);
@@ -1584,7 +1584,7 @@ buildPlayerEventListResponse() {
var o = new api.PlayerEventListResponse();
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- o.items = buildUnnamed1736();
+ o.items = buildUnnamed40();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1595,7 +1595,7 @@ buildPlayerEventListResponse() {
checkPlayerEventListResponse(api.PlayerEventListResponse o) {
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- checkUnnamed1736(o.items);
+ checkUnnamed40(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1664,14 +1664,14 @@ checkPlayerLeaderboardScore(api.PlayerLeaderboardScore o) {
buildCounterPlayerLeaderboardScore--;
}
-buildUnnamed1737() {
+buildUnnamed41() {
var o = new core.List<api.PlayerLeaderboardScore>();
o.add(buildPlayerLeaderboardScore());
o.add(buildPlayerLeaderboardScore());
return o;
}
-checkUnnamed1737(core.List<api.PlayerLeaderboardScore> o) {
+checkUnnamed41(core.List<api.PlayerLeaderboardScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLeaderboardScore(o[0]);
checkPlayerLeaderboardScore(o[1]);
@@ -1682,7 +1682,7 @@ buildPlayerLeaderboardScoreListResponse() {
var o = new api.PlayerLeaderboardScoreListResponse();
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- o.items = buildUnnamed1737();
+ o.items = buildUnnamed41();
o.kind = "foo";
o.nextPageToken = "foo";
o.player = buildPlayer();
@@ -1694,7 +1694,7 @@ buildPlayerLeaderboardScoreListResponse() {
checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) {
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- checkUnnamed1737(o.items);
+ checkUnnamed41(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPlayer(o.player);
@@ -1727,14 +1727,14 @@ checkPlayerLevel(api.PlayerLevel o) {
buildCounterPlayerLevel--;
}
-buildUnnamed1738() {
+buildUnnamed42() {
var o = new core.List<api.Player>();
o.add(buildPlayer());
o.add(buildPlayer());
return o;
}
-checkUnnamed1738(core.List<api.Player> o) {
+checkUnnamed42(core.List<api.Player> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayer(o[0]);
checkPlayer(o[1]);
@@ -1745,7 +1745,7 @@ buildPlayerListResponse() {
var o = new api.PlayerListResponse();
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- o.items = buildUnnamed1738();
+ o.items = buildUnnamed42();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1756,7 +1756,7 @@ buildPlayerListResponse() {
checkPlayerListResponse(api.PlayerListResponse o) {
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- checkUnnamed1738(o.items);
+ checkUnnamed42(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1790,14 +1790,14 @@ checkPlayerScore(api.PlayerScore o) {
buildCounterPlayerScore--;
}
-buildUnnamed1739() {
+buildUnnamed43() {
var o = new core.List<api.PlayerScoreResponse>();
o.add(buildPlayerScoreResponse());
o.add(buildPlayerScoreResponse());
return o;
}
-checkUnnamed1739(core.List<api.PlayerScoreResponse> o) {
+checkUnnamed43(core.List<api.PlayerScoreResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScoreResponse(o[0]);
checkPlayerScoreResponse(o[1]);
@@ -1809,7 +1809,7 @@ buildPlayerScoreListResponse() {
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
o.kind = "foo";
- o.submittedScores = buildUnnamed1739();
+ o.submittedScores = buildUnnamed43();
}
buildCounterPlayerScoreListResponse--;
return o;
@@ -1819,32 +1819,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) {
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1739(o.submittedScores);
+ checkUnnamed43(o.submittedScores);
}
buildCounterPlayerScoreListResponse--;
}
-buildUnnamed1740() {
+buildUnnamed44() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1740(core.List<core.String> o) {
+checkUnnamed44(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'));
}
-buildUnnamed1741() {
+buildUnnamed45() {
var o = new core.List<api.PlayerScore>();
o.add(buildPlayerScore());
o.add(buildPlayerScore());
return o;
}
-checkUnnamed1741(core.List<api.PlayerScore> o) {
+checkUnnamed45(core.List<api.PlayerScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScore(o[0]);
checkPlayerScore(o[1]);
@@ -1855,12 +1855,12 @@ buildPlayerScoreResponse() {
var o = new api.PlayerScoreResponse();
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- o.beatenScoreTimeSpans = buildUnnamed1740();
+ o.beatenScoreTimeSpans = buildUnnamed44();
o.formattedScore = "foo";
o.kind = "foo";
o.leaderboardId = "foo";
o.scoreTag = "foo";
- o.unbeatenScores = buildUnnamed1741();
+ o.unbeatenScores = buildUnnamed45();
}
buildCounterPlayerScoreResponse--;
return o;
@@ -1869,24 +1869,24 @@ buildPlayerScoreResponse() {
checkPlayerScoreResponse(api.PlayerScoreResponse o) {
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- checkUnnamed1740(o.beatenScoreTimeSpans);
+ checkUnnamed44(o.beatenScoreTimeSpans);
unittest.expect(o.formattedScore, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.leaderboardId, unittest.equals('foo'));
unittest.expect(o.scoreTag, unittest.equals('foo'));
- checkUnnamed1741(o.unbeatenScores);
+ checkUnnamed45(o.unbeatenScores);
}
buildCounterPlayerScoreResponse--;
}
-buildUnnamed1742() {
+buildUnnamed46() {
var o = new core.List<api.ScoreSubmission>();
o.add(buildScoreSubmission());
o.add(buildScoreSubmission());
return o;
}
-checkUnnamed1742(core.List<api.ScoreSubmission> o) {
+checkUnnamed46(core.List<api.ScoreSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkScoreSubmission(o[0]);
checkScoreSubmission(o[1]);
@@ -1898,7 +1898,7 @@ buildPlayerScoreSubmissionList() {
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
o.kind = "foo";
- o.scores = buildUnnamed1742();
+ o.scores = buildUnnamed46();
}
buildCounterPlayerScoreSubmissionList--;
return o;
@@ -1908,7 +1908,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) {
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1742(o.scores);
+ checkUnnamed46(o.scores);
}
buildCounterPlayerScoreSubmissionList--;
}
@@ -1980,14 +1980,14 @@ checkPushTokenId(api.PushTokenId o) {
buildCounterPushTokenId--;
}
-buildUnnamed1743() {
+buildUnnamed47() {
var o = new core.List<api.QuestMilestone>();
o.add(buildQuestMilestone());
o.add(buildQuestMilestone());
return o;
}
-checkUnnamed1743(core.List<api.QuestMilestone> o) {
+checkUnnamed47(core.List<api.QuestMilestone> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuestMilestone(o[0]);
checkQuestMilestone(o[1]);
@@ -2009,7 +2009,7 @@ buildQuest() {
o.isDefaultIconUrl = true;
o.kind = "foo";
o.lastUpdatedTimestampMillis = "foo";
- o.milestones = buildUnnamed1743();
+ o.milestones = buildUnnamed47();
o.name = "foo";
o.notifyTimestampMillis = "foo";
o.startTimestampMillis = "foo";
@@ -2033,7 +2033,7 @@ checkQuest(api.Quest o) {
unittest.expect(o.isDefaultIconUrl, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.lastUpdatedTimestampMillis, unittest.equals('foo'));
- checkUnnamed1743(o.milestones);
+ checkUnnamed47(o.milestones);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.notifyTimestampMillis, unittest.equals('foo'));
unittest.expect(o.startTimestampMillis, unittest.equals('foo'));
@@ -2092,14 +2092,14 @@ checkQuestCriterion(api.QuestCriterion o) {
buildCounterQuestCriterion--;
}
-buildUnnamed1744() {
+buildUnnamed48() {
var o = new core.List<api.Quest>();
o.add(buildQuest());
o.add(buildQuest());
return o;
}
-checkUnnamed1744(core.List<api.Quest> o) {
+checkUnnamed48(core.List<api.Quest> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuest(o[0]);
checkQuest(o[1]);
@@ -2110,7 +2110,7 @@ buildQuestListResponse() {
var o = new api.QuestListResponse();
buildCounterQuestListResponse++;
if (buildCounterQuestListResponse < 3) {
- o.items = buildUnnamed1744();
+ o.items = buildUnnamed48();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2121,21 +2121,21 @@ buildQuestListResponse() {
checkQuestListResponse(api.QuestListResponse o) {
buildCounterQuestListResponse++;
if (buildCounterQuestListResponse < 3) {
- checkUnnamed1744(o.items);
+ checkUnnamed48(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterQuestListResponse--;
}
-buildUnnamed1745() {
+buildUnnamed49() {
var o = new core.List<api.QuestCriterion>();
o.add(buildQuestCriterion());
o.add(buildQuestCriterion());
return o;
}
-checkUnnamed1745(core.List<api.QuestCriterion> o) {
+checkUnnamed49(core.List<api.QuestCriterion> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuestCriterion(o[0]);
checkQuestCriterion(o[1]);
@@ -2147,7 +2147,7 @@ buildQuestMilestone() {
buildCounterQuestMilestone++;
if (buildCounterQuestMilestone < 3) {
o.completionRewardData = "foo";
- o.criteria = buildUnnamed1745();
+ o.criteria = buildUnnamed49();
o.id = "foo";
o.kind = "foo";
o.state = "foo";
@@ -2160,7 +2160,7 @@ checkQuestMilestone(api.QuestMilestone o) {
buildCounterQuestMilestone++;
if (buildCounterQuestMilestone < 3) {
unittest.expect(o.completionRewardData, unittest.equals('foo'));
- checkUnnamed1745(o.criteria);
+ checkUnnamed49(o.criteria);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.state, unittest.equals('foo'));
@@ -2191,14 +2191,14 @@ checkRevisionCheckResponse(api.RevisionCheckResponse o) {
buildCounterRevisionCheckResponse--;
}
-buildUnnamed1746() {
+buildUnnamed50() {
var o = new core.List<api.RoomParticipant>();
o.add(buildRoomParticipant());
o.add(buildRoomParticipant());
return o;
}
-checkUnnamed1746(core.List<api.RoomParticipant> o) {
+checkUnnamed50(core.List<api.RoomParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoomParticipant(o[0]);
checkRoomParticipant(o[1]);
@@ -2217,7 +2217,7 @@ buildRoom() {
o.inviterId = "foo";
o.kind = "foo";
o.lastUpdateDetails = buildRoomModification();
- o.participants = buildUnnamed1746();
+ o.participants = buildUnnamed50();
o.roomId = "foo";
o.roomStatusVersion = 42;
o.status = "foo";
@@ -2238,7 +2238,7 @@ checkRoom(api.Room o) {
unittest.expect(o.inviterId, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
checkRoomModification(o.lastUpdateDetails);
- checkUnnamed1746(o.participants);
+ checkUnnamed50(o.participants);
unittest.expect(o.roomId, unittest.equals('foo'));
unittest.expect(o.roomStatusVersion, unittest.equals(42));
unittest.expect(o.status, unittest.equals('foo'));
@@ -2314,27 +2314,27 @@ checkRoomClientAddress(api.RoomClientAddress o) {
buildCounterRoomClientAddress--;
}
-buildUnnamed1747() {
+buildUnnamed51() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1747(core.List<core.String> o) {
+checkUnnamed51(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'));
}
-buildUnnamed1748() {
+buildUnnamed52() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1748(core.List<core.String> o) {
+checkUnnamed52(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'));
@@ -2346,9 +2346,9 @@ buildRoomCreateRequest() {
buildCounterRoomCreateRequest++;
if (buildCounterRoomCreateRequest < 3) {
o.autoMatchingCriteria = buildRoomAutoMatchingCriteria();
- o.capabilities = buildUnnamed1747();
+ o.capabilities = buildUnnamed51();
o.clientAddress = buildRoomClientAddress();
- o.invitedPlayerIds = buildUnnamed1748();
+ o.invitedPlayerIds = buildUnnamed52();
o.kind = "foo";
o.networkDiagnostics = buildNetworkDiagnostics();
o.requestId = "foo";
@@ -2362,9 +2362,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
buildCounterRoomCreateRequest++;
if (buildCounterRoomCreateRequest < 3) {
checkRoomAutoMatchingCriteria(o.autoMatchingCriteria);
- checkUnnamed1747(o.capabilities);
+ checkUnnamed51(o.capabilities);
checkRoomClientAddress(o.clientAddress);
- checkUnnamed1748(o.invitedPlayerIds);
+ checkUnnamed52(o.invitedPlayerIds);
unittest.expect(o.kind, unittest.equals('foo'));
checkNetworkDiagnostics(o.networkDiagnostics);
unittest.expect(o.requestId, unittest.equals('foo'));
@@ -2373,14 +2373,14 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
buildCounterRoomCreateRequest--;
}
-buildUnnamed1749() {
+buildUnnamed53() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1749(core.List<core.String> o) {
+checkUnnamed53(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'));
@@ -2391,7 +2391,7 @@ buildRoomJoinRequest() {
var o = new api.RoomJoinRequest();
buildCounterRoomJoinRequest++;
if (buildCounterRoomJoinRequest < 3) {
- o.capabilities = buildUnnamed1749();
+ o.capabilities = buildUnnamed53();
o.clientAddress = buildRoomClientAddress();
o.kind = "foo";
o.networkDiagnostics = buildNetworkDiagnostics();
@@ -2403,7 +2403,7 @@ buildRoomJoinRequest() {
checkRoomJoinRequest(api.RoomJoinRequest o) {
buildCounterRoomJoinRequest++;
if (buildCounterRoomJoinRequest < 3) {
- checkUnnamed1749(o.capabilities);
+ checkUnnamed53(o.capabilities);
checkRoomClientAddress(o.clientAddress);
unittest.expect(o.kind, unittest.equals('foo'));
checkNetworkDiagnostics(o.networkDiagnostics);
@@ -2411,14 +2411,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) {
buildCounterRoomJoinRequest--;
}
-buildUnnamed1750() {
+buildUnnamed54() {
var o = new core.List<api.PeerSessionDiagnostics>();
o.add(buildPeerSessionDiagnostics());
o.add(buildPeerSessionDiagnostics());
return o;
}
-checkUnnamed1750(core.List<api.PeerSessionDiagnostics> o) {
+checkUnnamed54(core.List<api.PeerSessionDiagnostics> o) {
unittest.expect(o, unittest.hasLength(2));
checkPeerSessionDiagnostics(o[0]);
checkPeerSessionDiagnostics(o[1]);
@@ -2435,7 +2435,7 @@ buildRoomLeaveDiagnostics() {
o.kind = "foo";
o.networkOperatorCode = "foo";
o.networkOperatorName = "foo";
- o.peerSession = buildUnnamed1750();
+ o.peerSession = buildUnnamed54();
o.socketsUsed = true;
}
buildCounterRoomLeaveDiagnostics--;
@@ -2451,7 +2451,7 @@ checkRoomLeaveDiagnostics(api.RoomLeaveDiagnostics o) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.networkOperatorCode, unittest.equals('foo'));
unittest.expect(o.networkOperatorName, unittest.equals('foo'));
- checkUnnamed1750(o.peerSession);
+ checkUnnamed54(o.peerSession);
unittest.expect(o.socketsUsed, unittest.isTrue);
}
buildCounterRoomLeaveDiagnostics--;
@@ -2480,14 +2480,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) {
buildCounterRoomLeaveRequest--;
}
-buildUnnamed1751() {
+buildUnnamed55() {
var o = new core.List<api.Room>();
o.add(buildRoom());
o.add(buildRoom());
return o;
}
-checkUnnamed1751(core.List<api.Room> o) {
+checkUnnamed55(core.List<api.Room> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoom(o[0]);
checkRoom(o[1]);
@@ -2498,7 +2498,7 @@ buildRoomList() {
var o = new api.RoomList();
buildCounterRoomList++;
if (buildCounterRoomList < 3) {
- o.items = buildUnnamed1751();
+ o.items = buildUnnamed55();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2509,7 +2509,7 @@ buildRoomList() {
checkRoomList(api.RoomList o) {
buildCounterRoomList++;
if (buildCounterRoomList < 3) {
- checkUnnamed1751(o.items);
+ checkUnnamed55(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -2570,14 +2570,14 @@ checkRoomP2PStatus(api.RoomP2PStatus o) {
buildCounterRoomP2PStatus--;
}
-buildUnnamed1752() {
+buildUnnamed56() {
var o = new core.List<api.RoomP2PStatus>();
o.add(buildRoomP2PStatus());
o.add(buildRoomP2PStatus());
return o;
}
-checkUnnamed1752(core.List<api.RoomP2PStatus> o) {
+checkUnnamed56(core.List<api.RoomP2PStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoomP2PStatus(o[0]);
checkRoomP2PStatus(o[1]);
@@ -2589,7 +2589,7 @@ buildRoomP2PStatuses() {
buildCounterRoomP2PStatuses++;
if (buildCounterRoomP2PStatuses < 3) {
o.kind = "foo";
- o.updates = buildUnnamed1752();
+ o.updates = buildUnnamed56();
}
buildCounterRoomP2PStatuses--;
return o;
@@ -2599,19 +2599,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) {
buildCounterRoomP2PStatuses++;
if (buildCounterRoomP2PStatuses < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1752(o.updates);
+ checkUnnamed56(o.updates);
}
buildCounterRoomP2PStatuses--;
}
-buildUnnamed1753() {
+buildUnnamed57() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1753(core.List<core.String> o) {
+checkUnnamed57(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'));
@@ -2624,7 +2624,7 @@ buildRoomParticipant() {
if (buildCounterRoomParticipant < 3) {
o.autoMatched = true;
o.autoMatchedPlayer = buildAnonymousPlayer();
- o.capabilities = buildUnnamed1753();
+ o.capabilities = buildUnnamed57();
o.clientAddress = buildRoomClientAddress();
o.connected = true;
o.id = "foo";
@@ -2642,7 +2642,7 @@ checkRoomParticipant(api.RoomParticipant o) {
if (buildCounterRoomParticipant < 3) {
unittest.expect(o.autoMatched, unittest.isTrue);
checkAnonymousPlayer(o.autoMatchedPlayer);
- checkUnnamed1753(o.capabilities);
+ checkUnnamed57(o.capabilities);
checkRoomClientAddress(o.clientAddress);
unittest.expect(o.connected, unittest.isTrue);
unittest.expect(o.id, unittest.equals('foo'));
@@ -2654,14 +2654,14 @@ checkRoomParticipant(api.RoomParticipant o) {
buildCounterRoomParticipant--;
}
-buildUnnamed1754() {
+buildUnnamed58() {
var o = new core.List<api.RoomParticipant>();
o.add(buildRoomParticipant());
o.add(buildRoomParticipant());
return o;
}
-checkUnnamed1754(core.List<api.RoomParticipant> o) {
+checkUnnamed58(core.List<api.RoomParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoomParticipant(o[0]);
checkRoomParticipant(o[1]);
@@ -2674,7 +2674,7 @@ buildRoomStatus() {
if (buildCounterRoomStatus < 3) {
o.autoMatchingStatus = buildRoomAutoMatchStatus();
o.kind = "foo";
- o.participants = buildUnnamed1754();
+ o.participants = buildUnnamed58();
o.roomId = "foo";
o.status = "foo";
o.statusVersion = 42;
@@ -2688,7 +2688,7 @@ checkRoomStatus(api.RoomStatus o) {
if (buildCounterRoomStatus < 3) {
checkRoomAutoMatchStatus(o.autoMatchingStatus);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed1754(o.participants);
+ checkUnnamed58(o.participants);
unittest.expect(o.roomId, unittest.equals('foo'));
unittest.expect(o.status, unittest.equals('foo'));
unittest.expect(o.statusVersion, unittest.equals(42));
@@ -2789,14 +2789,14 @@ checkSnapshotImage(api.SnapshotImage o) {
buildCounterSnapshotImage--;
}
-buildUnnamed1755() {
+buildUnnamed59() {
var o = new core.List<api.Snapshot>();
o.add(buildSnapshot());
o.add(buildSnapshot());
return o;
}
-checkUnnamed1755(core.List<api.Snapshot> o) {
+checkUnnamed59(core.List<api.Snapshot> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshot(o[0]);
checkSnapshot(o[1]);
@@ -2807,7 +2807,7 @@ buildSnapshotListResponse() {
var o = new api.SnapshotListResponse();
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- o.items = buildUnnamed1755();
+ o.items = buildUnnamed59();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2818,7 +2818,7 @@ buildSnapshotListResponse() {
checkSnapshotListResponse(api.SnapshotListResponse o) {
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- checkUnnamed1755(o.items);
+ checkUnnamed59(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -2850,27 +2850,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) {
buildCounterTurnBasedAutoMatchingCriteria--;
}
-buildUnnamed1756() {
+buildUnnamed60() {
var o = new core.List<api.TurnBasedMatchParticipant>();
o.add(buildTurnBasedMatchParticipant());
o.add(buildTurnBasedMatchParticipant());
return o;
}
-checkUnnamed1756(core.List<api.TurnBasedMatchParticipant> o) {
+checkUnnamed60(core.List<api.TurnBasedMatchParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatchParticipant(o[0]);
checkTurnBasedMatchParticipant(o[1]);
}
-buildUnnamed1757() {
+buildUnnamed61() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed1757(core.List<api.ParticipantResult> o) {
+checkUnnamed61(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -2892,11 +2892,11 @@ buildTurnBasedMatch() {
o.matchId = "foo";
o.matchNumber = 42;
o.matchVersion = 42;
- o.participants = buildUnnamed1756();
+ o.participants = buildUnnamed60();
o.pendingParticipantId = "foo";
o.previousMatchData = buildTurnBasedMatchData();
o.rematchId = "foo";
- o.results = buildUnnamed1757();
+ o.results = buildUnnamed61();
o.status = "foo";
o.userMatchStatus = "foo";
o.variant = 42;
@@ -2920,11 +2920,11 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
unittest.expect(o.matchId, unittest.equals('foo'));
unittest.expect(o.matchNumber, unittest.equals(42));
unittest.expect(o.matchVersion, unittest.equals(42));
- checkUnnamed1756(o.participants);
+ checkUnnamed60(o.participants);
unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
checkTurnBasedMatchData(o.previousMatchData);
unittest.expect(o.rematchId, unittest.equals('foo'));
- checkUnnamed1757(o.results);
+ checkUnnamed61(o.results);
unittest.expect(o.status, unittest.equals('foo'));
unittest.expect(o.userMatchStatus, unittest.equals('foo'));
unittest.expect(o.variant, unittest.equals(42));
@@ -2933,14 +2933,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
buildCounterTurnBasedMatch--;
}
-buildUnnamed1758() {
+buildUnnamed62() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1758(core.List<core.String> o) {
+checkUnnamed62(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'));
@@ -2952,7 +2952,7 @@ buildTurnBasedMatchCreateRequest() {
buildCounterTurnBasedMatchCreateRequest++;
if (buildCounterTurnBasedMatchCreateRequest < 3) {
o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria();
- o.invitedPlayerIds = buildUnnamed1758();
+ o.invitedPlayerIds = buildUnnamed62();
o.kind = "foo";
o.requestId = "foo";
o.variant = 42;
@@ -2965,7 +2965,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) {
buildCounterTurnBasedMatchCreateRequest++;
if (buildCounterTurnBasedMatchCreateRequest < 3) {
checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria);
- checkUnnamed1758(o.invitedPlayerIds);
+ checkUnnamed62(o.invitedPlayerIds);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.requestId, unittest.equals('foo'));
unittest.expect(o.variant, unittest.equals(42));
@@ -3017,14 +3017,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) {
buildCounterTurnBasedMatchDataRequest--;
}
-buildUnnamed1759() {
+buildUnnamed63() {
var o = new core.List<api.TurnBasedMatch>();
o.add(buildTurnBasedMatch());
o.add(buildTurnBasedMatch());
return o;
}
-checkUnnamed1759(core.List<api.TurnBasedMatch> o) {
+checkUnnamed63(core.List<api.TurnBasedMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatch(o[0]);
checkTurnBasedMatch(o[1]);
@@ -3035,7 +3035,7 @@ buildTurnBasedMatchList() {
var o = new api.TurnBasedMatchList();
buildCounterTurnBasedMatchList++;
if (buildCounterTurnBasedMatchList < 3) {
- o.items = buildUnnamed1759();
+ o.items = buildUnnamed63();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -3046,7 +3046,7 @@ buildTurnBasedMatchList() {
checkTurnBasedMatchList(api.TurnBasedMatchList o) {
buildCounterTurnBasedMatchList++;
if (buildCounterTurnBasedMatchList < 3) {
- checkUnnamed1759(o.items);
+ checkUnnamed63(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -3128,14 +3128,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) {
buildCounterTurnBasedMatchRematch--;
}
-buildUnnamed1760() {
+buildUnnamed64() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed1760(core.List<api.ParticipantResult> o) {
+checkUnnamed64(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -3149,7 +3149,7 @@ buildTurnBasedMatchResults() {
o.data = buildTurnBasedMatchDataRequest();
o.kind = "foo";
o.matchVersion = 42;
- o.results = buildUnnamed1760();
+ o.results = buildUnnamed64();
}
buildCounterTurnBasedMatchResults--;
return o;
@@ -3161,19 +3161,19 @@ checkTurnBasedMatchResults(api.TurnBasedMatchResults o) {
checkTurnBasedMatchDataRequest(o.data);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.matchVersion, unittest.equals(42));
- checkUnnamed1760(o.results);
+ checkUnnamed64(o.results);
}
buildCounterTurnBasedMatchResults--;
}
-buildUnnamed1761() {
+buildUnnamed65() {
var o = new core.List<api.TurnBasedMatch>();
o.add(buildTurnBasedMatch());
o.add(buildTurnBasedMatch());
return o;
}
-checkUnnamed1761(core.List<api.TurnBasedMatch> o) {
+checkUnnamed65(core.List<api.TurnBasedMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatch(o[0]);
checkTurnBasedMatch(o[1]);
@@ -3184,7 +3184,7 @@ buildTurnBasedMatchSync() {
var o = new api.TurnBasedMatchSync();
buildCounterTurnBasedMatchSync++;
if (buildCounterTurnBasedMatchSync < 3) {
- o.items = buildUnnamed1761();
+ o.items = buildUnnamed65();
o.kind = "foo";
o.moreAvailable = true;
o.nextPageToken = "foo";
@@ -3196,7 +3196,7 @@ buildTurnBasedMatchSync() {
checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
buildCounterTurnBasedMatchSync++;
if (buildCounterTurnBasedMatchSync < 3) {
- checkUnnamed1761(o.items);
+ checkUnnamed65(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.moreAvailable, unittest.isTrue);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
@@ -3204,14 +3204,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
buildCounterTurnBasedMatchSync--;
}
-buildUnnamed1762() {
+buildUnnamed66() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed1762(core.List<api.ParticipantResult> o) {
+checkUnnamed66(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -3226,7 +3226,7 @@ buildTurnBasedMatchTurn() {
o.kind = "foo";
o.matchVersion = 42;
o.pendingParticipantId = "foo";
- o.results = buildUnnamed1762();
+ o.results = buildUnnamed66();
}
buildCounterTurnBasedMatchTurn--;
return o;
@@ -3239,7 +3239,7 @@ checkTurnBasedMatchTurn(api.TurnBasedMatchTurn o) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.matchVersion, unittest.equals(42));
unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
- checkUnnamed1762(o.results);
+ checkUnnamed66(o.results);
}
buildCounterTurnBasedMatchTurn--;
}

Powered by Google App Engine
This is Rietveld 408576698