You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gmock-user, gmoc...@googlegroups.com
We are proud to announce the release of GMock 0.8. This release
provides the support for Groovy 1.6. You actually need to use Groovy
1.6.1 as it fix some bugs that was affecting GMock.
With the support of Groovy 1.6 we provide a @WithGMock annotation that
you can use when you can't (or don't want) extends the
GMockController. Like in the following extract:
@WithGMock
class YourTest extends GroovyTestCase {
// ... write your test here as normal
}
I'd like to thanks Johnny Jianhy for his hard work trying to solve the
incompatibility issue with Groovy 1.6.0 to the point of submitting
patches to the main Groovy source code that are now in 1.6.1.