Namespace Serenity.UnityScore.Tests.Infrastructure
Classes
UnityScoreRepositoryTests
PlayMode tests for Serenity.Score.Infrastructure.Repositories.UnityScoreRepository. Exercises the PlayerPrefs-backed persistence and the best/worst/average aggregation logic. Each test cleans the prefs keys it touches so runs are isolated.
UnityScoreServiceTests
PlayMode tests for Serenity.Score.Infrastructure.Services.UnityScoreService.
The service is a MonoBehaviour, driven via AddComponent + its public API.
Verifies delegation to the Domain ScoreRuntime entity (no scene/persistence needed).