Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 2857cb324cc622b3f1ed2c56c3d60e764fd408f1 Size: 677.38 KB File Format: msi
Rating: 2.04347826
out of 5
based on 23 user ratings
Downloads: 238 License: Free
MockGen is a free software by Drew Noakes and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download MockGen which is 677.38 KB in size and belongs to the software category Other Programming Files. MockGen was released on 2009-10-13 and last updated on our database on 2017-02-25 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
MockGen Description
The MockGen tool will generate mock implementations of interfaces which are designed to be used by unit tests. It integrates with VisualStudio.NET, and is very simple to use.
MockGen parses the interface file source code, and may produce one or more of the following:
- A mock implementation of the interface, in the sub-namespace Tests, with public members:
Fields to count the number of calls to methods and property getters/setters
Fields containing sequence numbers, to compare the order of calls to methods/properties
Fields to cause throwing of Exceptions from methods
Fields into which multiple return values may be queued
Fields to record one or more parameter values passed to methods
Fire_EventName(EventArgs) methods to raise events that exist on interfaces
- Strongly-typed EventCounter classes for any delegates defined in the source file
0 Support for inheritance of other interfacesSystem requirementsVisualStudio.NET