Class StructuredStoreGameProgressAdapterTests
Inheritance
StructuredStoreGameProgressAdapterTests
Assembly: Tests.dll
Syntax
public class StructuredStoreGameProgressAdapterTests
Constructors
StructuredStoreGameProgressAdapterTests()
Declaration
public StructuredStoreGameProgressAdapterTests()
Methods
HealthCheckAsync_PassesThroughToUnderlyingStore()
Declaration
public Task HealthCheckAsync_PassesThroughToUnderlyingStore()
Returns
Declaration
public Task LoadAsync_MalformedUnlockedExtrasJson_ThrowsGameProgressStoreExceptionNotJsonParseException()
Returns
LoadAsync_NothingSavedYet_ReturnsEmptyProgress()
Declaration
public Task LoadAsync_NothingSavedYet_ReturnsEmptyProgress()
Returns
LoadAsync_UnderlyingCancellation_PropagatesUnwrapped()
Declaration
public Task LoadAsync_UnderlyingCancellation_PropagatesUnwrapped()
Returns
SaveAsync_CalledTwice_ReplacesTheSingleGlobalRowRatherThanAppending()
Declaration
public Task SaveAsync_CalledTwice_ReplacesTheSingleGlobalRowRatherThanAppending()
Returns
SaveAsync_ThenLoadAsync_RoundTrips()
Declaration
public Task SaveAsync_ThenLoadAsync_RoundTrips()
Returns
SaveAsync_UnderlyingStoreFailure_RewrapsAsGameProgressStoreExceptionOnce()
Declaration
public Task SaveAsync_UnderlyingStoreFailure_RewrapsAsGameProgressStoreExceptionOnce()
Returns
SaveAsync_WithTicksNotNewerThanStored_KeepsExistingRowUnchanged()
Declaration
public Task SaveAsync_WithTicksNotNewerThanStored_KeepsExistingRowUnchanged()
Returns