cyrusinnovation / mockito-groovy-support

A library for making Mockito work with Groovy
MIT License
34 stars 17 forks source link

Why?

You're using Mockito and Groovy. Maybe you've noticed that, when you try to mock a Groovy class from a Groovy test, it fails horribly. Now it won't!

Specifically, this library provides a workaround for Mockito Issue 303: http://code.google.com/p/mockito/issues/detail?id=303

How do you use it?

  1. Include mockito-groovy-support on your classpath.
  2. Use Mockito from Groovy as you normally would.
  3. Everything should just work. If it doesn't, let us know.

Where can I get it?

Download the jar from the "releases" tab here in github, or use the Maven central repository. Enjoy!

Who made this?

Moss Collum and Laura Dean of Cyrus Innovation wrote the original version. Jostein Gogstad contributed the code to support verification and argument matchers.

Email us at: mockito-groovy-developers@cyruslists.com

Changelog