drewbourne / mockolate

fake chocolate, mock objects and test spies for AS3
http://mockolate.org/
MIT License
146 stars 26 forks source link

Document using Hamcrest matchers #43

Open drewbourne opened 13 years ago

drewbourne commented 13 years ago

Add a section to the stubbing and mocking page about using Hamcrest matchers and how they interact with the Invocation for matching the arguments.

Include examples of invocations that will and won't match.