Namespace FastMoq.Providers.MoqProvider
Classes
IFastMockMoqExtensions
Moq-specific convenience extensions for IFastMock and IFastMock<T>. These stay in the provider package so the core abstractions remain provider agnostic.
MoqLoggerCompatibility
Provides Moq-based logger verification and callback helpers used by the compatibility layer.
MoqMockAdapter
Wraps a non-generic Moq mock in the provider-neutral FastMoq abstraction.
MoqMockAdapter<T>
Wraps a typed Moq mock in the provider-neutral FastMoq abstraction.
MoqMockingProvider
Provider implementation that adapts Moq to the provider-neutral FastMoq abstractions.