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

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

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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 7a03cddadd1095d2cc2fe83b0031e6f9a9ed5e0c..3acfeec2cb716f5a21795dcda79ab0519f725004 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--;
}
-buildUnnamed20() {
+buildUnnamed819() {
var o = new core.List<api.AchievementDefinition>();
o.add(buildAchievementDefinition());
o.add(buildAchievementDefinition());
return o;
}
-checkUnnamed20(core.List<api.AchievementDefinition> o) {
+checkUnnamed819(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 = buildUnnamed20();
+ o.items = buildUnnamed819();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -88,7 +88,7 @@ buildAchievementDefinitionsListResponse() {
checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) {
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- checkUnnamed20(o.items);
+ checkUnnamed819(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--;
}
-buildUnnamed21() {
+buildUnnamed820() {
var o = new core.List<api.AchievementUpdateRequest>();
o.add(buildAchievementUpdateRequest());
o.add(buildAchievementUpdateRequest());
return o;
}
-checkUnnamed21(core.List<api.AchievementUpdateRequest> o) {
+checkUnnamed820(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 = buildUnnamed21();
+ o.updates = buildUnnamed820();
}
buildCounterAchievementUpdateMultipleRequest--;
return o;
@@ -212,19 +212,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) {
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed21(o.updates);
+ checkUnnamed820(o.updates);
}
buildCounterAchievementUpdateMultipleRequest--;
}
-buildUnnamed22() {
+buildUnnamed821() {
var o = new core.List<api.AchievementUpdateResponse>();
o.add(buildAchievementUpdateResponse());
o.add(buildAchievementUpdateResponse());
return o;
}
-checkUnnamed22(core.List<api.AchievementUpdateResponse> o) {
+checkUnnamed821(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 = buildUnnamed22();
+ o.updatedAchievements = buildUnnamed821();
}
buildCounterAchievementUpdateMultipleResponse--;
return o;
@@ -246,7 +246,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o)
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed22(o.updatedAchievements);
+ checkUnnamed821(o.updatedAchievements);
}
buildCounterAchievementUpdateMultipleResponse--;
}
@@ -357,40 +357,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) {
buildCounterAnonymousPlayer--;
}
-buildUnnamed23() {
+buildUnnamed822() {
var o = new core.List<api.ImageAsset>();
o.add(buildImageAsset());
o.add(buildImageAsset());
return o;
}
-checkUnnamed23(core.List<api.ImageAsset> o) {
+checkUnnamed822(core.List<api.ImageAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkImageAsset(o[0]);
checkImageAsset(o[1]);
}
-buildUnnamed24() {
+buildUnnamed823() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed24(core.List<core.String> o) {
+checkUnnamed823(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'));
}
-buildUnnamed25() {
+buildUnnamed824() {
var o = new core.List<api.Instance>();
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-checkUnnamed25(core.List<api.Instance> o) {
+checkUnnamed824(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 = buildUnnamed23();
+ o.assets = buildUnnamed822();
o.author = "foo";
o.category = buildApplicationCategory();
o.description = "foo";
- o.enabledFeatures = buildUnnamed24();
+ o.enabledFeatures = buildUnnamed823();
o.id = "foo";
- o.instances = buildUnnamed25();
+ o.instances = buildUnnamed824();
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));
- checkUnnamed23(o.assets);
+ checkUnnamed822(o.assets);
unittest.expect(o.author, unittest.equals('foo'));
checkApplicationCategory(o.category);
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed24(o.enabledFeatures);
+ checkUnnamed823(o.enabledFeatures);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed25(o.instances);
+ checkUnnamed824(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--;
}
-buildUnnamed26() {
+buildUnnamed825() {
var o = new core.List<api.Category>();
o.add(buildCategory());
o.add(buildCategory());
return o;
}
-checkUnnamed26(core.List<api.Category> o) {
+checkUnnamed825(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 = buildUnnamed26();
+ o.items = buildUnnamed825();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -514,7 +514,7 @@ buildCategoryListResponse() {
checkCategoryListResponse(api.CategoryListResponse o) {
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- checkUnnamed26(o.items);
+ checkUnnamed825(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--;
}
-buildUnnamed27() {
+buildUnnamed826() {
var o = new core.List<api.EventChild>();
o.add(buildEventChild());
o.add(buildEventChild());
return o;
}
-checkUnnamed27(core.List<api.EventChild> o) {
+checkUnnamed826(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 = buildUnnamed27();
+ o.childEvents = buildUnnamed826();
o.description = "foo";
o.displayName = "foo";
o.id = "foo";
@@ -599,7 +599,7 @@ buildEventDefinition() {
checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- checkUnnamed27(o.childEvents);
+ checkUnnamed826(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--;
}
-buildUnnamed28() {
+buildUnnamed827() {
var o = new core.List<api.EventDefinition>();
o.add(buildEventDefinition());
o.add(buildEventDefinition());
return o;
}
-checkUnnamed28(core.List<api.EventDefinition> o) {
+checkUnnamed827(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 = buildUnnamed28();
+ o.items = buildUnnamed827();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -640,7 +640,7 @@ buildEventDefinitionListResponse() {
checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- checkUnnamed28(o.items);
+ checkUnnamed827(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--;
}
-buildUnnamed29() {
+buildUnnamed828() {
var o = new core.List<api.EventUpdateRequest>();
o.add(buildEventUpdateRequest());
o.add(buildEventUpdateRequest());
return o;
}
-checkUnnamed29(core.List<api.EventUpdateRequest> o) {
+checkUnnamed828(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 = buildUnnamed29();
+ o.updates = buildUnnamed828();
}
buildCounterEventPeriodUpdate--;
return o;
@@ -701,7 +701,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) {
if (buildCounterEventPeriodUpdate < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
checkEventPeriodRange(o.timePeriod);
- checkUnnamed29(o.updates);
+ checkUnnamed828(o.updates);
}
buildCounterEventPeriodUpdate--;
}
@@ -729,14 +729,14 @@ checkEventRecordFailure(api.EventRecordFailure o) {
buildCounterEventRecordFailure--;
}
-buildUnnamed30() {
+buildUnnamed829() {
var o = new core.List<api.EventPeriodUpdate>();
o.add(buildEventPeriodUpdate());
o.add(buildEventPeriodUpdate());
return o;
}
-checkUnnamed30(core.List<api.EventPeriodUpdate> o) {
+checkUnnamed829(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 = buildUnnamed30();
+ o.timePeriods = buildUnnamed829();
}
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'));
- checkUnnamed30(o.timePeriods);
+ checkUnnamed829(o.timePeriods);
}
buildCounterEventRecordRequest--;
}
@@ -790,40 +790,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) {
buildCounterEventUpdateRequest--;
}
-buildUnnamed31() {
+buildUnnamed830() {
var o = new core.List<api.EventBatchRecordFailure>();
o.add(buildEventBatchRecordFailure());
o.add(buildEventBatchRecordFailure());
return o;
}
-checkUnnamed31(core.List<api.EventBatchRecordFailure> o) {
+checkUnnamed830(core.List<api.EventBatchRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventBatchRecordFailure(o[0]);
checkEventBatchRecordFailure(o[1]);
}
-buildUnnamed32() {
+buildUnnamed831() {
var o = new core.List<api.EventRecordFailure>();
o.add(buildEventRecordFailure());
o.add(buildEventRecordFailure());
return o;
}
-checkUnnamed32(core.List<api.EventRecordFailure> o) {
+checkUnnamed831(core.List<api.EventRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventRecordFailure(o[0]);
checkEventRecordFailure(o[1]);
}
-buildUnnamed33() {
+buildUnnamed832() {
var o = new core.List<api.PlayerEvent>();
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-checkUnnamed33(core.List<api.PlayerEvent> o) {
+checkUnnamed832(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 = buildUnnamed31();
- o.eventFailures = buildUnnamed32();
+ o.batchFailures = buildUnnamed830();
+ o.eventFailures = buildUnnamed831();
o.kind = "foo";
- o.playerEvents = buildUnnamed33();
+ o.playerEvents = buildUnnamed832();
}
buildCounterEventUpdateResponse--;
return o;
@@ -846,10 +846,10 @@ buildEventUpdateResponse() {
checkEventUpdateResponse(api.EventUpdateResponse o) {
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- checkUnnamed31(o.batchFailures);
- checkUnnamed32(o.eventFailures);
+ checkUnnamed830(o.batchFailures);
+ checkUnnamed831(o.eventFailures);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed33(o.playerEvents);
+ checkUnnamed832(o.playerEvents);
}
buildCounterEventUpdateResponse--;
}
@@ -1103,14 +1103,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) {
buildCounterLeaderboardEntry--;
}
-buildUnnamed34() {
+buildUnnamed833() {
var o = new core.List<api.Leaderboard>();
o.add(buildLeaderboard());
o.add(buildLeaderboard());
return o;
}
-checkUnnamed34(core.List<api.Leaderboard> o) {
+checkUnnamed833(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 = buildUnnamed34();
+ o.items = buildUnnamed833();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1132,7 +1132,7 @@ buildLeaderboardListResponse() {
checkLeaderboardListResponse(api.LeaderboardListResponse o) {
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- checkUnnamed34(o.items);
+ checkUnnamed833(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--;
}
-buildUnnamed35() {
+buildUnnamed834() {
var o = new core.List<api.LeaderboardEntry>();
o.add(buildLeaderboardEntry());
o.add(buildLeaderboardEntry());
return o;
}
-checkUnnamed35(core.List<api.LeaderboardEntry> o) {
+checkUnnamed834(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 = buildUnnamed35();
+ o.items = buildUnnamed834();
o.kind = "foo";
o.nextPageToken = "foo";
o.numScores = "foo";
@@ -1198,7 +1198,7 @@ buildLeaderboardScores() {
checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- checkUnnamed35(o.items);
+ checkUnnamed834(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--;
}
-buildUnnamed36() {
+buildUnnamed835() {
var o = new core.List<api.PlayerLevel>();
o.add(buildPlayerLevel());
o.add(buildPlayerLevel());
return o;
}
-checkUnnamed36(core.List<api.PlayerLevel> o) {
+checkUnnamed835(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 = buildUnnamed36();
+ o.playerLevels = buildUnnamed835();
}
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'));
- checkUnnamed36(o.playerLevels);
+ checkUnnamed835(o.playerLevels);
}
buildCounterMetagameConfig--;
}
@@ -1468,14 +1468,14 @@ checkPlayerAchievement(api.PlayerAchievement o) {
buildCounterPlayerAchievement--;
}
-buildUnnamed37() {
+buildUnnamed836() {
var o = new core.List<api.PlayerAchievement>();
o.add(buildPlayerAchievement());
o.add(buildPlayerAchievement());
return o;
}
-checkUnnamed37(core.List<api.PlayerAchievement> o) {
+checkUnnamed836(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 = buildUnnamed37();
+ o.items = buildUnnamed836();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1497,7 +1497,7 @@ buildPlayerAchievementListResponse() {
checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- checkUnnamed37(o.items);
+ checkUnnamed836(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--;
}
-buildUnnamed38() {
+buildUnnamed837() {
var o = new core.List<api.PlayerEvent>();
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-checkUnnamed38(core.List<api.PlayerEvent> o) {
+checkUnnamed837(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 = buildUnnamed38();
+ o.items = buildUnnamed837();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1560,7 +1560,7 @@ buildPlayerEventListResponse() {
checkPlayerEventListResponse(api.PlayerEventListResponse o) {
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- checkUnnamed38(o.items);
+ checkUnnamed837(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--;
}
-buildUnnamed39() {
+buildUnnamed838() {
var o = new core.List<api.PlayerLeaderboardScore>();
o.add(buildPlayerLeaderboardScore());
o.add(buildPlayerLeaderboardScore());
return o;
}
-checkUnnamed39(core.List<api.PlayerLeaderboardScore> o) {
+checkUnnamed838(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 = buildUnnamed39();
+ o.items = buildUnnamed838();
o.kind = "foo";
o.nextPageToken = "foo";
o.player = buildPlayer();
@@ -1659,7 +1659,7 @@ buildPlayerLeaderboardScoreListResponse() {
checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) {
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- checkUnnamed39(o.items);
+ checkUnnamed838(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--;
}
-buildUnnamed40() {
+buildUnnamed839() {
var o = new core.List<api.Player>();
o.add(buildPlayer());
o.add(buildPlayer());
return o;
}
-checkUnnamed40(core.List<api.Player> o) {
+checkUnnamed839(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 = buildUnnamed40();
+ o.items = buildUnnamed839();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1721,7 +1721,7 @@ buildPlayerListResponse() {
checkPlayerListResponse(api.PlayerListResponse o) {
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- checkUnnamed40(o.items);
+ checkUnnamed839(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--;
}
-buildUnnamed41() {
+buildUnnamed840() {
var o = new core.List<api.PlayerScoreResponse>();
o.add(buildPlayerScoreResponse());
o.add(buildPlayerScoreResponse());
return o;
}
-checkUnnamed41(core.List<api.PlayerScoreResponse> o) {
+checkUnnamed840(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 = buildUnnamed41();
+ o.submittedScores = buildUnnamed840();
}
buildCounterPlayerScoreListResponse--;
return o;
@@ -1784,32 +1784,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) {
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed41(o.submittedScores);
+ checkUnnamed840(o.submittedScores);
}
buildCounterPlayerScoreListResponse--;
}
-buildUnnamed42() {
+buildUnnamed841() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed42(core.List<core.String> o) {
+checkUnnamed841(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'));
}
-buildUnnamed43() {
+buildUnnamed842() {
var o = new core.List<api.PlayerScore>();
o.add(buildPlayerScore());
o.add(buildPlayerScore());
return o;
}
-checkUnnamed43(core.List<api.PlayerScore> o) {
+checkUnnamed842(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 = buildUnnamed42();
+ o.beatenScoreTimeSpans = buildUnnamed841();
o.formattedScore = "foo";
o.kind = "foo";
o.leaderboardId = "foo";
o.scoreTag = "foo";
- o.unbeatenScores = buildUnnamed43();
+ o.unbeatenScores = buildUnnamed842();
}
buildCounterPlayerScoreResponse--;
return o;
@@ -1834,24 +1834,24 @@ buildPlayerScoreResponse() {
checkPlayerScoreResponse(api.PlayerScoreResponse o) {
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- checkUnnamed42(o.beatenScoreTimeSpans);
+ checkUnnamed841(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'));
- checkUnnamed43(o.unbeatenScores);
+ checkUnnamed842(o.unbeatenScores);
}
buildCounterPlayerScoreResponse--;
}
-buildUnnamed44() {
+buildUnnamed843() {
var o = new core.List<api.ScoreSubmission>();
o.add(buildScoreSubmission());
o.add(buildScoreSubmission());
return o;
}
-checkUnnamed44(core.List<api.ScoreSubmission> o) {
+checkUnnamed843(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 = buildUnnamed44();
+ o.scores = buildUnnamed843();
}
buildCounterPlayerScoreSubmissionList--;
return o;
@@ -1873,7 +1873,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) {
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed44(o.scores);
+ checkUnnamed843(o.scores);
}
buildCounterPlayerScoreSubmissionList--;
}
@@ -1945,14 +1945,14 @@ checkPushTokenId(api.PushTokenId o) {
buildCounterPushTokenId--;
}
-buildUnnamed45() {
+buildUnnamed844() {
var o = new core.List<api.QuestMilestone>();
o.add(buildQuestMilestone());
o.add(buildQuestMilestone());
return o;
}
-checkUnnamed45(core.List<api.QuestMilestone> o) {
+checkUnnamed844(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 = buildUnnamed45();
+ o.milestones = buildUnnamed844();
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'));
- checkUnnamed45(o.milestones);
+ checkUnnamed844(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--;
}
-buildUnnamed46() {
+buildUnnamed845() {
var o = new core.List<api.Quest>();
o.add(buildQuest());
o.add(buildQuest());
return o;
}
-checkUnnamed46(core.List<api.Quest> o) {
+checkUnnamed845(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 = buildUnnamed46();
+ o.items = buildUnnamed845();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2086,21 +2086,21 @@ buildQuestListResponse() {
checkQuestListResponse(api.QuestListResponse o) {
buildCounterQuestListResponse++;
if (buildCounterQuestListResponse < 3) {
- checkUnnamed46(o.items);
+ checkUnnamed845(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterQuestListResponse--;
}
-buildUnnamed47() {
+buildUnnamed846() {
var o = new core.List<api.QuestCriterion>();
o.add(buildQuestCriterion());
o.add(buildQuestCriterion());
return o;
}
-checkUnnamed47(core.List<api.QuestCriterion> o) {
+checkUnnamed846(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 = buildUnnamed47();
+ o.criteria = buildUnnamed846();
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'));
- checkUnnamed47(o.criteria);
+ checkUnnamed846(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--;
}
-buildUnnamed48() {
+buildUnnamed847() {
var o = new core.List<api.RoomParticipant>();
o.add(buildRoomParticipant());
o.add(buildRoomParticipant());
return o;
}
-checkUnnamed48(core.List<api.RoomParticipant> o) {
+checkUnnamed847(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 = buildUnnamed48();
+ o.participants = buildUnnamed847();
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);
- checkUnnamed48(o.participants);
+ checkUnnamed847(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--;
}
-buildUnnamed49() {
+buildUnnamed848() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed49(core.List<core.String> o) {
+checkUnnamed848(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'));
}
-buildUnnamed50() {
+buildUnnamed849() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed50(core.List<core.String> o) {
+checkUnnamed849(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 = buildUnnamed49();
+ o.capabilities = buildUnnamed848();
o.clientAddress = buildRoomClientAddress();
- o.invitedPlayerIds = buildUnnamed50();
+ o.invitedPlayerIds = buildUnnamed849();
o.kind = "foo";
o.networkDiagnostics = buildNetworkDiagnostics();
o.requestId = "foo";
@@ -2327,9 +2327,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) {
buildCounterRoomCreateRequest++;
if (buildCounterRoomCreateRequest < 3) {
checkRoomAutoMatchingCriteria(o.autoMatchingCriteria);
- checkUnnamed49(o.capabilities);
+ checkUnnamed848(o.capabilities);
checkRoomClientAddress(o.clientAddress);
- checkUnnamed50(o.invitedPlayerIds);
+ checkUnnamed849(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--;
}
-buildUnnamed51() {
+buildUnnamed850() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed51(core.List<core.String> o) {
+checkUnnamed850(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 = buildUnnamed51();
+ o.capabilities = buildUnnamed850();
o.clientAddress = buildRoomClientAddress();
o.kind = "foo";
o.networkDiagnostics = buildNetworkDiagnostics();
@@ -2368,7 +2368,7 @@ buildRoomJoinRequest() {
checkRoomJoinRequest(api.RoomJoinRequest o) {
buildCounterRoomJoinRequest++;
if (buildCounterRoomJoinRequest < 3) {
- checkUnnamed51(o.capabilities);
+ checkUnnamed850(o.capabilities);
checkRoomClientAddress(o.clientAddress);
unittest.expect(o.kind, unittest.equals('foo'));
checkNetworkDiagnostics(o.networkDiagnostics);
@@ -2376,14 +2376,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) {
buildCounterRoomJoinRequest--;
}
-buildUnnamed52() {
+buildUnnamed851() {
var o = new core.List<api.PeerSessionDiagnostics>();
o.add(buildPeerSessionDiagnostics());
o.add(buildPeerSessionDiagnostics());
return o;
}
-checkUnnamed52(core.List<api.PeerSessionDiagnostics> o) {
+checkUnnamed851(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 = buildUnnamed52();
+ o.peerSession = buildUnnamed851();
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'));
- checkUnnamed52(o.peerSession);
+ checkUnnamed851(o.peerSession);
unittest.expect(o.socketsUsed, unittest.isTrue);
}
buildCounterRoomLeaveDiagnostics--;
@@ -2445,14 +2445,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) {
buildCounterRoomLeaveRequest--;
}
-buildUnnamed53() {
+buildUnnamed852() {
var o = new core.List<api.Room>();
o.add(buildRoom());
o.add(buildRoom());
return o;
}
-checkUnnamed53(core.List<api.Room> o) {
+checkUnnamed852(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 = buildUnnamed53();
+ o.items = buildUnnamed852();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2474,7 +2474,7 @@ buildRoomList() {
checkRoomList(api.RoomList o) {
buildCounterRoomList++;
if (buildCounterRoomList < 3) {
- checkUnnamed53(o.items);
+ checkUnnamed852(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--;
}
-buildUnnamed54() {
+buildUnnamed853() {
var o = new core.List<api.RoomP2PStatus>();
o.add(buildRoomP2PStatus());
o.add(buildRoomP2PStatus());
return o;
}
-checkUnnamed54(core.List<api.RoomP2PStatus> o) {
+checkUnnamed853(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 = buildUnnamed54();
+ o.updates = buildUnnamed853();
}
buildCounterRoomP2PStatuses--;
return o;
@@ -2564,19 +2564,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) {
buildCounterRoomP2PStatuses++;
if (buildCounterRoomP2PStatuses < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed54(o.updates);
+ checkUnnamed853(o.updates);
}
buildCounterRoomP2PStatuses--;
}
-buildUnnamed55() {
+buildUnnamed854() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed55(core.List<core.String> o) {
+checkUnnamed854(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 = buildUnnamed55();
+ o.capabilities = buildUnnamed854();
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);
- checkUnnamed55(o.capabilities);
+ checkUnnamed854(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--;
}
-buildUnnamed56() {
+buildUnnamed855() {
var o = new core.List<api.RoomParticipant>();
o.add(buildRoomParticipant());
o.add(buildRoomParticipant());
return o;
}
-checkUnnamed56(core.List<api.RoomParticipant> o) {
+checkUnnamed855(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 = buildUnnamed56();
+ o.participants = buildUnnamed855();
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'));
- checkUnnamed56(o.participants);
+ checkUnnamed855(o.participants);
unittest.expect(o.roomId, unittest.equals('foo'));
unittest.expect(o.status, unittest.equals('foo'));
unittest.expect(o.statusVersion, unittest.equals(42));
@@ -2754,14 +2754,14 @@ checkSnapshotImage(api.SnapshotImage o) {
buildCounterSnapshotImage--;
}
-buildUnnamed57() {
+buildUnnamed856() {
var o = new core.List<api.Snapshot>();
o.add(buildSnapshot());
o.add(buildSnapshot());
return o;
}
-checkUnnamed57(core.List<api.Snapshot> o) {
+checkUnnamed856(core.List<api.Snapshot> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshot(o[0]);
checkSnapshot(o[1]);
@@ -2772,7 +2772,7 @@ buildSnapshotListResponse() {
var o = new api.SnapshotListResponse();
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- o.items = buildUnnamed57();
+ o.items = buildUnnamed856();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -2783,7 +2783,7 @@ buildSnapshotListResponse() {
checkSnapshotListResponse(api.SnapshotListResponse o) {
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- checkUnnamed57(o.items);
+ checkUnnamed856(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -2815,27 +2815,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) {
buildCounterTurnBasedAutoMatchingCriteria--;
}
-buildUnnamed58() {
+buildUnnamed857() {
var o = new core.List<api.TurnBasedMatchParticipant>();
o.add(buildTurnBasedMatchParticipant());
o.add(buildTurnBasedMatchParticipant());
return o;
}
-checkUnnamed58(core.List<api.TurnBasedMatchParticipant> o) {
+checkUnnamed857(core.List<api.TurnBasedMatchParticipant> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatchParticipant(o[0]);
checkTurnBasedMatchParticipant(o[1]);
}
-buildUnnamed59() {
+buildUnnamed858() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed59(core.List<api.ParticipantResult> o) {
+checkUnnamed858(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -2857,11 +2857,11 @@ buildTurnBasedMatch() {
o.matchId = "foo";
o.matchNumber = 42;
o.matchVersion = 42;
- o.participants = buildUnnamed58();
+ o.participants = buildUnnamed857();
o.pendingParticipantId = "foo";
o.previousMatchData = buildTurnBasedMatchData();
o.rematchId = "foo";
- o.results = buildUnnamed59();
+ o.results = buildUnnamed858();
o.status = "foo";
o.userMatchStatus = "foo";
o.variant = 42;
@@ -2885,11 +2885,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));
- checkUnnamed58(o.participants);
+ checkUnnamed857(o.participants);
unittest.expect(o.pendingParticipantId, unittest.equals('foo'));
checkTurnBasedMatchData(o.previousMatchData);
unittest.expect(o.rematchId, unittest.equals('foo'));
- checkUnnamed59(o.results);
+ checkUnnamed858(o.results);
unittest.expect(o.status, unittest.equals('foo'));
unittest.expect(o.userMatchStatus, unittest.equals('foo'));
unittest.expect(o.variant, unittest.equals(42));
@@ -2898,14 +2898,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) {
buildCounterTurnBasedMatch--;
}
-buildUnnamed60() {
+buildUnnamed859() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed60(core.List<core.String> o) {
+checkUnnamed859(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'));
@@ -2917,7 +2917,7 @@ buildTurnBasedMatchCreateRequest() {
buildCounterTurnBasedMatchCreateRequest++;
if (buildCounterTurnBasedMatchCreateRequest < 3) {
o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria();
- o.invitedPlayerIds = buildUnnamed60();
+ o.invitedPlayerIds = buildUnnamed859();
o.kind = "foo";
o.requestId = "foo";
o.variant = 42;
@@ -2930,7 +2930,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) {
buildCounterTurnBasedMatchCreateRequest++;
if (buildCounterTurnBasedMatchCreateRequest < 3) {
checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria);
- checkUnnamed60(o.invitedPlayerIds);
+ checkUnnamed859(o.invitedPlayerIds);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.requestId, unittest.equals('foo'));
unittest.expect(o.variant, unittest.equals(42));
@@ -2982,14 +2982,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) {
buildCounterTurnBasedMatchDataRequest--;
}
-buildUnnamed61() {
+buildUnnamed860() {
var o = new core.List<api.TurnBasedMatch>();
o.add(buildTurnBasedMatch());
o.add(buildTurnBasedMatch());
return o;
}
-checkUnnamed61(core.List<api.TurnBasedMatch> o) {
+checkUnnamed860(core.List<api.TurnBasedMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatch(o[0]);
checkTurnBasedMatch(o[1]);
@@ -3000,7 +3000,7 @@ buildTurnBasedMatchList() {
var o = new api.TurnBasedMatchList();
buildCounterTurnBasedMatchList++;
if (buildCounterTurnBasedMatchList < 3) {
- o.items = buildUnnamed61();
+ o.items = buildUnnamed860();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -3011,7 +3011,7 @@ buildTurnBasedMatchList() {
checkTurnBasedMatchList(api.TurnBasedMatchList o) {
buildCounterTurnBasedMatchList++;
if (buildCounterTurnBasedMatchList < 3) {
- checkUnnamed61(o.items);
+ checkUnnamed860(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -3093,14 +3093,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) {
buildCounterTurnBasedMatchRematch--;
}
-buildUnnamed62() {
+buildUnnamed861() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed62(core.List<api.ParticipantResult> o) {
+checkUnnamed861(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -3114,7 +3114,7 @@ buildTurnBasedMatchResults() {
o.data = buildTurnBasedMatchDataRequest();
o.kind = "foo";
o.matchVersion = 42;
- o.results = buildUnnamed62();
+ o.results = buildUnnamed861();
}
buildCounterTurnBasedMatchResults--;
return o;
@@ -3126,19 +3126,19 @@ checkTurnBasedMatchResults(api.TurnBasedMatchResults o) {
checkTurnBasedMatchDataRequest(o.data);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.matchVersion, unittest.equals(42));
- checkUnnamed62(o.results);
+ checkUnnamed861(o.results);
}
buildCounterTurnBasedMatchResults--;
}
-buildUnnamed63() {
+buildUnnamed862() {
var o = new core.List<api.TurnBasedMatch>();
o.add(buildTurnBasedMatch());
o.add(buildTurnBasedMatch());
return o;
}
-checkUnnamed63(core.List<api.TurnBasedMatch> o) {
+checkUnnamed862(core.List<api.TurnBasedMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkTurnBasedMatch(o[0]);
checkTurnBasedMatch(o[1]);
@@ -3149,7 +3149,7 @@ buildTurnBasedMatchSync() {
var o = new api.TurnBasedMatchSync();
buildCounterTurnBasedMatchSync++;
if (buildCounterTurnBasedMatchSync < 3) {
- o.items = buildUnnamed63();
+ o.items = buildUnnamed862();
o.kind = "foo";
o.moreAvailable = true;
o.nextPageToken = "foo";
@@ -3161,7 +3161,7 @@ buildTurnBasedMatchSync() {
checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
buildCounterTurnBasedMatchSync++;
if (buildCounterTurnBasedMatchSync < 3) {
- checkUnnamed63(o.items);
+ checkUnnamed862(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.moreAvailable, unittest.isTrue);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
@@ -3169,14 +3169,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) {
buildCounterTurnBasedMatchSync--;
}
-buildUnnamed64() {
+buildUnnamed863() {
var o = new core.List<api.ParticipantResult>();
o.add(buildParticipantResult());
o.add(buildParticipantResult());
return o;
}
-checkUnnamed64(core.List<api.ParticipantResult> o) {
+checkUnnamed863(core.List<api.ParticipantResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkParticipantResult(o[0]);
checkParticipantResult(o[1]);
@@ -3191,7 +3191,7 @@ buildTurnBasedMatchTurn() {
o.kind = "foo";
o.matchVersion = 42;
o.pendingParticipantId = "foo";
- o.results = buildUnnamed64();
+ o.results = buildUnnamed863();
}
buildCounterTurnBasedMatchTurn--;
return o;
@@ -3204,7 +3204,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'));
- checkUnnamed64(o.results);
+ checkUnnamed863(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