MockGen

C# mock object code generator
Download

MockGen Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Drew Noakes
  • Operating Systems:
  • Windows All
  • File Size:
  • 661 KB

MockGen Tags


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 interfaces


MockGen Related Software