Namespace FastMoq.Providers.NSubstituteProvider
Classes
IFastMockNSubstituteExtensions
NSubstitute-specific convenience extensions for IFastMock<T>. These stay in the provider package so the core abstractions remain provider agnostic. Prefer provider-first members such as Instance, Reset(), and FastMoq verification helpers first, and use these extensions when the test intentionally needs NSubstitute-specific APIs.
NSubstituteMockingProvider
Provider implementation that adapts NSubstitute to the provider-neutral FastMoq abstractions.