Class UnityCheckpointInstallerTests
PlayMode tests for UnityCheckpointInstaller. Verifies that installing creates a Unity-backed checkpoint service (backed by the injected key-value store) on a dedicated GameObject, and that the constructor rejects a null store.
Inherited Members
Namespace: Serenity.UnityCheckpoint.Tests.Installation
Assembly: Tests.dll
Syntax
public class UnityCheckpointInstallerTests
Constructors
UnityCheckpointInstallerTests()
Declaration
public UnityCheckpointInstallerTests()
Methods
Constructor_NullKeyValueStore_Throws()
Declaration
public void Constructor_NullKeyValueStore_Throws()
Install_WithFakeLogService_CreatesServiceGameObject()
Declaration
public void Install_WithFakeLogService_CreatesServiceGameObject()
Install_WithFakeLogService_SetsServiceToConcreteUnityType()
Declaration
public void Install_WithFakeLogService_SetsServiceToConcreteUnityType()
TearDown()
Declaration
public void TearDown()