
Joern Huxhorn wrote a few logabck tests using easymock [1]. I don't really know the easymock API but the little I know I don't like that much. If someone is at ease using one mock API or another, let that person hack away with API he/she prefers. So imho if Christian likes jmockit, by all means let him write tests in jmockit. Similarly, if Tony prefers powermock, let him use that. If later a winner emerges, we'll pick the winner. Of course, if we come to an agreement on a single API, that's cool too. [1] http://www.easymock.org/ -- Ceki http://twitter.com/#!/ceki On 16.06.2012 01:20, Tony Trinh wrote:
On Fri, Jun 15, 2012 at 6:42 PM, Christian Trutz <christian.trutz@belaso.de <mailto:christian.trutz@belaso.de>> wrote:
Hi,
I whould like to introduce a mock framework in logback-extensions and discuss about which one is the best for this project:
My preferees are (in this order):
- http://code.google.com/p/jmockit/ - http://code.google.com/p/mockito/
Good idea. Also check out PowerMock: http://code.google.com/p/powermock/