Class UnityTimeProviderTests
PlayMode tests for Serenity.Timer.Infrastructure.Components.UnityTimeProvider.
Covers the public contract (Initialize, default delta exposure). The private
per-frame Update() is not driven directly; the integration between provider
and service is covered in UnityTimerServiceTests.
Inherited Members
Namespace: Serenity.UnityTimer.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public class UnityTimeProviderTests
Constructors
UnityTimeProviderTests()
Declaration
public UnityTimeProviderTests()
Methods
Implements_ITimeProvider()
Declaration
public void Implements_ITimeProvider()
Initialize_WithNullService_DoesNotThrow()
Declaration
public void Initialize_WithNullService_DoesNotThrow()
Initialize_WithService_DoesNotThrow()
Declaration
public void Initialize_WithService_DoesNotThrow()
ScaledDeltaSeconds_BeforeAnyFrame_IsZero()
Declaration
public void ScaledDeltaSeconds_BeforeAnyFrame_IsZero()
SetUp()
Declaration
public void SetUp()
TearDown()
Declaration
public void TearDown()
UnscaledDeltaSeconds_BeforeAnyFrame_IsZero()
Declaration
public void UnscaledDeltaSeconds_BeforeAnyFrame_IsZero()