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