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

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

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 2 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 35cc3e75259c7f9c73a052616b34bd6908bd043b..f5bb3bbad9fa118b6c4fed927290febd17aea7c0 100644
--- a/generated/googleapis/test/games/v1_test.dart
+++ b/generated/googleapis/test/games/v1_test.dart
@@ -59,14 +59,14 @@ checkAchievementDefinition(api.AchievementDefinition o) {
buildCounterAchievementDefinition--;
}
-buildUnnamed465() {
+buildUnnamed20() {
var o = new core.List<api.AchievementDefinition>();
o.add(buildAchievementDefinition());
o.add(buildAchievementDefinition());
return o;
}
-checkUnnamed465(core.List<api.AchievementDefinition> o) {
+checkUnnamed20(core.List<api.AchievementDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementDefinition(o[0]);
checkAchievementDefinition(o[1]);
@@ -77,7 +77,7 @@ buildAchievementDefinitionsListResponse() {
var o = new api.AchievementDefinitionsListResponse();
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- o.items = buildUnnamed465();
+ o.items = buildUnnamed20();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -88,7 +88,7 @@ buildAchievementDefinitionsListResponse() {
checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) {
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- checkUnnamed465(o.items);
+ checkUnnamed20(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -183,14 +183,14 @@ checkAchievementUnlockResponse(api.AchievementUnlockResponse o) {
buildCounterAchievementUnlockResponse--;
}
-buildUnnamed466() {
+buildUnnamed21() {
var o = new core.List<api.AchievementUpdateRequest>();
o.add(buildAchievementUpdateRequest());
o.add(buildAchievementUpdateRequest());
return o;
}
-checkUnnamed466(core.List<api.AchievementUpdateRequest> o) {
+checkUnnamed21(core.List<api.AchievementUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateRequest(o[0]);
checkAchievementUpdateRequest(o[1]);
@@ -202,7 +202,7 @@ buildAchievementUpdateMultipleRequest() {
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
o.kind = "foo";
- o.updates = buildUnnamed466();
+ o.updates = buildUnnamed21();
}
buildCounterAchievementUpdateMultipleRequest--;
return o;
@@ -212,19 +212,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) {
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed466(o.updates);
+ checkUnnamed21(o.updates);
}
buildCounterAchievementUpdateMultipleRequest--;
}
-buildUnnamed467() {
+buildUnnamed22() {
var o = new core.List<api.AchievementUpdateResponse>();
o.add(buildAchievementUpdateResponse());
o.add(buildAchievementUpdateResponse());
return o;
}
-checkUnnamed467(core.List<api.AchievementUpdateResponse> o) {
+checkUnnamed22(core.List<api.AchievementUpdateResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateResponse(o[0]);
checkAchievementUpdateResponse(o[1]);
@@ -236,7 +236,7 @@ buildAchievementUpdateMultipleResponse() {
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
o.kind = "foo";
- o.updatedAchievements = buildUnnamed467();
+ o.updatedAchievements = buildUnnamed22();
}
buildCounterAchievementUpdateMultipleResponse--;
return o;
@@ -246,7 +246,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o)
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed467(o.updatedAchievements);
+ checkUnnamed22(o.updatedAchievements);
}
buildCounterAchievementUpdateMultipleResponse--;
}
@@ -357,40 +357,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) {
buildCounterAnonymousPlayer--;
}
-buildUnnamed468() {
+buildUnnamed23() {
var o = new core.List<api.ImageAsset>();
o.add(buildImageAsset());
o.add(buildImageAsset());
return o;
}
-checkUnnamed468(core.List<api.ImageAsset> o) {
+checkUnnamed23(core.List<api.ImageAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkImageAsset(o[0]);
checkImageAsset(o[1]);
}
-buildUnnamed469() {
+buildUnnamed24() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed469(core.List<core.String> o) {
+checkUnnamed24(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'));
}
-buildUnnamed470() {
+buildUnnamed25() {
var o = new core.List<api.Instance>();
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-checkUnnamed470(core.List<api.Instance> o) {
+checkUnnamed25(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0]);
checkInstance(o[1]);
@@ -402,13 +402,13 @@ buildApplication() {
buildCounterApplication++;
if (buildCounterApplication < 3) {
o.achievementCount = 42;
- o.assets = buildUnnamed468();
+ o.assets = buildUnnamed23();
o.author = "foo";
o.category = buildApplicationCategory();
o.description = "foo";
- o.enabledFeatures = buildUnnamed469();
+ o.enabledFeatures = buildUnnamed24();
o.id = "foo";
- o.instances = buildUnnamed470();
+ o.instances = buildUnnamed25();
o.kind = "foo";
o.lastUpdatedTimestamp = "foo";
o.leaderboardCount = 42;
@@ -423,13 +423,13 @@ checkApplication(api.Application o) {
buildCounterApplication++;
if (buildCounterApplication < 3) {
unittest.expect(o.achievementCount, unittest.equals(42));
- checkUnnamed468(o.assets);
+ checkUnnamed23(o.assets);
unittest.expect(o.author, unittest.equals('foo'));
checkApplicationCategory(o.category);
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed469(o.enabledFeatures);
+ checkUnnamed24(o.enabledFeatures);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed470(o.instances);
+ checkUnnamed25(o.instances);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.lastUpdatedTimestamp, unittest.equals('foo'));
unittest.expect(o.leaderboardCount, unittest.equals(42));
@@ -485,14 +485,14 @@ checkCategory(api.Category o) {
buildCounterCategory--;
}
-buildUnnamed471() {
+buildUnnamed26() {
var o = new core.List<api.Category>();
o.add(buildCategory());
o.add(buildCategory());
return o;
}
-checkUnnamed471(core.List<api.Category> o) {
+checkUnnamed26(core.List<api.Category> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategory(o[0]);
checkCategory(o[1]);
@@ -503,7 +503,7 @@ buildCategoryListResponse() {
var o = new api.CategoryListResponse();
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- o.items = buildUnnamed471();
+ o.items = buildUnnamed26();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -514,7 +514,7 @@ buildCategoryListResponse() {
checkCategoryListResponse(api.CategoryListResponse o) {
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- checkUnnamed471(o.items);
+ checkUnnamed26(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -565,14 +565,14 @@ checkEventChild(api.EventChild o) {
buildCounterEventChild--;
}
-buildUnnamed472() {
+buildUnnamed27() {
var o = new core.List<api.EventChild>();
o.add(buildEventChild());
o.add(buildEventChild());
return o;
}
-checkUnnamed472(core.List<api.EventChild> o) {
+checkUnnamed27(core.List<api.EventChild> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventChild(o[0]);
checkEventChild(o[1]);
@@ -583,7 +583,7 @@ buildEventDefinition() {
var o = new api.EventDefinition();
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- o.childEvents = buildUnnamed472();
+ o.childEvents = buildUnnamed27();
o.description = "foo";
o.displayName = "foo";
o.id = "foo";
@@ -599,7 +599,7 @@ buildEventDefinition() {
checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- checkUnnamed472(o.childEvents);
+ checkUnnamed27(o.childEvents);
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.displayName, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
@@ -611,14 +611,14 @@ checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition--;
}
-buildUnnamed473() {
+buildUnnamed28() {
var o = new core.List<api.EventDefinition>();
o.add(buildEventDefinition());
o.add(buildEventDefinition());
return o;
}
-checkUnnamed473(core.List<api.EventDefinition> o) {
+checkUnnamed28(core.List<api.EventDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventDefinition(o[0]);
checkEventDefinition(o[1]);
@@ -629,7 +629,7 @@ buildEventDefinitionListResponse() {
var o = new api.EventDefinitionListResponse();
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- o.items = buildUnnamed473();
+ o.items = buildUnnamed28();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -640,7 +640,7 @@ buildEventDefinitionListResponse() {
checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- checkUnnamed473(o.items);
+ checkUnnamed28(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -670,14 +670,14 @@ checkEventPeriodRange(api.EventPeriodRange o) {
buildCounterEventPeriodRange--;
}
-buildUnnamed474() {
+buildUnnamed29() {
var o = new core.List<api.EventUpdateRequest>();
o.add(buildEventUpdateRequest());
o.add(buildEventUpdateRequest());
return o;
}
-checkUnnamed474(core.List<api.EventUpdateRequest> o) {
+checkUnnamed29(core.List<api.EventUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventUpdateRequest(o[0]);
checkEventUpdateRequest(o[1]);
@@ -690,7 +690,7 @@ buildEventPeriodUpdate() {
if (buildCounterEventPeriodUpdate < 3) {
o.kind = "foo";
o.timePeriod = buildEventPeriodRange();
- o.updates = buildUnnamed474();
+ o.updates = buildUnnamed29();
}
buildCounterEventPeriodUpdate--;
return o;
@@ -701,7 +701,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) {
if (buildCounterEventPeriodUpdate < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
checkEventPeriodRange(o.timePeriod);
- checkUnnamed474(o.updates);
+ checkUnnamed29(o.updates);
}
buildCounterEventPeriodUpdate--;
}
@@ -729,14 +729,14 @@ checkEventRecordFailure(api.EventRecordFailure o) {
buildCounterEventRecordFailure--;
}
-buildUnnamed475() {
+buildUnnamed30() {
var o = new core.List<api.EventPeriodUpdate>();
o.add(buildEventPeriodUpdate());
o.add(buildEventPeriodUpdate());
return o;
}
-checkUnnamed475(core.List<api.EventPeriodUpdate> o) {
+checkUnnamed30(core.List<api.EventPeriodUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventPeriodUpdate(o[0]);
checkEventPeriodUpdate(o[1]);
@@ -750,7 +750,7 @@ buildEventRecordRequest() {
o.currentTimeMillis = "foo";
o.kind = "foo";
o.requestId = "foo";
- o.timePeriods = buildUnnamed475();
+ o.timePeriods = buildUnnamed30();
}
buildCounterEventRecordRequest--;
return o;
@@ -762,7 +762,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'));
- checkUnnamed475(o.timePeriods);
+ checkUnnamed30(o.timePeriods);
}
buildCounterEventRecordRequest--;
}
@@ -790,40 +790,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) {
buildCounterEventUpdateRequest--;
}
-buildUnnamed476() {
+buildUnnamed31() {
var o = new core.List<api.EventBatchRecordFailure>();
o.add(buildEventBatchRecordFailure());
o.add(buildEventBatchRecordFailure());
return o;
}
-checkUnnamed476(core.List<api.EventBatchRecordFailure> o) {
+checkUnnamed31(core.List<api.EventBatchRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventBatchRecordFailure(o[0]);
checkEventBatchRecordFailure(o[1]);
}
-buildUnnamed477() {
+buildUnnamed32() {
var o = new core.List<api.EventRecordFailure>();
o.add(buildEventRecordFailure());
o.add(buildEventRecordFailure());
return o;
}
-checkUnnamed477(core.List<api.EventRecordFailure> o) {
+checkUnnamed32(core.List<api.EventRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventRecordFailure(o[0]);
checkEventRecordFailure(o[1]);
}
-buildUnnamed478() {
+buildUnnamed33() {
var o = new core.List<api.PlayerEvent>();
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-checkUnnamed478(core.List<api.PlayerEvent> o) {
+checkUnnamed33(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0]);
checkPlayerEvent(o[1]);
@@ -834,10 +834,10 @@ buildEventUpdateResponse() {
var o = new api.EventUpdateResponse();
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- o.batchFailures = buildUnnamed476();
- o.eventFailures = buildUnnamed477();
+ o.batchFailures = buildUnnamed31();
+ o.eventFailures = buildUnnamed32();
o.kind = "foo";
- o.playerEvents = buildUnnamed478();
+ o.playerEvents = buildUnnamed33();
}
buildCounterEventUpdateResponse--;
return o;
@@ -846,10 +846,10 @@ buildEventUpdateResponse() {
checkEventUpdateResponse(api.EventUpdateResponse o) {
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- checkUnnamed476(o.batchFailures);
- checkUnnamed477(o.eventFailures);
+ checkUnnamed31(o.batchFailures);
+ checkUnnamed32(o.eventFailures);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed478(o.playerEvents);
+ checkUnnamed33(o.playerEvents);
}
buildCounterEventUpdateResponse--;
}
@@ -1103,14 +1103,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) {
buildCounterLeaderboardEntry--;
}
-buildUnnamed479() {
+buildUnnamed34() {
var o = new core.List<api.Leaderboard>();
o.add(buildLeaderboard());
o.add(buildLeaderboard());
return o;
}
-checkUnnamed479(core.List<api.Leaderboard> o) {
+checkUnnamed34(core.List<api.Leaderboard> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboard(o[0]);
checkLeaderboard(o[1]);
@@ -1121,7 +1121,7 @@ buildLeaderboardListResponse() {
var o = new api.LeaderboardListResponse();
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- o.items = buildUnnamed479();
+ o.items = buildUnnamed34();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1132,7 +1132,7 @@ buildLeaderboardListResponse() {
checkLeaderboardListResponse(api.LeaderboardListResponse o) {
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- checkUnnamed479(o.items);
+ checkUnnamed34(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1166,14 +1166,14 @@ checkLeaderboardScoreRank(api.LeaderboardScoreRank o) {
buildCounterLeaderboardScoreRank--;
}
-buildUnnamed480() {
+buildUnnamed35() {
var o = new core.List<api.LeaderboardEntry>();
o.add(buildLeaderboardEntry());
o.add(buildLeaderboardEntry());
return o;
}
-checkUnnamed480(core.List<api.LeaderboardEntry> o) {
+checkUnnamed35(core.List<api.LeaderboardEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboardEntry(o[0]);
checkLeaderboardEntry(o[1]);
@@ -1184,7 +1184,7 @@ buildLeaderboardScores() {
var o = new api.LeaderboardScores();
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- o.items = buildUnnamed480();
+ o.items = buildUnnamed35();
o.kind = "foo";
o.nextPageToken = "foo";
o.numScores = "foo";
@@ -1198,7 +1198,7 @@ buildLeaderboardScores() {
checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- checkUnnamed480(o.items);
+ checkUnnamed35(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.numScores, unittest.equals('foo'));
@@ -1208,14 +1208,14 @@ checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores--;
}
-buildUnnamed481() {
+buildUnnamed36() {
var o = new core.List<api.PlayerLevel>();
o.add(buildPlayerLevel());
o.add(buildPlayerLevel());
return o;
}
-checkUnnamed481(core.List<api.PlayerLevel> o) {
+checkUnnamed36(core.List<api.PlayerLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLevel(o[0]);
checkPlayerLevel(o[1]);
@@ -1228,7 +1228,7 @@ buildMetagameConfig() {
if (buildCounterMetagameConfig < 3) {
o.currentVersion = 42;
o.kind = "foo";
- o.playerLevels = buildUnnamed481();
+ o.playerLevels = buildUnnamed36();
}
buildCounterMetagameConfig--;
return o;
@@ -1239,7 +1239,7 @@ checkMetagameConfig(api.MetagameConfig o) {
if (buildCounterMetagameConfig < 3) {
unittest.expect(o.currentVersion, unittest.equals(42));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed481(o.playerLevels);
+ checkUnnamed36(o.playerLevels);
}
buildCounterMetagameConfig--;
}
@@ -1468,14 +1468,14 @@ checkPlayerAchievement(api.PlayerAchievement o) {
buildCounterPlayerAchievement--;
}
-buildUnnamed482() {
+buildUnnamed37() {
var o = new core.List<api.PlayerAchievement>();
o.add(buildPlayerAchievement());
o.add(buildPlayerAchievement());
return o;
}
-checkUnnamed482(core.List<api.PlayerAchievement> o) {
+checkUnnamed37(core.List<api.PlayerAchievement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerAchievement(o[0]);
checkPlayerAchievement(o[1]);
@@ -1486,7 +1486,7 @@ buildPlayerAchievementListResponse() {
var o = new api.PlayerAchievementListResponse();
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- o.items = buildUnnamed482();
+ o.items = buildUnnamed37();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1497,7 +1497,7 @@ buildPlayerAchievementListResponse() {
checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- checkUnnamed482(o.items);
+ checkUnnamed37(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1531,14 +1531,14 @@ checkPlayerEvent(api.PlayerEvent o) {
buildCounterPlayerEvent--;
}
-buildUnnamed483() {
+buildUnnamed38() {
var o = new core.List<api.PlayerEvent>();
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-checkUnnamed483(core.List<api.PlayerEvent> o) {
+checkUnnamed38(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0]);
checkPlayerEvent(o[1]);
@@ -1549,7 +1549,7 @@ buildPlayerEventListResponse() {
var o = new api.PlayerEventListResponse();
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- o.items = buildUnnamed483();
+ o.items = buildUnnamed38();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1560,7 +1560,7 @@ buildPlayerEventListResponse() {
checkPlayerEventListResponse(api.PlayerEventListResponse o) {
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- checkUnnamed483(o.items);
+ checkUnnamed38(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1629,14 +1629,14 @@ checkPlayerLeaderboardScore(api.PlayerLeaderboardScore o) {
buildCounterPlayerLeaderboardScore--;
}
-buildUnnamed484() {
+buildUnnamed39() {
var o = new core.List<api.PlayerLeaderboardScore>();
o.add(buildPlayerLeaderboardScore());
o.add(buildPlayerLeaderboardScore());
return o;
}
-checkUnnamed484(core.List<api.PlayerLeaderboardScore> o) {
+checkUnnamed39(core.List<api.PlayerLeaderboardScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLeaderboardScore(o[0]);
checkPlayerLeaderboardScore(o[1]);
@@ -1647,7 +1647,7 @@ buildPlayerLeaderboardScoreListResponse() {
var o = new api.PlayerLeaderboardScoreListResponse();
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- o.items = buildUnnamed484();
+ o.items = buildUnnamed39();
o.kind = "foo";
o.nextPageToken = "foo";
o.player = buildPlayer();
@@ -1659,7 +1659,7 @@ buildPlayerLeaderboardScoreListResponse() {
checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) {
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- checkUnnamed484(o.items);
+ checkUnnamed39(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkPlayer(o.player);
@@ -1692,14 +1692,14 @@ checkPlayerLevel(api.PlayerLevel o) {
buildCounterPlayerLevel--;
}
-buildUnnamed485() {
+buildUnnamed40() {
var o = new core.List<api.Player>();
o.add(buildPlayer());
o.add(buildPlayer());
return o;
}
-checkUnnamed485(core.List<api.Player> o) {
+checkUnnamed40(core.List<api.Player> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayer(o[0]);
checkPlayer(o[1]);
@@ -1710,7 +1710,7 @@ buildPlayerListResponse() {
var o = new api.PlayerListResponse();
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- o.items = buildUnnamed485();
+ o.items = buildUnnamed40();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1721,7 +1721,7 @@ buildPlayerListResponse() {
checkPlayerListResponse(api.PlayerListResponse o) {
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- checkUnnamed485(o.items);
+ checkUnnamed40(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1755,14 +1755,14 @@ checkPlayerScore(api.PlayerScore o) {
buildCounterPlayerScore--;
}
-buildUnnamed486() {
+buildUnnamed41() {
var o = new core.List<api.PlayerScoreResponse>();
o.add(buildPlayerScoreResponse());
o.add(buildPlayerScoreResponse());
return o;
}
-checkUnnamed486(core.List<api.PlayerScoreResponse> o) {
+checkUnnamed41(core.List<api.PlayerScoreResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScoreResponse(o[0]);
checkPlayerScoreResponse(o[1]);
@@ -1774,7 +1774,7 @@ buildPlayerScoreListResponse() {
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
o.kind = "foo";
- o.submittedScores = buildUnnamed486();
+ o.submittedScores = buildUnnamed41();
}
buildCounterPlayerScoreListResponse--;
return o;
@@ -1784,32 +1784,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) {
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed486(o.submittedScores);
+ checkUnnamed41(o.submittedScores);
}
buildCounterPlayerScoreListResponse--;
}
-buildUnnamed487() {
+buildUnnamed42() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed487(core.List<core.String> o) {
+checkUnnamed42(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'));
}
-buildUnnamed488() {
+buildUnnamed43() {
var o = new core.List<api.PlayerScore>();
o.add(buildPlayerScore());
o.add(buildPlayerScore());
return o;
}
-checkUnnamed488(core.List<api.PlayerScore> o) {
+checkUnnamed43(core.List<api.PlayerScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScore(o[0]);
checkPlayerScore(o[1]);
@@ -1820,12 +1820,12 @@ buildPlayerScoreResponse() {
var o = new api.PlayerScoreResponse();
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- o.beatenScoreTimeSpans = buildUnnamed487();
+ o.beatenScoreTimeSpans = buildUnnamed42();
o.formattedScore = "foo";
o.kind = "foo";
o.leaderboardId = "foo";
o.scoreTag = "foo";
- o.unbeatenScores = buildUnnamed488();
+ o.unbeatenScores = buildUnnamed43();
}
buildCounterPlayerScoreResponse--;
return o;
@@ -1834,24 +1834,24 @@ buildPlayerScoreResponse() {
checkPlayerScoreResponse(api.PlayerScoreResponse o) {
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- checkUnnamed487(o.beatenScoreTimeSpans);
+ checkUnnamed42(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'));
- checkUnnamed488(o.unbeatenScores);
+ checkUnnamed43(o.unbeatenScores);
}
buildCounterPlayerScoreResponse--;
}
-buildUnnamed489() {
+buildUnnamed44() {
var o = new core.List<api.ScoreSubmission>();
o.add(buildScoreSubmission());
o.add(buildScoreSubmission());
return o;
}
-checkUnnamed489(core.List<api.ScoreSubmission> o) {
+checkUnnamed44(core.List<api.ScoreSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkScoreSubmission(o[0]);
checkScoreSubmission(o[1]);
@@ -1863,7 +1863,7 @@ buildPlayerScoreSubmissionList() {
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
o.kind = "foo";
- o.scores = buildUnnamed489();
+ o.scores = buildUnnamed44();
}
buildCounterPlayerScoreSubmissionList--;
return o;
@@ -1873,7 +1873,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) {
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed489(o.scores);
+ checkUnnamed44(o.scores);
}
buildCounterPlayerScoreSubmissionList--;
}
@@ -1945,14 +1945,14 @@ checkPushTokenId(api.PushTokenId o) {
buildCounterPushTokenId--;
}
-buildUnnamed490() {
+buildUnnamed45() {
var o = new core.List<api.QuestMilestone>();
o.add(buildQuestMilestone());
o.add(buildQuestMilestone());
return o;
}
-checkUnnamed490(core.List<api.QuestMilestone> o) {
+checkUnnamed45(core.List<api.QuestMilestone> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuestMilestone(o[0]);
checkQuestMilestone(o[1]);
@@ -1974,7 +1974,7 @@ buildQuest() {
o.isDefaultIconUrl = true;
o.kind = "foo";
o.lastUpdatedTimestampMillis = "foo";
- o.milestones = buildUnnamed490();
+ o.milestones = buildUnnamed45();
o.name = "foo";
o.notifyTimestampMillis = "foo";
o.startTimestampMillis = "foo";
@@ -1998,7 +1998,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'));
- checkUnnamed490(o.milestones);
+ checkUnnamed45(o.milestones);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.notifyTimestampMillis, unittest.equals('foo'));
unittest.expect(o.startTimestampMillis, unittest.equals('foo'));
@@ -2057,14 +2057,14 @@ checkQuestCriterion(api.QuestCriterion o) {
buildCounterQuestCriterion--;
}
-buildUnnamed491() {
+buildUnnamed46() {
var o = new core.List<api.Quest>();
o.add(buildQuest());
o.add(buildQuest());
return o;
}
-checkUnnamed491(core.List<api.Quest> o) {
+checkUnnamed46(core.List<api.Quest> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuest(o[0]);
checkQuest(o[1]);
@@ -2075,7 +2075,7 @@ buildQuestListResponse() {
var o = new api.QuestListResponse();
buildCounterQuestListResponse++;
if (buildCounterQuestListResponse < 3) {
- o.items = buildUnnamed491();
+ o.items = buildUnnamed46();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2086,21 +2086,21 @@ buildQuestListResponse() {
checkQuestListResponse(api.QuestListResponse o) {
buildCounterQuestListResponse++;
if (buildCounterQuestListResponse < 3) {
- checkUnnamed491(o.items);
+ checkUnnamed46(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterQuestListResponse--;
}
-buildUnnamed492() {
+buildUnnamed47() {
var o = new core.List<api.QuestCriterion>();
o.add(buildQuestCriterion());
o.add(buildQuestCriterion());
return o;
}
-checkUnnamed492(core.List<api.QuestCriterion> o) {
+checkUnnamed47(core.List<api.QuestCriterion> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuestCriterion(o[0]);
checkQuestCriterion(o[1]);
@@ -2112,7 +2112,7 @@ buildQuestMilestone() {
buildCounterQuestMilestone++;
if (buildCounterQuestMilestone < 3) {
o.completionRewardData = "foo";
- o.criteria = buildUnnamed492();
+ o.criteria = buildUnnamed47();
o.id = "foo";
o.kind = "foo";
o.state = "foo";
@@ -2125,7 +2125,7 @@ checkQuestMilestone(api.QuestMilestone o) {
buildCounterQuestMilestone++;
if (buildCounterQuestMilestone < 3) {
unittest.expect(o.completionRewardData, unittest.equals('foo'));
- checkUnnamed492(o.criteria);
+ checkUnnamed47(o.criteria);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.state, unittest.equals('foo'));
@@ -2156,14 +2156,14 @@ checkRevisionCheckResponse(api.RevisionCheckResponse o) {
buildCounterRevisionCheckResponse--;
}
-buildUnnamed493() {
+buildUnnamed48() {
var o = new core.List<api.RoomParticipant>();
o.add(buildRoomParticipant());
o.add(buildRoomParticipant());
return o;
}
-checkUnnamed493(core.List<api.RoomParticipant> o) {
+checkUnnamed48(core.List<api.RoomParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoomParticipant(o[0]);
checkRoomParticipant(o[1]);
@@ -2182,7 +2182,7 @@ buildRoom() {
o.inviterId = "foo";
o.kind = "foo";
o.lastUpdateDetails = buildRoomModification();
- o.participants = buildUnnamed493();
+ o.participants = buildUnnamed48();
o.roomId = "foo";
o.roomStatusVersion = 42;
o.status = "foo";
@@ -2203,7 +2203,7 @@ checkRoom(api.Room o) {
unittest.expect(o.inviterId, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
checkRoomModification(o.lastUpdateDetails);
- checkUnnamed493(o.participants);
+ checkUnnamed48(o.participants);
unittest.expect(o.roomId, unittest.equals('foo'));
unittest.expect(o.roomStatusVersion, unittest.equals(42));
unittest.expect(o.status, unittest.equals('foo'));
@@ -2279,27 +2279,27 @@ checkRoomClientAddress(api.RoomClientAddress o) {
buildCounterRoomClientAddress--;
}
-buildUnnamed494() {
+buildUnnamed49() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed494(core.List<core.String> o) {
+checkUnnamed49(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'));
}
-buildUnnamed495() {
+buildUnnamed50() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed495(core.List<core.String> o) {
+checkUnnamed50(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'));
@@ -2311,9 +2311,9 @@ buildRoomCreateRequest() {
buildCounterRoomCreateRequest++;
if (buildCounterRoomCreateRequest < 3) {
o.autoMatchingCriteria = buildRoomAutoMatchingCriteria();
- o.capabilities = buildUnnamed494();
+ o.capabilities = buildUnnamed49();
o.clientAddress = buildRoomClientAddress();
- o.invitedPlayerIds = buildUnnamed495();
+ o.invitedPlayerIds = buildUnnamed50();
o.kind = "foo";
o.networkDiagnostics = buildNetworkDiagnostics();
o.requestId = "foo";
@@ -2327,9 +2327,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
buildCounterRoomCreateRequest++;
if (buildCounterRoomCreateRequest < 3) {
checkRoomAutoMatchingCriteria(o.autoMatchingCriteria);
- checkUnnamed494(o.capabilities);
+ checkUnnamed49(o.capabilities);
checkRoomClientAddress(o.clientAddress);
- checkUnnamed495(o.invitedPlayerIds);
+ checkUnnamed50(o.invitedPlayerIds);
unittest.expect(o.kind, unittest.equals('foo'));
checkNetworkDiagnostics(o.networkDiagnostics);
unittest.expect(o.requestId, unittest.equals('foo'));
@@ -2338,14 +2338,14 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
buildCounterRoomCreateRequest--;
}
-buildUnnamed496() {
+buildUnnamed51() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed496(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'));
@@ -2356,7 +2356,7 @@ buildRoomJoinRequest() {
var o = new api.RoomJoinRequest();
buildCounterRoomJoinRequest++;
if (buildCounterRoomJoinRequest < 3) {
- o.capabilities = buildUnnamed496();
+ o.capabilities = buildUnnamed51();
o.clientAddress = buildRoomClientAddress();
o.kind = "foo";
o.networkDiagnostics = buildNetworkDiagnostics();
@@ -2368,7 +2368,7 @@ buildRoomJoinRequest() {
checkRoomJoinRequest(api.RoomJoinRequest o) {
buildCounterRoomJoinRequest++;
if (buildCounterRoomJoinRequest < 3) {
- checkUnnamed496(o.capabilities);
+ checkUnnamed51(o.capabilities);
checkRoomClientAddress(o.clientAddress);
unittest.expect(o.kind, unittest.equals('foo'));
checkNetworkDiagnostics(o.networkDiagnostics);
@@ -2376,14 +2376,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) {
buildCounterRoomJoinRequest--;
}
-buildUnnamed497() {
+buildUnnamed52() {
var o = new core.List<api.PeerSessionDiagnostics>();
o.add(buildPeerSessionDiagnostics());
o.add(buildPeerSessionDiagnostics());
return o;
}
-checkUnnamed497(core.List<api.PeerSessionDiagnostics> o) {
+checkUnnamed52(core.List<api.PeerSessionDiagnostics> o) {
unittest.expect(o, unittest.hasLength(2));
checkPeerSessionDiagnostics(o[0]);
checkPeerSessionDiagnostics(o[1]);
@@ -2400,7 +2400,7 @@ buildRoomLeaveDiagnostics() {
o.kind = "foo";
o.networkOperatorCode = "foo";
o.networkOperatorName = "foo";
- o.peerSession = buildUnnamed497();
+ o.peerSession = buildUnnamed52();
o.socketsUsed = true;
}
buildCounterRoomLeaveDiagnostics--;
@@ -2416,7 +2416,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'));
- checkUnnamed497(o.peerSession);
+ checkUnnamed52(o.peerSession);
unittest.expect(o.socketsUsed, unittest.isTrue);
}
buildCounterRoomLeaveDiagnostics--;
@@ -2445,14 +2445,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) {
buildCounterRoomLeaveRequest--;
}
-buildUnnamed498() {
+buildUnnamed53() {
var o = new core.List<api.Room>();
o.add(buildRoom());
o.add(buildRoom());
return o;
}
-checkUnnamed498(core.List<api.Room> o) {
+checkUnnamed53(core.List<api.Room> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoom(o[0]);
checkRoom(o[1]);
@@ -2463,7 +2463,7 @@ buildRoomList() {
var o = new api.RoomList();
buildCounterRoomList++;
if (buildCounterRoomList < 3) {
- o.items = buildUnnamed498();
+ o.items = buildUnnamed53();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2474,7 +2474,7 @@ buildRoomList() {
checkRoomList(api.RoomList o) {
buildCounterRoomList++;
if (buildCounterRoomList < 3) {
- checkUnnamed498(o.items);
+ checkUnnamed53(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -2535,14 +2535,14 @@ checkRoomP2PStatus(api.RoomP2PStatus o) {
buildCounterRoomP2PStatus--;
}
-buildUnnamed499() {
+buildUnnamed54() {
var o = new core.List<api.RoomP2PStatus>();
o.add(buildRoomP2PStatus());
o.add(buildRoomP2PStatus());
return o;
}
-checkUnnamed499(core.List<api.RoomP2PStatus> o) {
+checkUnnamed54(core.List<api.RoomP2PStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoomP2PStatus(o[0]);
checkRoomP2PStatus(o[1]);
@@ -2554,7 +2554,7 @@ buildRoomP2PStatuses() {
buildCounterRoomP2PStatuses++;
if (buildCounterRoomP2PStatuses < 3) {
o.kind = "foo";
- o.updates = buildUnnamed499();
+ o.updates = buildUnnamed54();
}
buildCounterRoomP2PStatuses--;
return o;
@@ -2564,19 +2564,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) {
buildCounterRoomP2PStatuses++;
if (buildCounterRoomP2PStatuses < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed499(o.updates);
+ checkUnnamed54(o.updates);
}
buildCounterRoomP2PStatuses--;
}
-buildUnnamed500() {
+buildUnnamed55() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed500(core.List<core.String> o) {
+checkUnnamed55(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'));
@@ -2589,7 +2589,7 @@ buildRoomParticipant() {
if (buildCounterRoomParticipant < 3) {
o.autoMatched = true;
o.autoMatchedPlayer = buildAnonymousPlayer();
- o.capabilities = buildUnnamed500();
+ o.capabilities = buildUnnamed55();
o.clientAddress = buildRoomClientAddress();
o.connected = true;
o.id = "foo";
@@ -2607,7 +2607,7 @@ checkRoomParticipant(api.RoomParticipant o) {
if (buildCounterRoomParticipant < 3) {
unittest.expect(o.autoMatched, unittest.isTrue);
checkAnonymousPlayer(o.autoMatchedPlayer);
- checkUnnamed500(o.capabilities);
+ checkUnnamed55(o.capabilities);
checkRoomClientAddress(o.clientAddress);
unittest.expect(o.connected, unittest.isTrue);
unittest.expect(o.id, unittest.equals('foo'));
@@ -2619,14 +2619,14 @@ checkRoomParticipant(api.RoomParticipant o) {
buildCounterRoomParticipant--;
}
-buildUnnamed501() {
+buildUnnamed56() {
var o = new core.List<api.RoomParticipant>();
o.add(buildRoomParticipant());
o.add(buildRoomParticipant());
return o;
}
-checkUnnamed501(core.List<api.RoomParticipant> o) {
+checkUnnamed56(core.List<api.RoomParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoomParticipant(o[0]);
checkRoomParticipant(o[1]);
@@ -2639,7 +2639,7 @@ buildRoomStatus() {
if (buildCounterRoomStatus < 3) {
o.autoMatchingStatus = buildRoomAutoMatchStatus();
o.kind = "foo";
- o.participants = buildUnnamed501();
+ o.participants = buildUnnamed56();
o.roomId = "foo";
o.status = "foo";
o.statusVersion = 42;
@@ -2653,7 +2653,7 @@ checkRoomStatus(api.RoomStatus o) {
if (buildCounterRoomStatus < 3) {
checkRoomAutoMatchStatus(o.autoMatchingStatus);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed501(o.participants);
+ checkUnnamed56(o.participants);
unittest.expect(o.roomId, unittest.equals('foo'));
unittest.expect(o.status, unittest.equals('foo'));
unittest.expect(o.statusVersion, unittest.equals(42));
@@ -2752,14 +2752,14 @@ checkSnapshotImage(api.SnapshotImage o) {
buildCounterSnapshotImage--;
}
-buildUnnamed502() {
+buildUnnamed57() {
var o = new core.List<api.Snapshot>();
o.add(buildSnapshot());
o.add(buildSnapshot());
return o;
}
-checkUnnamed502(core.List<api.Snapshot> o) {
+checkUnnamed57(core.List<api.Snapshot> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshot(o[0]);
checkSnapshot(o[1]);
@@ -2770,7 +2770,7 @@ buildSnapshotListResponse() {
var o = new api.SnapshotListResponse();
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- o.items = buildUnnamed502();
+ o.items = buildUnnamed57();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2781,7 +2781,7 @@ buildSnapshotListResponse() {
checkSnapshotListResponse(api.SnapshotListResponse o) {
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- checkUnnamed502(o.items);
+ checkUnnamed57(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -2813,27 +2813,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) {
buildCounterTurnBasedAutoMatchingCriteria--;
}
-buildUnnamed503() {
+buildUnnamed58() {
var o = new core.List<api.TurnBasedMatchParticipant>();
o.add(buildTurnBasedMatchParticipant());
o.add(buildTurnBasedMatchParticipant());
return o;
}
-checkUnnamed503(core.List<api.TurnBasedMatchParticipant> o) {
+checkUnnamed58(core.List<api.TurnBasedMatchParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatchParticipant(o[0]);
checkTurnBasedMatchParticipant(o[1]);
}
-buildUnnamed504() {
+buildUnnamed59() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed504(core.List<api.ParticipantResult> o) {
+checkUnnamed59(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -2855,11 +2855,11 @@ buildTurnBasedMatch() {
o.matchId = "foo";
o.matchNumber = 42;
o.matchVersion = 42;
- o.participants = buildUnnamed503();
+ o.participants = buildUnnamed58();
o.pendingParticipantId = "foo";
o.previousMatchData = buildTurnBasedMatchData();
o.rematchId = "foo";
- o.results = buildUnnamed504();
+ o.results = buildUnnamed59();
o.status = "foo";
o.userMatchStatus = "foo";
o.variant = 42;
@@ -2883,11 +2883,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));
- checkUnnamed503(o.participants);
+ checkUnnamed58(o.participants);
unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
checkTurnBasedMatchData(o.previousMatchData);
unittest.expect(o.rematchId, unittest.equals('foo'));
- checkUnnamed504(o.results);
+ checkUnnamed59(o.results);
unittest.expect(o.status, unittest.equals('foo'));
unittest.expect(o.userMatchStatus, unittest.equals('foo'));
unittest.expect(o.variant, unittest.equals(42));
@@ -2896,14 +2896,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
buildCounterTurnBasedMatch--;
}
-buildUnnamed505() {
+buildUnnamed60() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed505(core.List<core.String> o) {
+checkUnnamed60(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'));
@@ -2915,7 +2915,7 @@ buildTurnBasedMatchCreateRequest() {
buildCounterTurnBasedMatchCreateRequest++;
if (buildCounterTurnBasedMatchCreateRequest < 3) {
o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria();
- o.invitedPlayerIds = buildUnnamed505();
+ o.invitedPlayerIds = buildUnnamed60();
o.kind = "foo";
o.requestId = "foo";
o.variant = 42;
@@ -2928,7 +2928,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) {
buildCounterTurnBasedMatchCreateRequest++;
if (buildCounterTurnBasedMatchCreateRequest < 3) {
checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria);
- checkUnnamed505(o.invitedPlayerIds);
+ checkUnnamed60(o.invitedPlayerIds);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.requestId, unittest.equals('foo'));
unittest.expect(o.variant, unittest.equals(42));
@@ -2980,14 +2980,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) {
buildCounterTurnBasedMatchDataRequest--;
}
-buildUnnamed506() {
+buildUnnamed61() {
var o = new core.List<api.TurnBasedMatch>();
o.add(buildTurnBasedMatch());
o.add(buildTurnBasedMatch());
return o;
}
-checkUnnamed506(core.List<api.TurnBasedMatch> o) {
+checkUnnamed61(core.List<api.TurnBasedMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatch(o[0]);
checkTurnBasedMatch(o[1]);
@@ -2998,7 +2998,7 @@ buildTurnBasedMatchList() {
var o = new api.TurnBasedMatchList();
buildCounterTurnBasedMatchList++;
if (buildCounterTurnBasedMatchList < 3) {
- o.items = buildUnnamed506();
+ o.items = buildUnnamed61();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -3009,7 +3009,7 @@ buildTurnBasedMatchList() {
checkTurnBasedMatchList(api.TurnBasedMatchList o) {
buildCounterTurnBasedMatchList++;
if (buildCounterTurnBasedMatchList < 3) {
- checkUnnamed506(o.items);
+ checkUnnamed61(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -3091,14 +3091,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) {
buildCounterTurnBasedMatchRematch--;
}
-buildUnnamed507() {
+buildUnnamed62() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed507(core.List<api.ParticipantResult> o) {
+checkUnnamed62(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -3112,7 +3112,7 @@ buildTurnBasedMatchResults() {
o.data = buildTurnBasedMatchDataRequest();
o.kind = "foo";
o.matchVersion = 42;
- o.results = buildUnnamed507();
+ o.results = buildUnnamed62();
}
buildCounterTurnBasedMatchResults--;
return o;
@@ -3124,19 +3124,19 @@ checkTurnBasedMatchResults(api.TurnBasedMatchResults o) {
checkTurnBasedMatchDataRequest(o.data);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.matchVersion, unittest.equals(42));
- checkUnnamed507(o.results);
+ checkUnnamed62(o.results);
}
buildCounterTurnBasedMatchResults--;
}
-buildUnnamed508() {
+buildUnnamed63() {
var o = new core.List<api.TurnBasedMatch>();
o.add(buildTurnBasedMatch());
o.add(buildTurnBasedMatch());
return o;
}
-checkUnnamed508(core.List<api.TurnBasedMatch> o) {
+checkUnnamed63(core.List<api.TurnBasedMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatch(o[0]);
checkTurnBasedMatch(o[1]);
@@ -3147,7 +3147,7 @@ buildTurnBasedMatchSync() {
var o = new api.TurnBasedMatchSync();
buildCounterTurnBasedMatchSync++;
if (buildCounterTurnBasedMatchSync < 3) {
- o.items = buildUnnamed508();
+ o.items = buildUnnamed63();
o.kind = "foo";
o.moreAvailable = true;
o.nextPageToken = "foo";
@@ -3159,7 +3159,7 @@ buildTurnBasedMatchSync() {
checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
buildCounterTurnBasedMatchSync++;
if (buildCounterTurnBasedMatchSync < 3) {
- checkUnnamed508(o.items);
+ checkUnnamed63(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.moreAvailable, unittest.isTrue);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
@@ -3167,14 +3167,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
buildCounterTurnBasedMatchSync--;
}
-buildUnnamed509() {
+buildUnnamed64() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed509(core.List<api.ParticipantResult> o) {
+checkUnnamed64(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -3189,7 +3189,7 @@ buildTurnBasedMatchTurn() {
o.kind = "foo";
o.matchVersion = 42;
o.pendingParticipantId = "foo";
- o.results = buildUnnamed509();
+ o.results = buildUnnamed64();
}
buildCounterTurnBasedMatchTurn--;
return o;
@@ -3202,7 +3202,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'));
- checkUnnamed509(o.results);
+ checkUnnamed64(o.results);
}
buildCounterTurnBasedMatchTurn--;
}
« no previous file with comments | « generated/googleapis/test/fusiontables/v1_test.dart ('k') | generated/googleapis/test/gamesmanagement/v1management_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698