Interface IFakeRandomFixture
- Namespace
- FEFF.TestFixtures.AspNetCore
- Assembly
- FEFF.TestFixtures.AspNetCore.dll
Defines the contract for exposing a FakeRandom instance for controlling randomness in tests.
public interface IFakeRandomFixture
Properties
Value
Gets the FakeRandom instance.
FakeRandom Value { get; }