Namespace Serenity.UnityCheckpoint.Tests.Infrastructure
Classes
UnityCheckpointServiceTests
PlayMode tests for Serenity.Checkpoint.Infrastructure.Services.UnityCheckpointService.
MonoBehaviour driven via AddComponent; delegation to the injected
Serenity.Checkpoint.Infrastructure.Interfaces.Stores.ICheckpointStore is verified with a spy store.
UnityCheckpointStoreTests
PlayMode tests for Serenity.Checkpoint.Infrastructure.Stores.UnityCheckpointStore. Uses an in-memory Serenity.Persistence.Domain.Interfaces.IKeyValueStore fake to verify the JSON serialization round-trip and key-value delegation.