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. Prefer provider-first members such as Instance, Reset(), and FastMoq verification helpers first, and use these extensions when the test intentionally needs Moq-specific APIs.
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.