Namespace AutoFixture.AutoNSubstitute.CustomCallHandler

Classes

CallResultData.ArgumentValue

Intance represents resolved argument value by index.

AutoFixtureValuesHandler

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.

CallResultCache

CallResultCacheFactory

CallResultData

Storage for a single resolved call result.

CallResultResolver

CallResultResolverFactory

Interfaces

ICallResultCache

Cache for already resolved call results.

ICallResultCacheFactory

Factory to create an instance of the cache used later to store resolved call results.

ICallResultResolver

Resolves result for the calls using AutoFixture context.

ICallResultResolverFactory

Factory to create ICallResultResolver.