Namespace Serenity.Leaderboard.Tests.Application
Classes
InMemoryLeaderboardStoreTests
Tests for the InMemoryLeaderboardStore fake's own retention and query behavior.
LeaderboardEntryTextComposerTests
Tests for LeaderboardEntryTextComposer over hand-built ranked entries. Parsing
concerns (order, case-insensitivity, trimming, unknown names) belong to
LeaderboardFieldSelectionTests instead — this file only covers what the composer itself
does with an already-parsed selection: field rendering, separator handling, and value formatting.
LeaderboardServiceTests
Tests for LeaderboardService over an in-memory store.