Gmock
play { ... }
Home
Documentation
Download
Roadmap
Roadmap
Version 1.0.0
Nice,Strict mock
Version 0.9.0
Closure mocking
(issue 54)
Support for chain method call
(issue 77)
Support for 'and' and 'or' method chaining
(issue 82)
Version 0.8.0
Support for Groovy 1.6.0
(issue 74)
Ast transform @WithGmock
(issue 71)
Version 0.7.0
Strict ordering
(issue 50)
Mock out single method on concrete object
(issue 52)
Regex method matching
(issue 70)
Version 0.6.0
Static property mocking
(issue 23)
Setup expectation in mock closure
(issue 35)
Version 0.5.0
Strong typing support
(issue 14)
Version 0.4.0
Closure matcher
(issue 12)
Time matching
(issue 13)
Hamcrest style of matcher
(issue 20)
Version 0.3.0
Property mocking
(issue 7)
Static method mocking
(issue 8)
Improvement of the raise method
(issue 10)
Version 0.2.0
Rename raises and returns
(issue 3)
Refactor constructor mocking
(issue 6)
Introduce GMockController
(issue 5)
Refactor stub return
(issue 11)
Version 0.1.0
Basic mocking functionnality