Class ActiveSlotKeyValueStoreTests
Inheritance
ActiveSlotKeyValueStoreTests
Assembly: Tests.dll
Syntax
public class ActiveSlotKeyValueStoreTests
Constructors
ActiveSlotKeyValueStoreTests()
Declaration
public ActiveSlotKeyValueStoreTests()
Methods
DeleteAsync_OfTheActiveSlot_DoesNotResetTheInMemoryCheckpoints()
Declaration
public Task DeleteAsync_OfTheActiveSlot_DoesNotResetTheInMemoryCheckpoints()
Returns
DeleteAsync_RemovesTheKey()
Declaration
public Task DeleteAsync_RemovesTheKey()
Returns
EndToEnd_WriteSaveNewServiceAndStoreLoadReadsBackTheSameBytes()
Declaration
public Task EndToEnd_WriteSaveNewServiceAndStoreLoadReadsBackTheSameBytes()
Returns
ExistsAsync_ReflectsWhetherTheKeyWasSet()
Declaration
public Task ExistsAsync_ReflectsWhetherTheKeyWasSet()
Returns
GetAsync_UnknownKey_ReturnsNull()
Declaration
public Task GetAsync_UnknownKey_ReturnsNull()
Returns
HealthCheckAsync_AlwaysReturnsTrue()
Declaration
public Task HealthCheckAsync_AlwaysReturnsTrue()
Returns
NoActiveSlotEverLoaded_StoreStillWorksPurelyInMemory()
Declaration
public Task NoActiveSlotEverLoaded_StoreStillWorksPurelyInMemory()
Returns
RealCheckpointStore_FullJourney_SavedThroughGameSaveAndReloadedByAFreshCheckpointStore()
Declaration
public Task RealCheckpointStore_FullJourney_SavedThroughGameSaveAndReloadedByAFreshCheckpointStore()
Returns
RealCheckpointStore_SaveTryLoadExistsDelete_RoundTripsThroughTheActiveSlotStore()
Declaration
public void RealCheckpointStore_SaveTryLoadExistsDelete_RoundTripsThroughTheActiveSlotStore()
SaveAsync_CheckpointDataLandsInTheReservedSectionOfThePersistedDocument()
Declaration
public Task SaveAsync_CheckpointDataLandsInTheReservedSectionOfThePersistedDocument()
Returns
SetAsync_ThenGetAsync_RoundTripsTheStoredBytes()
Declaration
public Task SetAsync_ThenGetAsync_RoundTripsTheStoredBytes()
Returns
TryLoadAsync_RepopulatesTheStoreWithTheLoadedSlotsCheckpoints()
Declaration
public Task TryLoadAsync_RepopulatesTheStoreWithTheLoadedSlotsCheckpoints()
Returns