Class FileBackedKeyValueStructuredStoreContractTests
Runs the full shared StructuredStoreContractTests suite against KeyValueStructuredStore backed by FileKeyValueStore over an in-memory blob fake — proves ordering, filtering, pagination, and upsert-if-better all work correctly over a file-shaped backend, not just over the plain in-memory key-value fake.
Inherited Members
Namespace: Serenity.FilePersistence.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public class FileBackedKeyValueStructuredStoreContractTests : StructuredStoreContractTests
Constructors
FileBackedKeyValueStructuredStoreContractTests()
Declaration
public FileBackedKeyValueStructuredStoreContractTests()
Methods
CreateStoreAsync()
Creates a fresh, empty IStructuredStore instance.
Declaration
protected override Task<IStructuredStore> CreateStoreAsync()
Returns
| Type | Description |
|---|---|
| Task<IStructuredStore> |