logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class KeyValueStructuredStoreOverFilesTests

    Proves the full stack works end to end: KeyValueStructuredStore over FileKeyValueStore over an in-memory blob fake — the same shape a real file-backed leaderboard would use, minus real disk I/O.

    Inheritance
    object
    KeyValueStructuredStoreOverFilesTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.FilePersistence.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public class KeyValueStructuredStoreOverFilesTests

    Constructors

    KeyValueStructuredStoreOverFilesTests()

    Declaration
    public KeyValueStructuredStoreOverFilesTests()

    Methods

    InsertAsync_TwoPlayers_QueryOrdersByDescendingScore()

    Declaration
    public Task InsertAsync_TwoPlayers_QueryOrdersByDescendingScore()
    Returns
    Type Description
    Task

    PersistenceAcrossSecondStoreInstance_OverSameBlobFake_ReadsBackWrittenRecords()

    Declaration
    public Task PersistenceAcrossSecondStoreInstance_OverSameBlobFake_ReadsBackWrittenRecords()
    Returns
    Type Description
    Task

    UpsertIfBetterAsync_HigherScoreReplacesExistingEntry()

    Declaration
    public Task UpsertIfBetterAsync_HigherScoreReplacesExistingEntry()
    Returns
    Type Description
    Task
    In this article
    © 2026 Serenity. All Rights Reserved