You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Moq framework I usually create mocks and pass mocked objects to constructor of the object under test.
Doing this I avoid repeating part of initialising logic:
Description
When using
Moq
framework I usually create mocks and pass mocked objects to constructor of the object under test.Doing this I avoid repeating part of initialising logic:
Is same achievable with Foq?
The text was updated successfully, but these errors were encountered: