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