Namespace AutoFixture.AutoNSubstitute.CustomCallHandler
Classes
Intance represents resolved argument value by index.
CallHandler for NSubstitute to provide auto-values from AutoFixture.
It resolves return values and sets ref/out parameter values obtained from ICallResultResolver.
Uses cache to resolve value only once per call with specified args.
Storage for a single resolved call result.
Interfaces
Cache for already resolved call results.
Factory to create an instance of the cache used later to store resolved call results.
Resolves result for the calls using AutoFixture context.
Factory to create ICallResultResolver.