Class HttpStructuredStoreContractTests
Runs the shared StructuredStoreContractTests suite against HttpStructuredStore, backed by Serenity.StructuredPersistence.Tests.Infrastructure.Http.Fakes.StubStructuredServerHandler — an in-memory reference implementation of WireProtocol.md. Passing this suite proves the wire protocol itself round-trips the full behavior matrix, not just that requests are shaped correctly.
Inherited Members
Namespace: Serenity.StructuredPersistence.Tests.Infrastructure.Contract
Assembly: Tests.dll
Syntax
public class HttpStructuredStoreContractTests : StructuredStoreContractTests
Constructors
HttpStructuredStoreContractTests()
Declaration
public HttpStructuredStoreContractTests()
Methods
CreateStoreAsync()
Creates a fresh, empty IStructuredStore instance.
Declaration
protected override Task<IStructuredStore> CreateStoreAsync()
Returns
| Type | Description |
|---|---|
| Task<IStructuredStore> |