Skip to content

Commit

Permalink
Merge pull request pester#530 from michaeltlombardi/patch-1
Browse files Browse the repository at this point in the history
Add additional resource links to about_Mocking
  • Loading branch information
dlwyatt committed May 13, 2016
2 parents 04db9c6 + 4809b10 commit 2c6c867
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion en-US/about_Mocking.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,22 @@ SEE ALSO
InModuleScope
Describe
Context
It
It

The following articles are useful for further understanding of Pester Mocks.
Pester Mock and Test Drive, by Jakub Jareš:
http://www.powershellmagazine.com/2014/09/30/pester-mock-and-testdrive/
Pester and Mocking, by Mickey Gousset:
http://www.systemcentercentral.com/day-53-pester-mocking/
Mocking Missing Cmdlets with Pester, by Iain Brighton:
http://virtualengine.co.uk/2015/mocking-missing-cmdlets-with-pester/
Testing Mocked Output with Pester, by Steven Murawski:
http://stevenmurawski.com/powershell/2014/02/testing-returned-objects-with-pester/

The following articles are useful for deeper understanding of Mocking in general.
Answer to the Question "What is the Purpose of Mock Objects" by Bert F:
http://stackoverflow.com/a/3623574/5514075
Mocks Aren't Stubs, by Martin Fowler:
http://martinfowler.com/articles/mocksArentStubs.html
The Art of Mocking, by Gil Zilberfeld:
http://www.methodsandtools.com/archive/archive.php?id=122

0 comments on commit 2c6c867

Please sign in to comment.