Table of Contents

Interface IFakeTimeFixture

Namespace
FEFF.TestFixtures.AspNetCore
Assembly
FEFF.TestFixtures.AspNetCore.dll

Defines the contract for exposing a Microsoft.Extensions.Time.Testing.FakeTimeProvider for controlling time in tests.

public interface IFakeTimeFixture

Properties

Value

Gets the Microsoft.Extensions.Time.Testing.FakeTimeProvider instance.

FakeTimeProvider Value { get; }

Property Value

FakeTimeProvider