Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 421 Bytes

sig2moq

Member signature to Moq definition

Generates definition for methods

  • Method with return value
  • Void method
  • Method having out/ ref parameters, with a warning for ref (reference must be similar)
  • Method with generics
  • Protected method

Generates definition for properties

  • Getter
  • Setter
  • Protected

And others...

  • Verify method called (in progress)
  • Verify property called (in progress)