UnityAutoMoq icon indicating copy to clipboard operation
UnityAutoMoq copied to clipboard

Few additions to UnityAutoMoq

Open rajgit31 opened this issue 12 years ago • 0 comments

a. GetStub<T> - This is to improve the readability of Unit Tests as developers often use mocks for stub etc. The new method would provide the same mocked instance but it can be used as a stub to setup data with the test. More info http://martinfowler.com/articles/mocksArentStubs.html

b. Add addition API comments to make the method more meaningful/extra description.

rajgit31 avatar May 06 '13 12:05 rajgit31