Interface INextStrategy<T>
- Namespace
- FEFF.TestFixtures.AspNetCore.Randomness
- Assembly
- FEFF.TestFixtures.AspNetCore.dll
Defines a strategy for generating fake values for a specific type in FakeRandom.
public interface INextStrategy<T>
Type Parameters
TThe type of value to generate.
Methods
Next()
Returns the next fake random value.
T Next()
Returns
- T
A fake random value of type
T.