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 ee17ced3ab8c3d83725b641bf1188760a3502d34..32aefa155bb3c1d3d682f234b1ae22865f2df78b 100644 |
--- a/generated/googleapis/test/games/v1_test.dart |
+++ b/generated/googleapis/test/games/v1_test.dart |
@@ -94,14 +94,14 @@ checkAchievementDefinition(api.AchievementDefinition o) { |
buildCounterAchievementDefinition--; |
} |
-buildUnnamed96() { |
+buildUnnamed101() { |
var o = new core.List<api.AchievementDefinition>(); |
o.add(buildAchievementDefinition()); |
o.add(buildAchievementDefinition()); |
return o; |
} |
-checkUnnamed96(core.List<api.AchievementDefinition> o) { |
+checkUnnamed101(core.List<api.AchievementDefinition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAchievementDefinition(o[0]); |
checkAchievementDefinition(o[1]); |
@@ -112,7 +112,7 @@ buildAchievementDefinitionsListResponse() { |
var o = new api.AchievementDefinitionsListResponse(); |
buildCounterAchievementDefinitionsListResponse++; |
if (buildCounterAchievementDefinitionsListResponse < 3) { |
- o.items = buildUnnamed96(); |
+ o.items = buildUnnamed101(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -123,7 +123,7 @@ buildAchievementDefinitionsListResponse() { |
checkAchievementDefinitionsListResponse(api.AchievementDefinitionsListResponse o) { |
buildCounterAchievementDefinitionsListResponse++; |
if (buildCounterAchievementDefinitionsListResponse < 3) { |
- checkUnnamed96(o.items); |
+ checkUnnamed101(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -218,14 +218,14 @@ checkAchievementUnlockResponse(api.AchievementUnlockResponse o) { |
buildCounterAchievementUnlockResponse--; |
} |
-buildUnnamed97() { |
+buildUnnamed102() { |
var o = new core.List<api.AchievementUpdateRequest>(); |
o.add(buildAchievementUpdateRequest()); |
o.add(buildAchievementUpdateRequest()); |
return o; |
} |
-checkUnnamed97(core.List<api.AchievementUpdateRequest> o) { |
+checkUnnamed102(core.List<api.AchievementUpdateRequest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAchievementUpdateRequest(o[0]); |
checkAchievementUpdateRequest(o[1]); |
@@ -237,7 +237,7 @@ buildAchievementUpdateMultipleRequest() { |
buildCounterAchievementUpdateMultipleRequest++; |
if (buildCounterAchievementUpdateMultipleRequest < 3) { |
o.kind = "foo"; |
- o.updates = buildUnnamed97(); |
+ o.updates = buildUnnamed102(); |
} |
buildCounterAchievementUpdateMultipleRequest--; |
return o; |
@@ -247,19 +247,19 @@ checkAchievementUpdateMultipleRequest(api.AchievementUpdateMultipleRequest o) { |
buildCounterAchievementUpdateMultipleRequest++; |
if (buildCounterAchievementUpdateMultipleRequest < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed97(o.updates); |
+ checkUnnamed102(o.updates); |
} |
buildCounterAchievementUpdateMultipleRequest--; |
} |
-buildUnnamed98() { |
+buildUnnamed103() { |
var o = new core.List<api.AchievementUpdateResponse>(); |
o.add(buildAchievementUpdateResponse()); |
o.add(buildAchievementUpdateResponse()); |
return o; |
} |
-checkUnnamed98(core.List<api.AchievementUpdateResponse> o) { |
+checkUnnamed103(core.List<api.AchievementUpdateResponse> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAchievementUpdateResponse(o[0]); |
checkAchievementUpdateResponse(o[1]); |
@@ -271,7 +271,7 @@ buildAchievementUpdateMultipleResponse() { |
buildCounterAchievementUpdateMultipleResponse++; |
if (buildCounterAchievementUpdateMultipleResponse < 3) { |
o.kind = "foo"; |
- o.updatedAchievements = buildUnnamed98(); |
+ o.updatedAchievements = buildUnnamed103(); |
} |
buildCounterAchievementUpdateMultipleResponse--; |
return o; |
@@ -281,7 +281,7 @@ checkAchievementUpdateMultipleResponse(api.AchievementUpdateMultipleResponse o) |
buildCounterAchievementUpdateMultipleResponse++; |
if (buildCounterAchievementUpdateMultipleResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed98(o.updatedAchievements); |
+ checkUnnamed103(o.updatedAchievements); |
} |
buildCounterAchievementUpdateMultipleResponse--; |
} |
@@ -392,40 +392,40 @@ checkAnonymousPlayer(api.AnonymousPlayer o) { |
buildCounterAnonymousPlayer--; |
} |
-buildUnnamed99() { |
+buildUnnamed104() { |
var o = new core.List<api.ImageAsset>(); |
o.add(buildImageAsset()); |
o.add(buildImageAsset()); |
return o; |
} |
-checkUnnamed99(core.List<api.ImageAsset> o) { |
+checkUnnamed104(core.List<api.ImageAsset> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImageAsset(o[0]); |
checkImageAsset(o[1]); |
} |
-buildUnnamed100() { |
+buildUnnamed105() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed100(core.List<core.String> o) { |
+checkUnnamed105(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')); |
} |
-buildUnnamed101() { |
+buildUnnamed106() { |
var o = new core.List<api.Instance>(); |
o.add(buildInstance()); |
o.add(buildInstance()); |
return o; |
} |
-checkUnnamed101(core.List<api.Instance> o) { |
+checkUnnamed106(core.List<api.Instance> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkInstance(o[0]); |
checkInstance(o[1]); |
@@ -437,13 +437,13 @@ buildApplication() { |
buildCounterApplication++; |
if (buildCounterApplication < 3) { |
o.achievementCount = 42; |
- o.assets = buildUnnamed99(); |
+ o.assets = buildUnnamed104(); |
o.author = "foo"; |
o.category = buildApplicationCategory(); |
o.description = "foo"; |
- o.enabledFeatures = buildUnnamed100(); |
+ o.enabledFeatures = buildUnnamed105(); |
o.id = "foo"; |
- o.instances = buildUnnamed101(); |
+ o.instances = buildUnnamed106(); |
o.kind = "foo"; |
o.lastUpdatedTimestamp = "foo"; |
o.leaderboardCount = 42; |
@@ -458,13 +458,13 @@ checkApplication(api.Application o) { |
buildCounterApplication++; |
if (buildCounterApplication < 3) { |
unittest.expect(o.achievementCount, unittest.equals(42)); |
- checkUnnamed99(o.assets); |
+ checkUnnamed104(o.assets); |
unittest.expect(o.author, unittest.equals('foo')); |
checkApplicationCategory(o.category); |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed100(o.enabledFeatures); |
+ checkUnnamed105(o.enabledFeatures); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed101(o.instances); |
+ checkUnnamed106(o.instances); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.lastUpdatedTimestamp, unittest.equals('foo')); |
unittest.expect(o.leaderboardCount, unittest.equals(42)); |
@@ -543,14 +543,14 @@ checkCategory(api.Category o) { |
buildCounterCategory--; |
} |
-buildUnnamed102() { |
+buildUnnamed107() { |
var o = new core.List<api.Category>(); |
o.add(buildCategory()); |
o.add(buildCategory()); |
return o; |
} |
-checkUnnamed102(core.List<api.Category> o) { |
+checkUnnamed107(core.List<api.Category> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCategory(o[0]); |
checkCategory(o[1]); |
@@ -561,7 +561,7 @@ buildCategoryListResponse() { |
var o = new api.CategoryListResponse(); |
buildCounterCategoryListResponse++; |
if (buildCounterCategoryListResponse < 3) { |
- o.items = buildUnnamed102(); |
+ o.items = buildUnnamed107(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -572,7 +572,7 @@ buildCategoryListResponse() { |
checkCategoryListResponse(api.CategoryListResponse o) { |
buildCounterCategoryListResponse++; |
if (buildCounterCategoryListResponse < 3) { |
- checkUnnamed102(o.items); |
+ checkUnnamed107(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -623,14 +623,14 @@ checkEventChild(api.EventChild o) { |
buildCounterEventChild--; |
} |
-buildUnnamed103() { |
+buildUnnamed108() { |
var o = new core.List<api.EventChild>(); |
o.add(buildEventChild()); |
o.add(buildEventChild()); |
return o; |
} |
-checkUnnamed103(core.List<api.EventChild> o) { |
+checkUnnamed108(core.List<api.EventChild> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventChild(o[0]); |
checkEventChild(o[1]); |
@@ -641,7 +641,7 @@ buildEventDefinition() { |
var o = new api.EventDefinition(); |
buildCounterEventDefinition++; |
if (buildCounterEventDefinition < 3) { |
- o.childEvents = buildUnnamed103(); |
+ o.childEvents = buildUnnamed108(); |
o.description = "foo"; |
o.displayName = "foo"; |
o.id = "foo"; |
@@ -657,7 +657,7 @@ buildEventDefinition() { |
checkEventDefinition(api.EventDefinition o) { |
buildCounterEventDefinition++; |
if (buildCounterEventDefinition < 3) { |
- checkUnnamed103(o.childEvents); |
+ checkUnnamed108(o.childEvents); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
@@ -669,14 +669,14 @@ checkEventDefinition(api.EventDefinition o) { |
buildCounterEventDefinition--; |
} |
-buildUnnamed104() { |
+buildUnnamed109() { |
var o = new core.List<api.EventDefinition>(); |
o.add(buildEventDefinition()); |
o.add(buildEventDefinition()); |
return o; |
} |
-checkUnnamed104(core.List<api.EventDefinition> o) { |
+checkUnnamed109(core.List<api.EventDefinition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventDefinition(o[0]); |
checkEventDefinition(o[1]); |
@@ -687,7 +687,7 @@ buildEventDefinitionListResponse() { |
var o = new api.EventDefinitionListResponse(); |
buildCounterEventDefinitionListResponse++; |
if (buildCounterEventDefinitionListResponse < 3) { |
- o.items = buildUnnamed104(); |
+ o.items = buildUnnamed109(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -698,7 +698,7 @@ buildEventDefinitionListResponse() { |
checkEventDefinitionListResponse(api.EventDefinitionListResponse o) { |
buildCounterEventDefinitionListResponse++; |
if (buildCounterEventDefinitionListResponse < 3) { |
- checkUnnamed104(o.items); |
+ checkUnnamed109(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -728,14 +728,14 @@ checkEventPeriodRange(api.EventPeriodRange o) { |
buildCounterEventPeriodRange--; |
} |
-buildUnnamed105() { |
+buildUnnamed110() { |
var o = new core.List<api.EventUpdateRequest>(); |
o.add(buildEventUpdateRequest()); |
o.add(buildEventUpdateRequest()); |
return o; |
} |
-checkUnnamed105(core.List<api.EventUpdateRequest> o) { |
+checkUnnamed110(core.List<api.EventUpdateRequest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventUpdateRequest(o[0]); |
checkEventUpdateRequest(o[1]); |
@@ -748,7 +748,7 @@ buildEventPeriodUpdate() { |
if (buildCounterEventPeriodUpdate < 3) { |
o.kind = "foo"; |
o.timePeriod = buildEventPeriodRange(); |
- o.updates = buildUnnamed105(); |
+ o.updates = buildUnnamed110(); |
} |
buildCounterEventPeriodUpdate--; |
return o; |
@@ -759,7 +759,7 @@ checkEventPeriodUpdate(api.EventPeriodUpdate o) { |
if (buildCounterEventPeriodUpdate < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
checkEventPeriodRange(o.timePeriod); |
- checkUnnamed105(o.updates); |
+ checkUnnamed110(o.updates); |
} |
buildCounterEventPeriodUpdate--; |
} |
@@ -787,14 +787,14 @@ checkEventRecordFailure(api.EventRecordFailure o) { |
buildCounterEventRecordFailure--; |
} |
-buildUnnamed106() { |
+buildUnnamed111() { |
var o = new core.List<api.EventPeriodUpdate>(); |
o.add(buildEventPeriodUpdate()); |
o.add(buildEventPeriodUpdate()); |
return o; |
} |
-checkUnnamed106(core.List<api.EventPeriodUpdate> o) { |
+checkUnnamed111(core.List<api.EventPeriodUpdate> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventPeriodUpdate(o[0]); |
checkEventPeriodUpdate(o[1]); |
@@ -808,7 +808,7 @@ buildEventRecordRequest() { |
o.currentTimeMillis = "foo"; |
o.kind = "foo"; |
o.requestId = "foo"; |
- o.timePeriods = buildUnnamed106(); |
+ o.timePeriods = buildUnnamed111(); |
} |
buildCounterEventRecordRequest--; |
return o; |
@@ -820,7 +820,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')); |
- checkUnnamed106(o.timePeriods); |
+ checkUnnamed111(o.timePeriods); |
} |
buildCounterEventRecordRequest--; |
} |
@@ -848,40 +848,40 @@ checkEventUpdateRequest(api.EventUpdateRequest o) { |
buildCounterEventUpdateRequest--; |
} |
-buildUnnamed107() { |
+buildUnnamed112() { |
var o = new core.List<api.EventBatchRecordFailure>(); |
o.add(buildEventBatchRecordFailure()); |
o.add(buildEventBatchRecordFailure()); |
return o; |
} |
-checkUnnamed107(core.List<api.EventBatchRecordFailure> o) { |
+checkUnnamed112(core.List<api.EventBatchRecordFailure> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventBatchRecordFailure(o[0]); |
checkEventBatchRecordFailure(o[1]); |
} |
-buildUnnamed108() { |
+buildUnnamed113() { |
var o = new core.List<api.EventRecordFailure>(); |
o.add(buildEventRecordFailure()); |
o.add(buildEventRecordFailure()); |
return o; |
} |
-checkUnnamed108(core.List<api.EventRecordFailure> o) { |
+checkUnnamed113(core.List<api.EventRecordFailure> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventRecordFailure(o[0]); |
checkEventRecordFailure(o[1]); |
} |
-buildUnnamed109() { |
+buildUnnamed114() { |
var o = new core.List<api.PlayerEvent>(); |
o.add(buildPlayerEvent()); |
o.add(buildPlayerEvent()); |
return o; |
} |
-checkUnnamed109(core.List<api.PlayerEvent> o) { |
+checkUnnamed114(core.List<api.PlayerEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerEvent(o[0]); |
checkPlayerEvent(o[1]); |
@@ -892,10 +892,10 @@ buildEventUpdateResponse() { |
var o = new api.EventUpdateResponse(); |
buildCounterEventUpdateResponse++; |
if (buildCounterEventUpdateResponse < 3) { |
- o.batchFailures = buildUnnamed107(); |
- o.eventFailures = buildUnnamed108(); |
+ o.batchFailures = buildUnnamed112(); |
+ o.eventFailures = buildUnnamed113(); |
o.kind = "foo"; |
- o.playerEvents = buildUnnamed109(); |
+ o.playerEvents = buildUnnamed114(); |
} |
buildCounterEventUpdateResponse--; |
return o; |
@@ -904,10 +904,10 @@ buildEventUpdateResponse() { |
checkEventUpdateResponse(api.EventUpdateResponse o) { |
buildCounterEventUpdateResponse++; |
if (buildCounterEventUpdateResponse < 3) { |
- checkUnnamed107(o.batchFailures); |
- checkUnnamed108(o.eventFailures); |
+ checkUnnamed112(o.batchFailures); |
+ checkUnnamed113(o.eventFailures); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed109(o.playerEvents); |
+ checkUnnamed114(o.playerEvents); |
} |
buildCounterEventUpdateResponse--; |
} |
@@ -1161,14 +1161,14 @@ checkLeaderboardEntry(api.LeaderboardEntry o) { |
buildCounterLeaderboardEntry--; |
} |
-buildUnnamed110() { |
+buildUnnamed115() { |
var o = new core.List<api.Leaderboard>(); |
o.add(buildLeaderboard()); |
o.add(buildLeaderboard()); |
return o; |
} |
-checkUnnamed110(core.List<api.Leaderboard> o) { |
+checkUnnamed115(core.List<api.Leaderboard> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLeaderboard(o[0]); |
checkLeaderboard(o[1]); |
@@ -1179,7 +1179,7 @@ buildLeaderboardListResponse() { |
var o = new api.LeaderboardListResponse(); |
buildCounterLeaderboardListResponse++; |
if (buildCounterLeaderboardListResponse < 3) { |
- o.items = buildUnnamed110(); |
+ o.items = buildUnnamed115(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1190,7 +1190,7 @@ buildLeaderboardListResponse() { |
checkLeaderboardListResponse(api.LeaderboardListResponse o) { |
buildCounterLeaderboardListResponse++; |
if (buildCounterLeaderboardListResponse < 3) { |
- checkUnnamed110(o.items); |
+ checkUnnamed115(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1224,14 +1224,14 @@ checkLeaderboardScoreRank(api.LeaderboardScoreRank o) { |
buildCounterLeaderboardScoreRank--; |
} |
-buildUnnamed111() { |
+buildUnnamed116() { |
var o = new core.List<api.LeaderboardEntry>(); |
o.add(buildLeaderboardEntry()); |
o.add(buildLeaderboardEntry()); |
return o; |
} |
-checkUnnamed111(core.List<api.LeaderboardEntry> o) { |
+checkUnnamed116(core.List<api.LeaderboardEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLeaderboardEntry(o[0]); |
checkLeaderboardEntry(o[1]); |
@@ -1242,7 +1242,7 @@ buildLeaderboardScores() { |
var o = new api.LeaderboardScores(); |
buildCounterLeaderboardScores++; |
if (buildCounterLeaderboardScores < 3) { |
- o.items = buildUnnamed111(); |
+ o.items = buildUnnamed116(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.numScores = "foo"; |
@@ -1256,7 +1256,7 @@ buildLeaderboardScores() { |
checkLeaderboardScores(api.LeaderboardScores o) { |
buildCounterLeaderboardScores++; |
if (buildCounterLeaderboardScores < 3) { |
- checkUnnamed111(o.items); |
+ checkUnnamed116(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.numScores, unittest.equals('foo')); |
@@ -1266,14 +1266,14 @@ checkLeaderboardScores(api.LeaderboardScores o) { |
buildCounterLeaderboardScores--; |
} |
-buildUnnamed112() { |
+buildUnnamed117() { |
var o = new core.List<api.PlayerLevel>(); |
o.add(buildPlayerLevel()); |
o.add(buildPlayerLevel()); |
return o; |
} |
-checkUnnamed112(core.List<api.PlayerLevel> o) { |
+checkUnnamed117(core.List<api.PlayerLevel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerLevel(o[0]); |
checkPlayerLevel(o[1]); |
@@ -1286,7 +1286,7 @@ buildMetagameConfig() { |
if (buildCounterMetagameConfig < 3) { |
o.currentVersion = 42; |
o.kind = "foo"; |
- o.playerLevels = buildUnnamed112(); |
+ o.playerLevels = buildUnnamed117(); |
} |
buildCounterMetagameConfig--; |
return o; |
@@ -1297,7 +1297,7 @@ checkMetagameConfig(api.MetagameConfig o) { |
if (buildCounterMetagameConfig < 3) { |
unittest.expect(o.currentVersion, unittest.equals(42)); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed112(o.playerLevels); |
+ checkUnnamed117(o.playerLevels); |
} |
buildCounterMetagameConfig--; |
} |
@@ -1534,14 +1534,14 @@ checkPlayerAchievement(api.PlayerAchievement o) { |
buildCounterPlayerAchievement--; |
} |
-buildUnnamed113() { |
+buildUnnamed118() { |
var o = new core.List<api.PlayerAchievement>(); |
o.add(buildPlayerAchievement()); |
o.add(buildPlayerAchievement()); |
return o; |
} |
-checkUnnamed113(core.List<api.PlayerAchievement> o) { |
+checkUnnamed118(core.List<api.PlayerAchievement> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerAchievement(o[0]); |
checkPlayerAchievement(o[1]); |
@@ -1552,7 +1552,7 @@ buildPlayerAchievementListResponse() { |
var o = new api.PlayerAchievementListResponse(); |
buildCounterPlayerAchievementListResponse++; |
if (buildCounterPlayerAchievementListResponse < 3) { |
- o.items = buildUnnamed113(); |
+ o.items = buildUnnamed118(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1563,7 +1563,7 @@ buildPlayerAchievementListResponse() { |
checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) { |
buildCounterPlayerAchievementListResponse++; |
if (buildCounterPlayerAchievementListResponse < 3) { |
- checkUnnamed113(o.items); |
+ checkUnnamed118(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1597,14 +1597,14 @@ checkPlayerEvent(api.PlayerEvent o) { |
buildCounterPlayerEvent--; |
} |
-buildUnnamed114() { |
+buildUnnamed119() { |
var o = new core.List<api.PlayerEvent>(); |
o.add(buildPlayerEvent()); |
o.add(buildPlayerEvent()); |
return o; |
} |
-checkUnnamed114(core.List<api.PlayerEvent> o) { |
+checkUnnamed119(core.List<api.PlayerEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerEvent(o[0]); |
checkPlayerEvent(o[1]); |
@@ -1615,7 +1615,7 @@ buildPlayerEventListResponse() { |
var o = new api.PlayerEventListResponse(); |
buildCounterPlayerEventListResponse++; |
if (buildCounterPlayerEventListResponse < 3) { |
- o.items = buildUnnamed114(); |
+ o.items = buildUnnamed119(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1626,7 +1626,7 @@ buildPlayerEventListResponse() { |
checkPlayerEventListResponse(api.PlayerEventListResponse o) { |
buildCounterPlayerEventListResponse++; |
if (buildCounterPlayerEventListResponse < 3) { |
- checkUnnamed114(o.items); |
+ checkUnnamed119(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1695,14 +1695,14 @@ checkPlayerLeaderboardScore(api.PlayerLeaderboardScore o) { |
buildCounterPlayerLeaderboardScore--; |
} |
-buildUnnamed115() { |
+buildUnnamed120() { |
var o = new core.List<api.PlayerLeaderboardScore>(); |
o.add(buildPlayerLeaderboardScore()); |
o.add(buildPlayerLeaderboardScore()); |
return o; |
} |
-checkUnnamed115(core.List<api.PlayerLeaderboardScore> o) { |
+checkUnnamed120(core.List<api.PlayerLeaderboardScore> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerLeaderboardScore(o[0]); |
checkPlayerLeaderboardScore(o[1]); |
@@ -1713,7 +1713,7 @@ buildPlayerLeaderboardScoreListResponse() { |
var o = new api.PlayerLeaderboardScoreListResponse(); |
buildCounterPlayerLeaderboardScoreListResponse++; |
if (buildCounterPlayerLeaderboardScoreListResponse < 3) { |
- o.items = buildUnnamed115(); |
+ o.items = buildUnnamed120(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.player = buildPlayer(); |
@@ -1725,7 +1725,7 @@ buildPlayerLeaderboardScoreListResponse() { |
checkPlayerLeaderboardScoreListResponse(api.PlayerLeaderboardScoreListResponse o) { |
buildCounterPlayerLeaderboardScoreListResponse++; |
if (buildCounterPlayerLeaderboardScoreListResponse < 3) { |
- checkUnnamed115(o.items); |
+ checkUnnamed120(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPlayer(o.player); |
@@ -1758,14 +1758,14 @@ checkPlayerLevel(api.PlayerLevel o) { |
buildCounterPlayerLevel--; |
} |
-buildUnnamed116() { |
+buildUnnamed121() { |
var o = new core.List<api.Player>(); |
o.add(buildPlayer()); |
o.add(buildPlayer()); |
return o; |
} |
-checkUnnamed116(core.List<api.Player> o) { |
+checkUnnamed121(core.List<api.Player> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayer(o[0]); |
checkPlayer(o[1]); |
@@ -1776,7 +1776,7 @@ buildPlayerListResponse() { |
var o = new api.PlayerListResponse(); |
buildCounterPlayerListResponse++; |
if (buildCounterPlayerListResponse < 3) { |
- o.items = buildUnnamed116(); |
+ o.items = buildUnnamed121(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1787,7 +1787,7 @@ buildPlayerListResponse() { |
checkPlayerListResponse(api.PlayerListResponse o) { |
buildCounterPlayerListResponse++; |
if (buildCounterPlayerListResponse < 3) { |
- checkUnnamed116(o.items); |
+ checkUnnamed121(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1821,14 +1821,14 @@ checkPlayerScore(api.PlayerScore o) { |
buildCounterPlayerScore--; |
} |
-buildUnnamed117() { |
+buildUnnamed122() { |
var o = new core.List<api.PlayerScoreResponse>(); |
o.add(buildPlayerScoreResponse()); |
o.add(buildPlayerScoreResponse()); |
return o; |
} |
-checkUnnamed117(core.List<api.PlayerScoreResponse> o) { |
+checkUnnamed122(core.List<api.PlayerScoreResponse> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerScoreResponse(o[0]); |
checkPlayerScoreResponse(o[1]); |
@@ -1840,7 +1840,7 @@ buildPlayerScoreListResponse() { |
buildCounterPlayerScoreListResponse++; |
if (buildCounterPlayerScoreListResponse < 3) { |
o.kind = "foo"; |
- o.submittedScores = buildUnnamed117(); |
+ o.submittedScores = buildUnnamed122(); |
} |
buildCounterPlayerScoreListResponse--; |
return o; |
@@ -1850,32 +1850,32 @@ checkPlayerScoreListResponse(api.PlayerScoreListResponse o) { |
buildCounterPlayerScoreListResponse++; |
if (buildCounterPlayerScoreListResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed117(o.submittedScores); |
+ checkUnnamed122(o.submittedScores); |
} |
buildCounterPlayerScoreListResponse--; |
} |
-buildUnnamed118() { |
+buildUnnamed123() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed118(core.List<core.String> o) { |
+checkUnnamed123(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')); |
} |
-buildUnnamed119() { |
+buildUnnamed124() { |
var o = new core.List<api.PlayerScore>(); |
o.add(buildPlayerScore()); |
o.add(buildPlayerScore()); |
return o; |
} |
-checkUnnamed119(core.List<api.PlayerScore> o) { |
+checkUnnamed124(core.List<api.PlayerScore> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlayerScore(o[0]); |
checkPlayerScore(o[1]); |
@@ -1886,12 +1886,12 @@ buildPlayerScoreResponse() { |
var o = new api.PlayerScoreResponse(); |
buildCounterPlayerScoreResponse++; |
if (buildCounterPlayerScoreResponse < 3) { |
- o.beatenScoreTimeSpans = buildUnnamed118(); |
+ o.beatenScoreTimeSpans = buildUnnamed123(); |
o.formattedScore = "foo"; |
o.kind = "foo"; |
o.leaderboardId = "foo"; |
o.scoreTag = "foo"; |
- o.unbeatenScores = buildUnnamed119(); |
+ o.unbeatenScores = buildUnnamed124(); |
} |
buildCounterPlayerScoreResponse--; |
return o; |
@@ -1900,24 +1900,24 @@ buildPlayerScoreResponse() { |
checkPlayerScoreResponse(api.PlayerScoreResponse o) { |
buildCounterPlayerScoreResponse++; |
if (buildCounterPlayerScoreResponse < 3) { |
- checkUnnamed118(o.beatenScoreTimeSpans); |
+ checkUnnamed123(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')); |
- checkUnnamed119(o.unbeatenScores); |
+ checkUnnamed124(o.unbeatenScores); |
} |
buildCounterPlayerScoreResponse--; |
} |
-buildUnnamed120() { |
+buildUnnamed125() { |
var o = new core.List<api.ScoreSubmission>(); |
o.add(buildScoreSubmission()); |
o.add(buildScoreSubmission()); |
return o; |
} |
-checkUnnamed120(core.List<api.ScoreSubmission> o) { |
+checkUnnamed125(core.List<api.ScoreSubmission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkScoreSubmission(o[0]); |
checkScoreSubmission(o[1]); |
@@ -1929,7 +1929,7 @@ buildPlayerScoreSubmissionList() { |
buildCounterPlayerScoreSubmissionList++; |
if (buildCounterPlayerScoreSubmissionList < 3) { |
o.kind = "foo"; |
- o.scores = buildUnnamed120(); |
+ o.scores = buildUnnamed125(); |
} |
buildCounterPlayerScoreSubmissionList--; |
return o; |
@@ -1939,7 +1939,7 @@ checkPlayerScoreSubmissionList(api.PlayerScoreSubmissionList o) { |
buildCounterPlayerScoreSubmissionList++; |
if (buildCounterPlayerScoreSubmissionList < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed120(o.scores); |
+ checkUnnamed125(o.scores); |
} |
buildCounterPlayerScoreSubmissionList--; |
} |
@@ -2032,14 +2032,14 @@ checkPushTokenId(api.PushTokenId o) { |
buildCounterPushTokenId--; |
} |
-buildUnnamed121() { |
+buildUnnamed126() { |
var o = new core.List<api.QuestMilestone>(); |
o.add(buildQuestMilestone()); |
o.add(buildQuestMilestone()); |
return o; |
} |
-checkUnnamed121(core.List<api.QuestMilestone> o) { |
+checkUnnamed126(core.List<api.QuestMilestone> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuestMilestone(o[0]); |
checkQuestMilestone(o[1]); |
@@ -2061,7 +2061,7 @@ buildQuest() { |
o.isDefaultIconUrl = true; |
o.kind = "foo"; |
o.lastUpdatedTimestampMillis = "foo"; |
- o.milestones = buildUnnamed121(); |
+ o.milestones = buildUnnamed126(); |
o.name = "foo"; |
o.notifyTimestampMillis = "foo"; |
o.startTimestampMillis = "foo"; |
@@ -2085,7 +2085,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')); |
- checkUnnamed121(o.milestones); |
+ checkUnnamed126(o.milestones); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.notifyTimestampMillis, unittest.equals('foo')); |
unittest.expect(o.startTimestampMillis, unittest.equals('foo')); |
@@ -2144,14 +2144,14 @@ checkQuestCriterion(api.QuestCriterion o) { |
buildCounterQuestCriterion--; |
} |
-buildUnnamed122() { |
+buildUnnamed127() { |
var o = new core.List<api.Quest>(); |
o.add(buildQuest()); |
o.add(buildQuest()); |
return o; |
} |
-checkUnnamed122(core.List<api.Quest> o) { |
+checkUnnamed127(core.List<api.Quest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuest(o[0]); |
checkQuest(o[1]); |
@@ -2162,7 +2162,7 @@ buildQuestListResponse() { |
var o = new api.QuestListResponse(); |
buildCounterQuestListResponse++; |
if (buildCounterQuestListResponse < 3) { |
- o.items = buildUnnamed122(); |
+ o.items = buildUnnamed127(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2173,21 +2173,21 @@ buildQuestListResponse() { |
checkQuestListResponse(api.QuestListResponse o) { |
buildCounterQuestListResponse++; |
if (buildCounterQuestListResponse < 3) { |
- checkUnnamed122(o.items); |
+ checkUnnamed127(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterQuestListResponse--; |
} |
-buildUnnamed123() { |
+buildUnnamed128() { |
var o = new core.List<api.QuestCriterion>(); |
o.add(buildQuestCriterion()); |
o.add(buildQuestCriterion()); |
return o; |
} |
-checkUnnamed123(core.List<api.QuestCriterion> o) { |
+checkUnnamed128(core.List<api.QuestCriterion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuestCriterion(o[0]); |
checkQuestCriterion(o[1]); |
@@ -2199,7 +2199,7 @@ buildQuestMilestone() { |
buildCounterQuestMilestone++; |
if (buildCounterQuestMilestone < 3) { |
o.completionRewardData = "foo"; |
- o.criteria = buildUnnamed123(); |
+ o.criteria = buildUnnamed128(); |
o.id = "foo"; |
o.kind = "foo"; |
o.state = "foo"; |
@@ -2212,7 +2212,7 @@ checkQuestMilestone(api.QuestMilestone o) { |
buildCounterQuestMilestone++; |
if (buildCounterQuestMilestone < 3) { |
unittest.expect(o.completionRewardData, unittest.equals('foo')); |
- checkUnnamed123(o.criteria); |
+ checkUnnamed128(o.criteria); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.state, unittest.equals('foo')); |
@@ -2243,14 +2243,14 @@ checkRevisionCheckResponse(api.RevisionCheckResponse o) { |
buildCounterRevisionCheckResponse--; |
} |
-buildUnnamed124() { |
+buildUnnamed129() { |
var o = new core.List<api.RoomParticipant>(); |
o.add(buildRoomParticipant()); |
o.add(buildRoomParticipant()); |
return o; |
} |
-checkUnnamed124(core.List<api.RoomParticipant> o) { |
+checkUnnamed129(core.List<api.RoomParticipant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoomParticipant(o[0]); |
checkRoomParticipant(o[1]); |
@@ -2269,7 +2269,7 @@ buildRoom() { |
o.inviterId = "foo"; |
o.kind = "foo"; |
o.lastUpdateDetails = buildRoomModification(); |
- o.participants = buildUnnamed124(); |
+ o.participants = buildUnnamed129(); |
o.roomId = "foo"; |
o.roomStatusVersion = 42; |
o.status = "foo"; |
@@ -2290,7 +2290,7 @@ checkRoom(api.Room o) { |
unittest.expect(o.inviterId, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkRoomModification(o.lastUpdateDetails); |
- checkUnnamed124(o.participants); |
+ checkUnnamed129(o.participants); |
unittest.expect(o.roomId, unittest.equals('foo')); |
unittest.expect(o.roomStatusVersion, unittest.equals(42)); |
unittest.expect(o.status, unittest.equals('foo')); |
@@ -2366,27 +2366,27 @@ checkRoomClientAddress(api.RoomClientAddress o) { |
buildCounterRoomClientAddress--; |
} |
-buildUnnamed125() { |
+buildUnnamed130() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed125(core.List<core.String> o) { |
+checkUnnamed130(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')); |
} |
-buildUnnamed126() { |
+buildUnnamed131() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed126(core.List<core.String> o) { |
+checkUnnamed131(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')); |
@@ -2398,9 +2398,9 @@ buildRoomCreateRequest() { |
buildCounterRoomCreateRequest++; |
if (buildCounterRoomCreateRequest < 3) { |
o.autoMatchingCriteria = buildRoomAutoMatchingCriteria(); |
- o.capabilities = buildUnnamed125(); |
+ o.capabilities = buildUnnamed130(); |
o.clientAddress = buildRoomClientAddress(); |
- o.invitedPlayerIds = buildUnnamed126(); |
+ o.invitedPlayerIds = buildUnnamed131(); |
o.kind = "foo"; |
o.networkDiagnostics = buildNetworkDiagnostics(); |
o.requestId = "foo"; |
@@ -2414,9 +2414,9 @@ checkRoomCreateRequest(api.RoomCreateRequest o) { |
buildCounterRoomCreateRequest++; |
if (buildCounterRoomCreateRequest < 3) { |
checkRoomAutoMatchingCriteria(o.autoMatchingCriteria); |
- checkUnnamed125(o.capabilities); |
+ checkUnnamed130(o.capabilities); |
checkRoomClientAddress(o.clientAddress); |
- checkUnnamed126(o.invitedPlayerIds); |
+ checkUnnamed131(o.invitedPlayerIds); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkNetworkDiagnostics(o.networkDiagnostics); |
unittest.expect(o.requestId, unittest.equals('foo')); |
@@ -2425,14 +2425,14 @@ checkRoomCreateRequest(api.RoomCreateRequest o) { |
buildCounterRoomCreateRequest--; |
} |
-buildUnnamed127() { |
+buildUnnamed132() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed127(core.List<core.String> o) { |
+checkUnnamed132(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')); |
@@ -2443,7 +2443,7 @@ buildRoomJoinRequest() { |
var o = new api.RoomJoinRequest(); |
buildCounterRoomJoinRequest++; |
if (buildCounterRoomJoinRequest < 3) { |
- o.capabilities = buildUnnamed127(); |
+ o.capabilities = buildUnnamed132(); |
o.clientAddress = buildRoomClientAddress(); |
o.kind = "foo"; |
o.networkDiagnostics = buildNetworkDiagnostics(); |
@@ -2455,7 +2455,7 @@ buildRoomJoinRequest() { |
checkRoomJoinRequest(api.RoomJoinRequest o) { |
buildCounterRoomJoinRequest++; |
if (buildCounterRoomJoinRequest < 3) { |
- checkUnnamed127(o.capabilities); |
+ checkUnnamed132(o.capabilities); |
checkRoomClientAddress(o.clientAddress); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkNetworkDiagnostics(o.networkDiagnostics); |
@@ -2463,14 +2463,14 @@ checkRoomJoinRequest(api.RoomJoinRequest o) { |
buildCounterRoomJoinRequest--; |
} |
-buildUnnamed128() { |
+buildUnnamed133() { |
var o = new core.List<api.PeerSessionDiagnostics>(); |
o.add(buildPeerSessionDiagnostics()); |
o.add(buildPeerSessionDiagnostics()); |
return o; |
} |
-checkUnnamed128(core.List<api.PeerSessionDiagnostics> o) { |
+checkUnnamed133(core.List<api.PeerSessionDiagnostics> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPeerSessionDiagnostics(o[0]); |
checkPeerSessionDiagnostics(o[1]); |
@@ -2487,7 +2487,7 @@ buildRoomLeaveDiagnostics() { |
o.kind = "foo"; |
o.networkOperatorCode = "foo"; |
o.networkOperatorName = "foo"; |
- o.peerSession = buildUnnamed128(); |
+ o.peerSession = buildUnnamed133(); |
o.socketsUsed = true; |
} |
buildCounterRoomLeaveDiagnostics--; |
@@ -2503,7 +2503,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')); |
- checkUnnamed128(o.peerSession); |
+ checkUnnamed133(o.peerSession); |
unittest.expect(o.socketsUsed, unittest.isTrue); |
} |
buildCounterRoomLeaveDiagnostics--; |
@@ -2532,14 +2532,14 @@ checkRoomLeaveRequest(api.RoomLeaveRequest o) { |
buildCounterRoomLeaveRequest--; |
} |
-buildUnnamed129() { |
+buildUnnamed134() { |
var o = new core.List<api.Room>(); |
o.add(buildRoom()); |
o.add(buildRoom()); |
return o; |
} |
-checkUnnamed129(core.List<api.Room> o) { |
+checkUnnamed134(core.List<api.Room> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoom(o[0]); |
checkRoom(o[1]); |
@@ -2550,7 +2550,7 @@ buildRoomList() { |
var o = new api.RoomList(); |
buildCounterRoomList++; |
if (buildCounterRoomList < 3) { |
- o.items = buildUnnamed129(); |
+ o.items = buildUnnamed134(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2561,7 +2561,7 @@ buildRoomList() { |
checkRoomList(api.RoomList o) { |
buildCounterRoomList++; |
if (buildCounterRoomList < 3) { |
- checkUnnamed129(o.items); |
+ checkUnnamed134(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -2622,14 +2622,14 @@ checkRoomP2PStatus(api.RoomP2PStatus o) { |
buildCounterRoomP2PStatus--; |
} |
-buildUnnamed130() { |
+buildUnnamed135() { |
var o = new core.List<api.RoomP2PStatus>(); |
o.add(buildRoomP2PStatus()); |
o.add(buildRoomP2PStatus()); |
return o; |
} |
-checkUnnamed130(core.List<api.RoomP2PStatus> o) { |
+checkUnnamed135(core.List<api.RoomP2PStatus> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoomP2PStatus(o[0]); |
checkRoomP2PStatus(o[1]); |
@@ -2641,7 +2641,7 @@ buildRoomP2PStatuses() { |
buildCounterRoomP2PStatuses++; |
if (buildCounterRoomP2PStatuses < 3) { |
o.kind = "foo"; |
- o.updates = buildUnnamed130(); |
+ o.updates = buildUnnamed135(); |
} |
buildCounterRoomP2PStatuses--; |
return o; |
@@ -2651,19 +2651,19 @@ checkRoomP2PStatuses(api.RoomP2PStatuses o) { |
buildCounterRoomP2PStatuses++; |
if (buildCounterRoomP2PStatuses < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed130(o.updates); |
+ checkUnnamed135(o.updates); |
} |
buildCounterRoomP2PStatuses--; |
} |
-buildUnnamed131() { |
+buildUnnamed136() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed131(core.List<core.String> o) { |
+checkUnnamed136(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')); |
@@ -2676,7 +2676,7 @@ buildRoomParticipant() { |
if (buildCounterRoomParticipant < 3) { |
o.autoMatched = true; |
o.autoMatchedPlayer = buildAnonymousPlayer(); |
- o.capabilities = buildUnnamed131(); |
+ o.capabilities = buildUnnamed136(); |
o.clientAddress = buildRoomClientAddress(); |
o.connected = true; |
o.id = "foo"; |
@@ -2694,7 +2694,7 @@ checkRoomParticipant(api.RoomParticipant o) { |
if (buildCounterRoomParticipant < 3) { |
unittest.expect(o.autoMatched, unittest.isTrue); |
checkAnonymousPlayer(o.autoMatchedPlayer); |
- checkUnnamed131(o.capabilities); |
+ checkUnnamed136(o.capabilities); |
checkRoomClientAddress(o.clientAddress); |
unittest.expect(o.connected, unittest.isTrue); |
unittest.expect(o.id, unittest.equals('foo')); |
@@ -2706,14 +2706,14 @@ checkRoomParticipant(api.RoomParticipant o) { |
buildCounterRoomParticipant--; |
} |
-buildUnnamed132() { |
+buildUnnamed137() { |
var o = new core.List<api.RoomParticipant>(); |
o.add(buildRoomParticipant()); |
o.add(buildRoomParticipant()); |
return o; |
} |
-checkUnnamed132(core.List<api.RoomParticipant> o) { |
+checkUnnamed137(core.List<api.RoomParticipant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRoomParticipant(o[0]); |
checkRoomParticipant(o[1]); |
@@ -2726,7 +2726,7 @@ buildRoomStatus() { |
if (buildCounterRoomStatus < 3) { |
o.autoMatchingStatus = buildRoomAutoMatchStatus(); |
o.kind = "foo"; |
- o.participants = buildUnnamed132(); |
+ o.participants = buildUnnamed137(); |
o.roomId = "foo"; |
o.status = "foo"; |
o.statusVersion = 42; |
@@ -2740,7 +2740,7 @@ checkRoomStatus(api.RoomStatus o) { |
if (buildCounterRoomStatus < 3) { |
checkRoomAutoMatchStatus(o.autoMatchingStatus); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed132(o.participants); |
+ checkUnnamed137(o.participants); |
unittest.expect(o.roomId, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.statusVersion, unittest.equals(42)); |
@@ -2841,14 +2841,14 @@ checkSnapshotImage(api.SnapshotImage o) { |
buildCounterSnapshotImage--; |
} |
-buildUnnamed133() { |
+buildUnnamed138() { |
var o = new core.List<api.Snapshot>(); |
o.add(buildSnapshot()); |
o.add(buildSnapshot()); |
return o; |
} |
-checkUnnamed133(core.List<api.Snapshot> o) { |
+checkUnnamed138(core.List<api.Snapshot> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSnapshot(o[0]); |
checkSnapshot(o[1]); |
@@ -2859,7 +2859,7 @@ buildSnapshotListResponse() { |
var o = new api.SnapshotListResponse(); |
buildCounterSnapshotListResponse++; |
if (buildCounterSnapshotListResponse < 3) { |
- o.items = buildUnnamed133(); |
+ o.items = buildUnnamed138(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2870,7 +2870,7 @@ buildSnapshotListResponse() { |
checkSnapshotListResponse(api.SnapshotListResponse o) { |
buildCounterSnapshotListResponse++; |
if (buildCounterSnapshotListResponse < 3) { |
- checkUnnamed133(o.items); |
+ checkUnnamed138(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -2902,27 +2902,27 @@ checkTurnBasedAutoMatchingCriteria(api.TurnBasedAutoMatchingCriteria o) { |
buildCounterTurnBasedAutoMatchingCriteria--; |
} |
-buildUnnamed134() { |
+buildUnnamed139() { |
var o = new core.List<api.TurnBasedMatchParticipant>(); |
o.add(buildTurnBasedMatchParticipant()); |
o.add(buildTurnBasedMatchParticipant()); |
return o; |
} |
-checkUnnamed134(core.List<api.TurnBasedMatchParticipant> o) { |
+checkUnnamed139(core.List<api.TurnBasedMatchParticipant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTurnBasedMatchParticipant(o[0]); |
checkTurnBasedMatchParticipant(o[1]); |
} |
-buildUnnamed135() { |
+buildUnnamed140() { |
var o = new core.List<api.ParticipantResult>(); |
o.add(buildParticipantResult()); |
o.add(buildParticipantResult()); |
return o; |
} |
-checkUnnamed135(core.List<api.ParticipantResult> o) { |
+checkUnnamed140(core.List<api.ParticipantResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParticipantResult(o[0]); |
checkParticipantResult(o[1]); |
@@ -2944,11 +2944,11 @@ buildTurnBasedMatch() { |
o.matchId = "foo"; |
o.matchNumber = 42; |
o.matchVersion = 42; |
- o.participants = buildUnnamed134(); |
+ o.participants = buildUnnamed139(); |
o.pendingParticipantId = "foo"; |
o.previousMatchData = buildTurnBasedMatchData(); |
o.rematchId = "foo"; |
- o.results = buildUnnamed135(); |
+ o.results = buildUnnamed140(); |
o.status = "foo"; |
o.userMatchStatus = "foo"; |
o.variant = 42; |
@@ -2972,11 +2972,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)); |
- checkUnnamed134(o.participants); |
+ checkUnnamed139(o.participants); |
unittest.expect(o.pendingParticipantId, unittest.equals('foo')); |
checkTurnBasedMatchData(o.previousMatchData); |
unittest.expect(o.rematchId, unittest.equals('foo')); |
- checkUnnamed135(o.results); |
+ checkUnnamed140(o.results); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.userMatchStatus, unittest.equals('foo')); |
unittest.expect(o.variant, unittest.equals(42)); |
@@ -2985,14 +2985,14 @@ checkTurnBasedMatch(api.TurnBasedMatch o) { |
buildCounterTurnBasedMatch--; |
} |
-buildUnnamed136() { |
+buildUnnamed141() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed136(core.List<core.String> o) { |
+checkUnnamed141(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')); |
@@ -3004,7 +3004,7 @@ buildTurnBasedMatchCreateRequest() { |
buildCounterTurnBasedMatchCreateRequest++; |
if (buildCounterTurnBasedMatchCreateRequest < 3) { |
o.autoMatchingCriteria = buildTurnBasedAutoMatchingCriteria(); |
- o.invitedPlayerIds = buildUnnamed136(); |
+ o.invitedPlayerIds = buildUnnamed141(); |
o.kind = "foo"; |
o.requestId = "foo"; |
o.variant = 42; |
@@ -3017,7 +3017,7 @@ checkTurnBasedMatchCreateRequest(api.TurnBasedMatchCreateRequest o) { |
buildCounterTurnBasedMatchCreateRequest++; |
if (buildCounterTurnBasedMatchCreateRequest < 3) { |
checkTurnBasedAutoMatchingCriteria(o.autoMatchingCriteria); |
- checkUnnamed136(o.invitedPlayerIds); |
+ checkUnnamed141(o.invitedPlayerIds); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.requestId, unittest.equals('foo')); |
unittest.expect(o.variant, unittest.equals(42)); |
@@ -3069,14 +3069,14 @@ checkTurnBasedMatchDataRequest(api.TurnBasedMatchDataRequest o) { |
buildCounterTurnBasedMatchDataRequest--; |
} |
-buildUnnamed137() { |
+buildUnnamed142() { |
var o = new core.List<api.TurnBasedMatch>(); |
o.add(buildTurnBasedMatch()); |
o.add(buildTurnBasedMatch()); |
return o; |
} |
-checkUnnamed137(core.List<api.TurnBasedMatch> o) { |
+checkUnnamed142(core.List<api.TurnBasedMatch> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTurnBasedMatch(o[0]); |
checkTurnBasedMatch(o[1]); |
@@ -3087,7 +3087,7 @@ buildTurnBasedMatchList() { |
var o = new api.TurnBasedMatchList(); |
buildCounterTurnBasedMatchList++; |
if (buildCounterTurnBasedMatchList < 3) { |
- o.items = buildUnnamed137(); |
+ o.items = buildUnnamed142(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -3098,7 +3098,7 @@ buildTurnBasedMatchList() { |
checkTurnBasedMatchList(api.TurnBasedMatchList o) { |
buildCounterTurnBasedMatchList++; |
if (buildCounterTurnBasedMatchList < 3) { |
- checkUnnamed137(o.items); |
+ checkUnnamed142(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -3180,14 +3180,14 @@ checkTurnBasedMatchRematch(api.TurnBasedMatchRematch o) { |
buildCounterTurnBasedMatchRematch--; |
} |
-buildUnnamed138() { |
+buildUnnamed143() { |
var o = new core.List<api.ParticipantResult>(); |
o.add(buildParticipantResult()); |
o.add(buildParticipantResult()); |
return o; |
} |
-checkUnnamed138(core.List<api.ParticipantResult> o) { |
+checkUnnamed143(core.List<api.ParticipantResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParticipantResult(o[0]); |
checkParticipantResult(o[1]); |
@@ -3201,7 +3201,7 @@ buildTurnBasedMatchResults() { |
o.data = buildTurnBasedMatchDataRequest(); |
o.kind = "foo"; |
o.matchVersion = 42; |
- o.results = buildUnnamed138(); |
+ o.results = buildUnnamed143(); |
} |
buildCounterTurnBasedMatchResults--; |
return o; |
@@ -3213,19 +3213,19 @@ checkTurnBasedMatchResults(api.TurnBasedMatchResults o) { |
checkTurnBasedMatchDataRequest(o.data); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.matchVersion, unittest.equals(42)); |
- checkUnnamed138(o.results); |
+ checkUnnamed143(o.results); |
} |
buildCounterTurnBasedMatchResults--; |
} |
-buildUnnamed139() { |
+buildUnnamed144() { |
var o = new core.List<api.TurnBasedMatch>(); |
o.add(buildTurnBasedMatch()); |
o.add(buildTurnBasedMatch()); |
return o; |
} |
-checkUnnamed139(core.List<api.TurnBasedMatch> o) { |
+checkUnnamed144(core.List<api.TurnBasedMatch> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTurnBasedMatch(o[0]); |
checkTurnBasedMatch(o[1]); |
@@ -3236,7 +3236,7 @@ buildTurnBasedMatchSync() { |
var o = new api.TurnBasedMatchSync(); |
buildCounterTurnBasedMatchSync++; |
if (buildCounterTurnBasedMatchSync < 3) { |
- o.items = buildUnnamed139(); |
+ o.items = buildUnnamed144(); |
o.kind = "foo"; |
o.moreAvailable = true; |
o.nextPageToken = "foo"; |
@@ -3248,7 +3248,7 @@ buildTurnBasedMatchSync() { |
checkTurnBasedMatchSync(api.TurnBasedMatchSync o) { |
buildCounterTurnBasedMatchSync++; |
if (buildCounterTurnBasedMatchSync < 3) { |
- checkUnnamed139(o.items); |
+ checkUnnamed144(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.moreAvailable, unittest.isTrue); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -3256,14 +3256,14 @@ checkTurnBasedMatchSync(api.TurnBasedMatchSync o) { |
buildCounterTurnBasedMatchSync--; |
} |
-buildUnnamed140() { |
+buildUnnamed145() { |
var o = new core.List<api.ParticipantResult>(); |
o.add(buildParticipantResult()); |
o.add(buildParticipantResult()); |
return o; |
} |
-checkUnnamed140(core.List<api.ParticipantResult> o) { |
+checkUnnamed145(core.List<api.ParticipantResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParticipantResult(o[0]); |
checkParticipantResult(o[1]); |
@@ -3278,7 +3278,7 @@ buildTurnBasedMatchTurn() { |
o.kind = "foo"; |
o.matchVersion = 42; |
o.pendingParticipantId = "foo"; |
- o.results = buildUnnamed140(); |
+ o.results = buildUnnamed145(); |
} |
buildCounterTurnBasedMatchTurn--; |
return o; |
@@ -3291,7 +3291,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')); |
- checkUnnamed140(o.results); |
+ checkUnnamed145(o.results); |
} |
buildCounterTurnBasedMatchTurn--; |
} |