Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 525 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 525 Bytes

Rhino Mocks To Moq

NuGet Version

There are old projects that using Rhino mocks with many xxx test cases wishing to upgrade to .NET Core. This project provide an adapter for easy migrate to Moq (.NET Core) without a lots of rewriting efforts

Note

  • Don't forget to remove existing RhinoMocks reference
  • The argument matchers are not implemented and should be replaced with matchers in Moq directly.