Namespace FastMoq.Core.Providers
Classes
MockWrapper<T>
Provider-agnostic wrapper around an IFastMock<T> supplying:
- Instance (test subject dependency)
- NativeMock (legacy underlying mock if the provider exposes one)
- Verify delegation through IMockingProvider
- Transitional Setup helpers (Moq pass-through). Other providers throw until a common Setup abstraction exists.